-
knapsack问题的求解.使用vc编程,使问题求解过程可视化
knapsack问题的求解.使用vc编程,使问题求解过程可视化-knapsack problem solving. Use vc programming, problem solving process visualization
- 2022-02-04 18:49:58下载
- 积分:1
-
hspice Bus low
hspice 总线 低功耗作业 北大 需要请下 -hspice Bus low-power operation under the Beijing University need to ask Thank you
- 2022-11-26 05:50:03下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
步进电机c编程
基于c语言编程,实现对步进电机的控制。包括控制电机换向相顺序,以及对电机的速度控制、位置控制、和转向的控制,同时设计了键盘程序以实现对电机功能的实现。
- 2022-01-20 22:52:30下载
- 积分:1
-
R-K法求解微分方程组的vf-R-K Solving equations of vf
- 2023-04-09 03:50:03下载
- 积分:1
-
串口检测器
检测计算机上有几个串口,哪个正在使用,哪个空闲,等等功能。 这个检测程序不影响正在运行的其他串口程序。汉字版本
- 2022-05-08 23:29:40下载
- 积分:1
-
一个实现定时关机、重启、注销或提醒功能的小程序
一个实现定时关机、重启、注销或提醒功能的小程序-Realize a regular shutdown, restart, cancellation or remind function applet
- 2022-07-08 14:58:36下载
- 积分:1
-
Fortran 90 Handbook
Fortran 90 Handbook - Complete ANSI-ISO Reference-Fortran 90 Handbook- Complete ANSI-ISO Reference
- 2022-07-04 02:02:41下载
- 积分:1
-
学习词汇的一个程序,它的中文解释包含太多的通知…
背单词程序 数值微分:包括用插值多项式求数值导数 用三次样条函数...原理和程序设计语言(C语言或FORTRAN语言或BASIC... -a programme for learning vocabulary.It s chinese explain contain too much information,but useless!
- 2022-12-11 15:40:03下载
- 积分:1
-
利用相片的拍照时间查找冗余相片 C#
输入要查找相片的目录 改名 可以将所有相片名称改为拍照时间查找可以找出相同相片生成结果 存在 c:重复相片.TXT主要代码在form1.cs 中
- 2022-01-26 07:51:42下载
- 积分:1