-
strapdown
LM算法的MATLAB实现。Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。(LM algorithm in MATLAB. Levenberg-Marquardt algorithm is an optimization algorithm. Optimization is to find the minimum value makes the function parameter vector.)
- 2013-11-09 22:28:19下载
- 积分:1
-
huffman
数据结构(严蔚敏版)中哈夫曼树的操作程序源代码(Of data structure (Yan Wei Min version) operating procedures in the source code Huffman tree)
- 2010-05-24 23:19:39下载
- 积分:1
-
PBKDF2 c实现
这是PBKDF2 c语言的实现 就是百度来的 看看有多少积分 我想要下载个东西 这里积分怎么那么贵 哎
- 2022-06-29 00:05:55下载
- 积分:1
-
rsa
rsa 实现代码,运用大数算法#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
Bahine
说明: 变论域模糊PID算法的压力试验机Based on Variable Universe Fuzzy PID algorithm for pressure testing machine(Based on Variable Universe Fuzzy PID algorithm for pressure testing machine)
- 2011-03-01 17:18:36下载
- 积分:1
-
SampleCode_ForCidana
基于WinCE5.0/6.0的CMMB测试软件。CMMB芯片是Siano的。可以完整测试CMMB信号强度,完成搜台,记录流媒体文件(可以将记录的文件在PC上播放)。(The CMMB based WinCE5.0/6.0 test software. Siano' s CMMB chip. CMMB signal strength can be fully tested, complete search, recording streaming media files (log files can be played on a PC).)
- 2013-08-20 21:26:23下载
- 积分:1
-
ps32
PS32自动气象站的嵌入式代码,stm32主控,包裹GPRS模块M33G和AD7792,ublox电子罗盘,GPS等驱动。C代码(PS32 AWS embedded code, stm32 master, wrapped GPRS module M33G and AD7792, ublox electronic compass, GPS and other drivers. C code)
- 2014-01-23 14:52:13下载
- 积分:1
-
S-57-Ed.3.1-2000.11
国际海事组织2000年的电子海图s-57标准(International Maritime Organization ECDIS s-57 standard in 2000)
- 2020-12-04 09:19:25下载
- 积分:1
-
tuihuosuanfa
在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。(In the Visual C++ compiler environment, the simulated annealing process, and use them to solve a 48 cities TSP problem.)
- 2010-01-16 15:31:57下载
- 积分:1
-
CW
说明: DS18B20 测温,利用protues和keil联调的方式实现,测量的温度范围在-55°C~+125°C。(DS18B20 temperature measurement using keil FBI protues and means to achieve the measured temperature range-55 ° C ~+125 ° C)
- 2014-06-01 03:19:11下载
- 积分:1