-
串口助手软件
虚拟串口助手。自己使用C#来编写的额。这也是我刚开是的时候找到的一些对初学者最号的源代码
- 2022-02-01 13:29:05下载
- 积分:1
-
在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。...
在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton" s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
- 2022-08-21 00:02:00下载
- 积分:1
-
nhibernate 多数据库实例
nhibernate连接多数据库,多数据库切换行的操作
- 2014-01-13下载
- 积分:1
-
C#自动更换IP实例源码下载
C#自动更换IP实例
- 2013-01-24下载
- 积分:1
-
c#自动启动进程并自动加载关闭winform前的值-定时器操作
c#自动启动进程并自动加载关闭winform前的值-定时器操作 两个要点:一个是程序入口函数,一个是程序关闭前的处理以及System.Threading.Timer的简单用法
- 2012-12-20下载
- 积分:1
-
cx
说明: 提供视觉检测的demo,使用的是vs2010 ,C# 连接halcon 的算法,可实现抓点等(Demo providing visual inspection)
- 2018-10-24 20:00:59下载
- 积分:1
-
简单的差分进化算法(DE)
D I F F E R E N T I A L E V O L U T I O N
C-code in the file de.c implements Differential Evolution (DE) algorithm,
more precisely DE/rand/1/bin [1,2,3] version of the method. This DE
variation is probably the most used DE variation and perform well with
arbitrary problems.
Whole algorithm is in the file de.c and you may implement your
optimization problem to a separate file. You do not have to make any
changes to the de.c file, all the problem specific definitions are to be
made only the file where objective function is in function func. See for
example file rastrigin_2d.c for problem description.
You can compile the program with command:
gcc -Wall -pedantic -ansi -O -o de de.c problem.c -lm
, where you replace problem.c file with the file name containing your
optimization problem.
- 2023-05-25 11:35:03下载
- 积分:1
-
MongoDB调用所需要DLL CSharpDriver-1.10.1
说明: MongoDB调用所需要DLL,包含增删改查,也可以批量处理(The DLL required for MongoDB calls, including add, delete, and change checks, can also be processed in batches.)
- 2020-06-22 06:20:01下载
- 积分:1
-
imx53简单字符驱动
基于im53的简单字符设备驱动程,根据内核代码修改,平台上运行过没有问题。
- 2022-01-29 00:17:34下载
- 积分:1
-
用单片机实现交通灯
用单片机实现了交通灯的设计,不仅可以实现红绿灯亮,还能够显示灯亮的秒数,还能实现人行道灯的控制。并附上了硬件图。
- 2023-04-12 08:55:03下载
- 积分:1