-
rsqmteo72
Avoid multiple executions
- 2018-12-25 12:24:18下载
- 积分:1
-
for the complex matrix inverse matrix
求复数矩阵的逆矩阵-for the complex matrix inverse matrix
- 2022-02-21 09:01:52下载
- 积分:1
-
stm32超声波测距
stm32超声波测试,keil开发环境...............................................................................................
- 2023-08-23 13:50:05下载
- 积分:1
-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分:1
-
STC11F单片机串口测试程序
STC11F60XE单片机串口配置测试
/* 测试包含:双串口切换、定时器1发生波特率/独立波特率发生器发生波特率*/
/* 传统8051定时器速度/1T定时器速度、查询/中断工作方式 */
- 2022-03-07 14:50:34下载
- 积分:1
-
ADC0809
51单片机dac0809驱动程序,包含整个单片机开发。(51 single dac0809 drivers)
- 2013-09-04 21:42:08下载
- 积分:1
-
Hidden_Markov_model_for_automatic_speech_recogniti
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the sources listed below for
a theoretical description of the algorithm. KF Lee (2) offers an
especially good tutorial of how to build a speech recognition system
using hidden Markov models.
- 2007-10-26 19:01:21下载
- 积分:1
-
ds18b20驱动
ds18b20驱动,单片机开发,温度传感器(DS18B20 driver, microcontroller development, temperature sensor)
- 2020-06-16 05:40:01下载
- 积分:1
-
生成三维管线
管线生成,可以根据二维管线数据生成空间三维管线,里面有详细的代码说明已经调用方法讲解(Pipeline generation, according to two-dimensional pipeline data generated space three-dimensional pipeline, which has a detailed code that has been called to explain the method)
- 2021-01-26 10:58:37下载
- 积分:1
-
c程序模拟http服务器
char ip[64]={0};
//get_server_ip(ip,"eth0");//获取本机ip地址
get_server_ip(ip,"wlan0");//获取本机ip地址
printf("ip=%s
",ip);
post_get(ip,8868);
return 0;
char ip[64]={0};
//get_server_ip(ip,"eth0");//获取本机ip地址
get_server_ip(ip,"wlan0");//获取本机ip地址
printf("ip=%s
",ip);
post_get(ip,8868);
return 0;
- 2022-05-15 15:18:37下载
- 积分:1