-
一个使数据文件的数据减速去前1000个点(可修改)平均值的算法....
一个使数据文件的数据减速去前1000个点(可修改)平均值的算法.-a data information in the paper before the slowdown to 1,000 points (to be revised) average of the algorithm.
- 2022-01-26 02:23:59下载
- 积分: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
-
神经网络的实现
Neural Net implementation
- 2022-03-18 21:02:25下载
- 积分:1
-
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助...
最优化的MATLAN实现,讲的很全面哦,希望对大家有所帮助-optimal MATLAB realized, said very comprehensive Oh, we want to help
- 2022-04-12 20:34:19下载
- 积分:1
-
制作C语言程序的图片源码工具,需要安装注册!使用方便
制作C语言程序的图片源码工具,需要安装注册!使用方便-The production of C language programming of the picture source tools, need to install the register! Easy to use
- 2022-08-12 11:18:47下载
- 积分:1
-
计算机机房管理系统
计算机机房管理系统-Computer Room Management System
- 2023-04-14 15:40:03下载
- 积分:1
-
ti 最新tms320c6416系列dsp 原理图,
ti 最新tms320c6416系列dsp 原理图,-ti latest TMS320C6416 series dsp schematics,
- 2022-03-10 21:26:10下载
- 积分:1
-
一个很好的在线网络TV,试试看吧
一个很好的在线网络TV,试试看吧-a good online network TV, and see what happens! ! ! ... ...
- 2022-06-15 20:57:47下载
- 积分:1
-
基于CSM自适应波束形成――酉聚焦
% 8阵列;
%信噪比为10dB 干扰噪声比为20dB 干扰信号与需要信号不相关.
%干扰和信号频率所在范围为8...
基于CSM自适应波束形成――酉聚焦
% 8阵列;
%信噪比为10dB 干扰噪声比为20dB 干扰信号与需要信号不相关.
%干扰和信号频率所在范围为80―120Hz,相对带宽为40% ,入射角度分别为seta_S_reg、seta_J_reg -CSM-based adaptive beamforming- Unitary Highlights 8 array 10dB signal to noise ratio for the interference noise ratio of 20dB interference signal and the need to signal irrelevant. Interference and signal frequency range is where the 80-120Hz, the relative bandwidth of 40 , respectively angle seta_S_reg, seta_J_reg
- 2022-11-19 20:15:04下载
- 积分:1
-
audio and speech compression,image restoration,ezw tree using trellis codes
audio and speech compression,image restoration,ezw tree using trellis codes
- 2022-01-25 23:20:56下载
- 积分:1