-
SEG
8位数码管显示程序(每秒加1显示)+LED流水灯+蜂鸣器警报+Proteus仿真电路图(8-bit digital tube display the program per second (plus 1 shows)+LED light water the the+ buzzer alarm+Proteus circuit simulation)
- 2013-04-29 14:10:17下载
- 积分:1
-
C# TCP SOCKET聊天 完整可用源码下载(有图)
C# TCP SOCKET聊天 完整可用源码下载(有图)
- 2015-05-21下载
- 积分:1
-
CC_calculate_V21
说明: 内含:1.库伦积分器计算代码,2,乘法器代码, 3,SHA_1,SHA_224,SHA_256代码(SHA_1,SHA_224,SHA_256)
- 2020-09-24 15:06:26下载
- 积分:1
-
[线性表]一元多项式相乘
题目说明:要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。输入:输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。例如:1+2x+x2表示为:,,,输出:以指数递增的顺序输出乘积: ,,,零多项式的输出格式为:,
- 2022-04-27 08:24:02下载
- 积分:1
-
ProjectSettings
AR程序设计4,扫描图片可以出现三维模型,并操作(AR programming 4, scanning pictures can appear three-dimensional model, and operation)
- 2020-06-18 07:00:02下载
- 积分: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
-
curriculum design data structures! Huffman tree procedures! Ah hope through the...
数据结构课程设计!
哈夫曼树程序!
希望站长通过啊!
谢谢
我是名在校的大学生!
发现这网站要是免费下载,就相当有用!
所以就来看看!-curriculum design data structures! Huffman tree procedures! Ah hope through the head! Thank you, I was a university student in school! If found this site for free download, very useful! So come and see us!
- 2022-06-13 08:31:41下载
- 积分:1
-
M2M
M2M平台与终端接口规范V2.0(WMMP)(Interface Specification for
M2M Service Platform and Terminal
)
- 2010-01-04 21:49:09下载
- 积分:1
-
四则运算计算器
使用栈的方式进行四则运算计算
- 2014-04-21下载
- 积分:1
-
1xy7z
基于LS_SVM的电力电子电路故障预测方法LS_SVM based fault prediction in power electronic circuit method(LS_SVM based fault prediction in power electronic circuit method)
- 2012-02-27 22:36:04下载
- 积分:1