-
CPPguess
C++编写的一个猜字游戏程序,适合有一定C++基础的新手(C++ written a guessing game program, for a certain person based on C++)
- 2011-04-26 10:28:25下载
- 积分:1
-
Dushu
数独游戏的Csharp源代码,很不错的,可以不注册下载(Sudoku game Csharp source code, very good, they do not register to download)
- 2010-02-19 17:40:50下载
- 积分:1
-
genetic-algorithm-for-tuning-ADRC
遗传算法整定自抗扰控制器参数,用于非线性控制,具有很好的参考作用(Genetic algorithm self-tuning ADRC controller parameters for nonlinear control)
- 2017-05-13 10:46:16下载
- 积分:1
-
statcom
说明: SVG modeled in PSCAD
- 2020-11-21 07:28:15下载
- 积分:1
-
IEEE9
不是说了吗k邻域算法,ieee9的k邻域算法,拿好不用谢(Did I say K neighborhood algorithm?)
- 2017-11-02 13:25:17下载
- 积分:1
-
汉字的处理的C 程序
汉字的处理的C 程序-characters of C Program
- 2022-12-05 22:15:07下载
- 积分:1
-
VC++请假管理小软件源码
VC++请假管理小软件源码,适用于小单位或个人公司使用,基于ADO技术的数据库程序,数据库采用Access,可用来添加、删除、查询、修改请假记录,可分类别查询请假记录,比如查询已经批准的请假事项和未批准的记录。如果你是一个刚接触VC++数据库编程的新手,你可通过这个请假管理程序了解一下VC++ DAO方面的基础操作知识和DateGrid数据绑定方面的技巧。
- 2022-03-05 00:14:14下载
- 积分:1
-
陈列馆问题(不重复),每个房间不能重复监视,即每个房间有且仅有一个机器人监视...
陈列馆问题(不重复),每个房间不能重复监视,即每个房间有且仅有一个机器人监视-Museum issues (non-repetition), each room can not be repeated surveillance, that is, each room has one and only one robot to monitor
- 2022-06-16 11:41:05下载
- 积分:1
-
double-xinhaoshiboqi
运用labview8.5软件,创建一个虚拟双通道示波器VI,并实现以下功能:
1、连续采集电压信号,并存储。
2、实现对电压信号的显示处理、实时记录、回放记录,并且将电压信号的算术平均值可存档于excel文档,可读取。(Labview8.5 software used to create a virtual two-channel oscilloscope VI, and to achieve the following functions: 1, continuous voltage signal acquisition and storage. 2, to achieve the display of the voltage signal processing, real-time recording, playback record, and the arithmetic mean of the voltage signal can be archived in the excel document, can be read.)
- 2011-05-18 09:40:54下载
- 积分:1
-
core2
说明: bool AABB::intersects(const AABB &p_aabb) const {
if (position.x >= (p_aabb.position.x + p_aabb.size.x))
return false;
- 2020-06-19 15:40:02下载
- 积分:1