-
Particle-swarm-optimization-(pso)
粒子群算法,用于无线传感器网络节点动态部署(Particle swarm algorithm for dynamic deployment of wireless sensor nodes)
- 2016-01-16 10:32:24下载
- 积分:1
-
ppi-c
说明: 西门子ppi通讯,新人上传的第一个代码,请多关注,谢谢大家了(Siemens PPI newsletter, the first code uploaded by newcomers, please pay more attention. Thank you.)
- 2020-06-23 15:20:01下载
- 积分:1
-
Expression-evaluation
bo3-1.cpp 顺序栈(存储结构由c3-1.h定义)的基本操作(9个)
algo3-6.cpp 表达式求值(输入、输出和中间结果均只能是0~9)(Bo3-1.cpp order of the stack (storage structure defined by the c3-1.h) basic operations (9)
Algo3-6.cpp expression evaluation (input, output, and intermediate results are only 0 to 9))
- 2014-02-11 18:14:56下载
- 积分:1
-
pcf7961
汽车遥控钥匙RKE开发:pcf7961相关资料及代码,包括库应用文件、HITAG-3协议说明及软件架构等PDF资料。(RKE development.Remote Keyless pcf7961 relevant information and code, including database application files, HITAG-3 protocol description and software architecture PDF files.)
- 2020-10-30 15:59:56下载
- 积分:1
-
1_queue
stm32f103zet6 使用freertos,在IAR平台下开发,队列例程(stm32f103zet6 freertos)
- 2020-06-16 20:00:02下载
- 积分:1
-
自适应PID
说明: 自适应PID,基于单神经的一种自适应PID控制算法(Adaptive PID, an adaptive PID control algorithm based on single nerve)
- 2019-03-04 09:29:06下载
- 积分:1
-
C# 清除IE地址栏中的历史网址(修改注册表)
C# 清除IE地址栏中的历史网址,也就是历史记录,这些记录都是平时自己输入的,IE会自动保存,本程序会把保存的这些网址信息全部删除了,主要是删除注册表中对应键值下的URL子键:
RegistryKey rkBase = Registry.CurrentUser;//定位到CurrentUser注册表项
//打开指定的注册表项
RegistryKey rkChild = rkBase.OpenSubKey(@"SoftwareMicrosoftInternet ExplorerTypedURLs",true);
String[] strValueNames = rkChild.GetValueNames();//获取所有的历史网址
foreach (string strItem in strValueNames)//遍历获取到的历史网址
{
rkChild.DeleteValue(strItem);//删除遍历到的历史网址
}
- 2022-11-06 13:05:04下载
- 积分:1
-
WriteVTU
说明: 本代码是将dat文件格式转换成vtp文件格式(This code is to convert dat file format to vtp file format)
- 2020-06-22 07:20:01下载
- 积分:1
-
utd
文章有utd对爬行波进行循迹 给出微分几何算法 可在matlab 及vc来开发(Utd article has crawling wave of differential geometry tracking algorithm is given in the matlab and vc to develop)
- 2008-07-07 16:40:00下载
- 积分:1
-
多种排序算法效率比较
多种排序算法的比较 可以用到万级数据
- 2022-08-24 13:16:07下载
- 积分:1