-
SEP-matlabe.m
经典的SEP协议,代码完全正确,以及运行验证,对初学WSN路由协议的同学很有帮助。(Classic SEP protocol, the code is correct, and run the validation for beginner students WSN routing protocol is helpful.)
- 2014-01-20 17:25:06下载
- 积分:1
-
R1-080881
关于LTE功率控制参数delta_MCS的选取,权威文档。(About LTE power control parameters delta_MCS selection, authoritative document.)
- 2014-01-08 15:59:34下载
- 积分:1
-
VC-and-Matlab-mixed-programming
VC++与Matlab混合编程的快速实现(VC++ and Matlab Fast Implementation of mixed programming)
- 2011-04-18 23:13:13下载
- 积分:1
-
431
说明: 三端稳压可调集成芯片.应用很广,可当制作各种类型的稳压源(Three-terminal adjustable regulator ICs. Application is very broad, can be produced when the source of all types of regulators)
- 2010-03-29 14:01:39下载
- 积分:1
-
iu6djgtjer5y
X射线头影图象的自适应卡尔曼滤波方法研究_徐常胜.zip(Cephalometric X-ray image of the adaptive Kalman filtering method _ Xu Changsheng. Zip)
- 2013-08-08 20:13:57下载
- 积分:1
-
matlab
结构拓扑优化 99行matlab代码 结构优化(99 line topology optimization code structure optimization matlab)
- 2009-05-19 09:12:22下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
matlab
matlab遗传算法,matlab遗传算法程序,45666011matlab遗传算法程序(matlab genetic algorithm, matlab genetic algorithm program, 45666011matlab genetic algorithm program)
- 2009-11-24 11:29:28下载
- 积分:1
-
ex18
1. 设计在数组中查找数据模板函数
函数名: SeqSearch
参数名及顺序: 数组:list, 数据:key, 个数:n
返回: 成功:数据在数中的下标,失败: -1(1 designed to find the data in the array template function function name: SeqSearch parameter names and order: Array: list, data: key, number: n Returns: Success: Data on the number of the next standard, failed:-1)
- 2014-10-24 19:38:06下载
- 积分:1
-
lap_cpp
线性分配算法的C++版本,在MATLAB调用mex命令编译后可以直接在MATLAB中运行,函数assianstment=lap(cost),cost为匹配的代价矩阵,assianstment为输出匹配矩阵(Linear assignment algorithm C++ version of the call in the MATLAB mex command can be compiled to run directly in the MATLAB function assianstment = lap (cost), cost for the match cost matrix, assianstment matrix for the output matching)
- 2010-06-09 17:03:33下载
- 积分:1