-
里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门
里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门-Inside there are more than 20 C++ Builder programming examples that can help beginners Quick Start
- 2022-03-17 13:56:51下载
- 积分:1
-
depthmapX-0.50-64bit-Windows
depthmapX-0.5-x64-windows
- 2020-06-21 21:20:02下载
- 积分:1
-
GWO
说明: 受 灰 狼 群 体 捕 食 行 为 的 启 发,Mirjalili等[1]于 2014年提出了一种新型群体智能优化算法:灰狼优化算法。GWO通过模拟灰狼群体捕食行为,基于狼群群体协作的机制来达到优化的目的。 GWO算法具有结构简单、需要调节的参数少,容易实现等特点,其中存在能够自适应调整的收敛因子以及信息反馈机制,能够在局部寻优与全局搜索之间实现平衡,因此在对问题的求解精度和收敛速度方面都有良好的性能(Grey Wolf Optimizer,GWO)
- 2020-11-06 21:39:49下载
- 积分:1
-
PyQt5(代码)
说明: Python-GUI编程(12.04)控件学习代码(Python-GUI Pyqt5 Python-GUI Pyqt5)
- 2020-01-04 16:49:46下载
- 积分:1
-
HTMLArea 网页编辑器 v3.0
HTMLArea 网页在线辑器,来自国外的所见即所得在线编辑器,功能和界面都很简洁,支持UBB,暂不支持文件上传功能,适合留言本、评论模块使用。
- 2022-06-30 07:03:06下载
- 积分:1
-
VB 代码, 与FPGA通信的VB代码 通过了调试,正确
VB 代码, 与FPGA通信的VB代码 通过了调试,正确-VB code and FPGA communication through the VB code debugging, correctly
- 2022-12-20 20:40:03下载
- 积分:1
-
PCB630s19ok
常用的纽扣电池插座PCB封装包括常用的CR2302/CR1225等(battery pakege for PCB)
- 2011-08-10 13:49:56下载
- 积分:1
-
the structural design of classic physical effect is very good practical guide to...
经典的结构设计实物效果
很好的教程 很实用的资料
我自己的参考教程-the structural design of classic physical effect is very good practical guide to the information of my own information and guidance
- 2022-07-12 03:00:19下载
- 积分:1
-
加减计算器
(1) 加减数和被加减数的输入位数为1-4位;
(2) 相加结果显示要考虑进位的输出显示(即5位输出);
(3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理;
(4) 注意对相加结果进行十进制处理;
(5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移;
(6) 可以完成累加功能。((1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits;
(2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered.
(3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "=";
(4) Attention should be paid to decimal processing of the additive results.
(5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left;
(6) Accumulative function can be completed.)
- 2020-12-26 15:09:03下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1