-
Repayment of the principal Act, such as the original C code, based on matlab. Th...
等本金法还款C的原代码,基于matlab.此为1.0版,以后会增加2.0版.大家支持.-Repayment of the principal Act, such as the original C code, based on matlab. This is version 1.0, version 2.0 will increase. U.S. support.
- 2022-02-21 20:09:02下载
- 积分:1
-
根据TI血氧所改进的血氧代码
1使用stm32f051最为主控,次代码在模拟期中测试过,缺点为数据不是很稳定,不过有待改进
- 2022-05-13 15:55:12下载
- 积分:1
-
这个代码可以是10
这个代码可以将一个10进制数转换为任意进制(16以内),非常实用-this code can be a 10-band digital conversion arbitrary 229 (16) after a very practical
- 2022-05-15 20:08:05下载
- 积分: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
-
一种使用经典GP算法计算关联维数的程序源代码,比较好用!
一种使用经典GP算法计算关联维数的程序源代码,比较好用!-A classical GP algorithm using the correlation dimension of the source code, more easy to use!
- 2022-07-13 15:06:16下载
- 积分:1
-
including large numbers of calculating the arithmetic
大数的计算包括加减乘除-including large numbers of calculating the arithmetic
- 2022-02-05 22:22:15下载
- 积分:1
-
generate random passwords, user
生成随机密码,好用不错-generate random passwords, user-friendly good
- 2022-06-02 07:16:46下载
- 积分:1
-
此程序用提升法实现第二代小波变换,我用的是非整数阶小波变换...
此程序用提升法实现第二代小波变换,我用的是非整数阶小波变换-the procedure used to upgrade method is the second generation wavelet transform, I use a non-integer wavelet transform
- 2022-03-18 09:24:55下载
- 积分:1
-
求解三波耦合方程
向后差分,一阶,200个点,Z的范围[0 , 20],运行了50s。。。
各常数参数取值如下:
VS = 2 ;VI = 2 ; VP = 2 ; K = 2(这个代表的是j*delt*k) ; J = 2 ; L = 20 ; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-10 00:50:02下载
- 积分:1
-
c#模拟CPU调度算法
该源码模拟了CPU的三个调度算法,分别是短作业优先短发、时间片轮转算法和优先级调度算法、采用了图形界面显示甘特图
- 2023-01-11 04:35:04下载
- 积分:1