-
WJC-ebook.xcodeproj
小说阅读器 可以在线看小说 也可以在本地看小说 自动翻页 更换字体和颜色
- 2020-12-23 19:19:08下载
- 积分:1
-
linear-burgers-equation
编程序给出线性burgers方程解析解
条件:-10<x<10,正三角形位于-0.5 <x <0.5
u和c测试几个数据(Programmed to give a linear analytical solution burgers equation
Conditions:-10 <x <10, equilateral triangle at-0.5 <x <0.5
u and c test several data)
- 2014-08-09 08:50:57下载
- 积分:1
-
005
该程序是电源控制自动化系统:
主要功能:开机检测ac_ct(模拟信号) 和pfc_ct(模拟信号) 正常时,设置模拟信号参数,打开PFC_ON,继电器打开,正常运行中检测温度,风扇的状态,任何一个出现异常就进入保护状态。(Power supply control system)
- 2013-04-07 11:33:24下载
- 积分:1
-
c#示例程序,带.exe文件
c#示例程序,带.exe文件-c# demonstration procedure, belt exe document
- 2022-03-25 01:11:35下载
- 积分:1
-
opencv对视频进行角点检测
读入视频,对视频进行分帧处理(角点检测),角点检测后输出连续的角点检测结果,平台是vs2010,编程语言c++,可方便用于视频稳像等后续工作。
- 2022-06-28 17:32:06下载
- 积分:1
-
粒子群优化算法POS
粒子群优化算法
const int PNum = 20; //微粒个数
const int PDim = 2; //微粒维数
double Xup[] = {100, 100}; //自变量上界
double Xdown[] = {-100, -100}; //自变量下界
//主程序
void main()
{
MyPSO pso(PDim, PNum); //生成微粒群实例
pso.SetXup(Xup); //设置自变量上界
pso.SetXdown(Xdown); //设置自变量下界
pso.SetVmax(0.2); //设置最大速度
pso.SetCom(MyCom); //设置通讯函数
cout
- 2022-01-22 13:42:39下载
- 积分:1
-
[C# 2008 entry
[C# 2008入门经典(第4版)]的经典教材!!的全部源码-[C# 2008 entry-classical (4)] of the classic material! ! All the source code! !
- 2022-03-25 16:06:22下载
- 积分:1
-
sd1
cude used to test basic things in c language
- 2011-05-08 22:33:59下载
- 积分:1
-
vc_matlab
Visual C++_MATLAB图像处理与识别实用案例精选+源代码(Visual C++ _MATLAB image processing and recognition of practical case selection+ Source Code)
- 2009-12-18 10:14:53下载
- 积分:1
-
paixuchengxu
设有1000个值在1到10000的整数,试设计一个利用散列方法的算法,以最少的数据比较次数和移动次数对它们进行排序。(with 1,000 in value from 1 to 10,000 integer and try to design a method of using hash algorithm, the minimum number of data comparison and the mobile number of their rank.)
- 2006-06-06 12:00:05下载
- 积分:1