登录
首页 » C# » c#一群算法

c#一群算法

于 2022-03-19 发布 文件大小:1.31 MB
0 85
下载积分: 2 下载次数: 1

代码说明:

c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算c#一群算法法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算法c#一群算c#一群算法法

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 实现画矩形、椭圆和随手画功能
    由VC实现画矩形、椭圆和随手画功能,对图像处理人员会有帮助(paintings by VC rectangular, oval and hand painting functions, image processing staff to be helpful)
    2005-06-28 00:40:48下载
    积分:1
  • DynamicButtonNavigation
    说明:  发一个具有动态按钮的C#窗体界面实例源程序,看似专业的界面,实际上都是些比较基础的知识技巧的运用,在大家以后的编程中,这也是很常见的,做出一个专业的软件界面,这就是基矗(Made a dynamic button instance of C# source code form interface, professional-looking interface, in fact, some basis of comparison is the use of knowledge skills, in all future programming, this is very common to make a professional software interface, which is based Jinchu)
    2010-04-02 19:42:56下载
    积分:1
  • C# LINQ 销售单查询实例
    C# 使用LINQ进行销售单查询实例,可关联销售单列表和销售商品列表 ,包括了销售单号 = b.SaleBillCode, 销售日期 = b.SaleDate,销售员 = b.SaleMan, 商品名称 = p.ProductName,数量 = p.Quantity,单价 = p.Price,金额,代码中同时自定义了销售单据类和销售商品类,用以完成对应功能,在代码编写时定义了LINQJoin类,这些方法和函数都在LINQJoin类中。
    2022-05-23 08:43:26下载
    积分:1
  • sift
    sift代码,能够直接运行,对于学习sift算法很有帮助(Sift code, can be directly run, it is very helpful for learning SIFT algorithm )
    2020-07-01 05:20:01下载
    积分:1
  • lib
    说明:  STM32自定义库,用传统的51开发方式开发STM32单片机,脱离ST本身的固件库开发STM32,执行效率更高(STM32 custom library, using traditional development methods for the development of 51 single-chip STM32, ST from the Treasury to develop their own firmware STM32, the implementation of more efficient)
    2009-08-12 10:51:23下载
    积分:1
  • AutonomousNavigation
    利用matlab仿真汽车的泊车过程,利用GUI搭建汽车自动泊车系统,实现汽车导航与泊车(Using MATLAB to simulate the parking process of the car, using GUI to build auto parking system, realize the car navigation and parking.)
    2021-04-15 21:08:54下载
    积分:1
  • 示波器mini
    说明:  stm32示波器 驱动代码,包括算法,非常有帮助。是在keil5上开发,而且是用的是efm32的芯片。(STM32 oscilloscope driver code, including algorithms, very helpful. It is developed on keil 5, and it uses the chip of efm32.)
    2020-09-01 20:27:12下载
    积分:1
  • VPN源码
    支持: SSL-VPN (HTTPS),OpenVPN,IPsec,L2TP,MS-SSTP,L2TPv3,EtherIP; AES 256位 RSA 4096位加密 RADIUS 和NT 域控制器用户认证 X.509客户端认证 支持Windows, Linux, Mac, Android, iPhone, iPad IPv4/IPv6双栈支持 VPN server运行于 Windows, Linux, FreeBSD, Solaris 和 Mac OS X.
    2022-02-21 03:32:49下载
    积分:1
  • 一维可压N-S方程求解 c代码及fortran代码
    利用二阶迎风型TVB差分格式求解一维可压缩黏性流动问题
    2022-03-31 01:26:45下载
    积分:1
  • 串口通信课程设计
    #include     //52系列单片机头文件#define uchar unsigned char#define uint unsigned int sbit cs1=P2^3; //数码管段选信号sbit cs2=P2^2; //数码管段选信号sbit cs3=P2^1; //数码管段选信号sbit cs4=P2^0; //数码管段选信号sbit RE=P1^6; //低电平收数据,高电平发数据sbit DE=P1^7;   //低电平收数据,高电平发数据sbit key0=P1^0;   //主机用两个拨码开关sbit key1=P1^1; //主机用两个拨码开关uchar show_code[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x83,0xf8,0x80,0x98}; //数字0-9的显示码,更改数码管显示程序。uchar temp1=0,temp2=0;uchar count=0,sum=0;//void delayms(uint); //延时函数声明//void decide (void);void send_byte(uchar t)   //发送一个字节  发送一个数据后立马变成收数据的状态{ RE=1;  //高电平发    DE=1;  //高电平发         ES=0;    SBUF=t; while(!TI);   TI=0;ES=1; RE=0;  //低电平收    DE=0;  //低电平收}void delayms(uint xms) //延时
    2022-08-22 08:46:22下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载