-
1111
24点算法 用C++实现 可以输出多个24点的算式 (24-point algorithm in C++ implementation can output more than 24 points formula)
- 2011-06-22 09:01:16下载
- 积分: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
-
stm8_rc522-master
说明: STM8S103F3P6核心板 + RC522模块 调试正常(STM8S103F3P6 Core Board + RC522 Module Debugging Normal)
- 2020-06-22 13:00:02下载
- 积分:1
-
03120104零件切割问题
说明: 本程序可以实现零件切割问题.
其中的文件均得放在一个目录下(this procedure can be achieved parts mutilation. The documents placed in a directory)
- 2005-12-03 03:35:52下载
- 积分:1
-
fft快速傅里叶变换
说明: 低通滤波,运用fft快速傅里叶变换,测试文件,已搭构框架(Low-pass filtering, FFT fast Fourier transform, test files, has been constructed framework)
- 2019-02-24 12:12:03下载
- 积分:1
-
guzhanglubo
这是一篇有关故障录波仪如何开发的硕士论文,论文行文清楚、逻辑分明,重点讲述了故障录波器的算法,值得看。(This is a fault recorder on how to develop the master's thesis papers lines clearly and logically distinct, and highlight the fault recorder algorithm worth observing.)
- 2006-09-06 14:25:50下载
- 积分:1
-
Simple_Address_book
实现通讯录的简单功能,录入一些人员的基本信息,以mdc的格式保存(To achieve a simple address book function, some personnel input the basic information in order to save the format mdc)
- 2010-02-02 10:26:13下载
- 积分:1
-
DOIP(以太网)协议
说明: DOIP(以太网)协议,ISO13400 1-5协议。(DOIP (Ethernet) protocol, ISO13400 1-5 protocol.)
- 2020-09-18 08:27:56下载
- 积分:1
-
现代电力系统分析.rar
王锡凡先生写的现代电力系统分析,研究生教材(Modern Power System Analysis, Graduate Textbook by Mr. Wang Xifan)
- 2021-02-17 23:59:45下载
- 积分:1
-
BtnDownUp
button按下后,edit控件内容连续变化,button抬起后edit内容停止变化。自己做的例子,只以int数据为例。(button is pressed, edit control content changes continuously, button lift stops changing after edit content. Own example, an int data as an example only.)
- 2013-08-24 11:42:31下载
- 积分:1