-
zigbeedv-hop算法源码,绝无仅有!
这个是我自己写的关于dv-hop算法的zigbee与matlab结合的源码,网上绝对没有第二个,请放心使用,多次运行没有错误,基本可实现比较精确的定位,室内定位。
- 2022-02-14 19:01:16下载
- 积分:1
-
list-and-array
数组的定义与使用,数组的运算,字符串的输入与输出,冒泡排序(list and array)
- 2013-10-17 11:32:30下载
- 积分:1
-
myScanner
词法扫描器,可以扫描关键字,数字,特殊符号等,是编译器的一部分。而且这个是有MFC界面的。(Lexical scanner can scan the keyword, numbers, special symbols, etc. are part of the compiler. And this is MFC interface.)
- 2013-12-11 10:59:06下载
- 积分:1
-
DES
以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。
(DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.)
- 2013-06-16 15:43:14下载
- 积分:1
-
PGM-120117
以stc89c58为控制器,外围包括IIC,12864,蜂鸣器,AD模块(In stc89c58 for the controller, a peripheral including IIC, 12864, buzzer, AD module)
- 2013-10-09 17:10:35下载
- 积分:1
-
C# 通过存储过程实现员工ID自动编号
C# 实现自动ID,通过存储过程实现员工自动编号,这个在平时的编程中很实用,自动编号使用存储过程来实现,比较高级一些,且数据库需要支持存储过程。
con.Open();
SqlCommand cmd = new SqlCommand();
string strSql = "insert into 员工个人信息 values ( + label6.Text + , + this.textBox2.Text + , + this.textBox3.Text + , + this.textBox5.Text + , + this.textBox4.Text + )";
cmd.CommandText = strSql;
cmd.Connection = con;
cmd.ExecuteNonQuery();
con.Close();
MessageBox.Show("成功添加信息");
this.groupBox1.Enabled = false;
- 2022-05-31 12:11:24下载
- 积分:1
-
hunbianchengxu
部分汇编程序拿出来和大家共享,我积攒了好长时间的,请珍惜(Part of the assembler and share out, I saved for a long time, please cherish)
- 2011-06-10 16:53:11下载
- 积分:1
-
开关电源随机总电流按比例分电流
说明: 通过采集电路中的电流数据,通过STM32来设置pwm波占空比,来分配输出的电流的比例,可以1:1之类的。(By collecting current data in the circuit and setting PWM wave duty ratio through STM32, the ratio of output current can be distributed, such as 1:1)
- 2020-06-22 21:20:01下载
- 积分:1
-
C# 单点登录例子源码下载 passport
基于单点登录理念设计的统一多系统用户权限授权中心。
- 2014-10-23下载
- 积分:1
-
vcmatlab
VC_与MATLAB混合编程在语音处理中的应用(VC_ mixed with the MATLAB programming in Speech Processing)
- 2008-05-26 20:45:49下载
- 积分:1