-
matlab SA algorithm
应用背景
智能优化,线性规划,路径寻优,。。。。。。。。。。。。。。。
关键技术matlab实现,求解优化问题,最优值寻找。。。
- 2022-02-24 18:16:56下载
- 积分:1
-
任意精度的数学库
任意精度的数学库 - Free precision mathematics storehouse
- 2022-01-26 03:10:09下载
- 积分:1
-
stm32四路不同占空比pwm信号
应用背景Pwm在控制系统中普遍应用,stm32可以方便的产生PWM信号关键技术stm32通过定时器time3产生四路不同占空比的PWM信号,可根据自己的需要改变周期或占空比。
- 2022-07-12 09:04:11下载
- 积分:1
-
单词拼写检查
使用贝叶斯实现的快速的英文拼写检查代码,注释清楚。在实现方面目前实现了小写的检查,还没有实现大写的检查。
- 2022-08-13 20:44:47下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
webrtc中的ns(背景音去除)模块,可以直接编译,编译完后生成动态库。
webrtc中的ns(背景音去除)模块,可以直接编译,编译完后生成动态库。后续可以直接使用include目录的noise_suppression.h和library中的libwebrtc_ns.so进行测试。
- 2023-04-20 06:20:03下载
- 积分:1
-
用C写的,在VC上编译通过,可以查看运行结果,代码没写注释...
用C写的,在VC上编译通过,可以查看运行结果,代码没写注释-written in C, compiled by VC can see the operational results, I did not write code Notes
- 2022-01-22 02:25:43下载
- 积分:1
-
This code can generate a series of random numbers, and then the number of these...
此代码可以生成一系列随机数,然后对这些随机数进行快速排序。-This code can generate a series of random numbers, and then the number of these random quick sort.
- 2022-03-20 18:48:10下载
- 积分:1
-
二分法搜索的程序实现
二分法搜索的程序实现-dichotomy Search Program
- 2023-09-09 00:35:02下载
- 积分:1
-
一个自己写的列主元高斯消去法,用Matlab实现
一个自己写的列主元高斯消去法,用Matlab实现-Wrote it myself out of a PCA Gaussian elimination, using Matlab realize
- 2022-09-27 07:20:03下载
- 积分:1