-
This is my painstaking proceeds, it takes a lot of electronics and a large numbe...
这是我费尽苦心所得,它用了大量的电子学知识和大量文化,可以了吧-This is my painstaking proceeds, it takes a lot of electronics and a large number of cultural knowledge, it can
- 2022-03-20 02:59:57下载
- 积分:1
-
javascript2.0_complete参考
JavaScript2.0_Complete Reference.CHM
- 2022-04-16 14:07:56下载
- 积分:1
-
huffmantr
huffmantr
- 2023-04-18 02:40:03下载
- 积分:1
-
飞行特训游戏 C语言 锻炼基本功的拉 很有意思哦
飞行特训游戏 C语言 锻炼基本功的拉 很有意思哦-flight C language satisfying game of the basic skills training was very interesting, oh
- 2023-02-07 01:40:03下载
- 积分:1
-
with MFC write Chinese 66.248.97.196 can achieve a small font conversion process...
用MFC写的可以实现中文简繁字体转换的小程序.-with MFC write Chinese 66.248.97.196 can achieve a small font conversion process.
- 2022-07-28 15:55:31下载
- 积分:1
-
二次方程的解
在 visual studio c + + pmoschyu 库使系数在字段中,介绍了二次方程的解,
该程序在小的屏幕显示可用根。
- 2023-01-29 00:05:04下载
- 积分:1
-
构造一组输入为白噪声加三个频率非常接近的正弦波,其信噪比为10dB,观测长度为256。试分别用普通AR谱估计和采用功率噪声抵消算法的AR谱估计估计这组信号的频率...
构造一组输入为白噪声加三个频率非常接近的正弦波,其信噪比为10dB,观测长度为256。试分别用普通AR谱估计和采用功率噪声抵消算法的AR谱估计估计这组信号的频率,并比较结果。-constructed a group of white noise input plus three very close to the frequency sine wave, the signal-to-noise ratio of 10dB. Observing length of 256. Were used to test the general AR spectral estimation using power and noise canceling algorithm for the estimation of AR spectrum estimation of this group of signal frequency, and the results of the comparison.
- 2022-09-05 13:40:03下载
- 积分:1
-
max7219 source
max7219源程序 -max7219 source
- 2022-01-28 18:14:18下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
一个关于LabVIEW的pwm程序,还没有最终完成
一个关于LabVIEW的pwm程序,还没有最终完成-pwm
- 2022-01-26 00:20:57下载
- 积分:1