-
这个文件主要介绍了LMS和RLS的一些基本的滤波功能
这个文件主要介绍了LMS和RLS的一些基本的滤波功能-This paper mainly introduces the LMS and RLS some basic filtering
- 2023-06-10 09:25:03下载
- 积分:1
-
hefty almanac source code, the C and QB version, I do not know right wrong
万年历的源码,C++和QB版,不知道对不对-hefty almanac source code, the C and QB version, I do not know right wrong
- 2022-02-15 06:52:29下载
- 积分: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
-
Kawaks 1.45 最终中文典藏版还是言论游戏玩游戏的好的工具,是比不可少的好...
Kawaks 1.45 最终中文典藏版还是言论游戏玩游戏的好的工具,是比不可少的好-Kawaks 1.45 final version of the Chinese collection of words or play games of the good tools are essential for the good than Wanton
- 2022-03-24 16:07:58下载
- 积分:1
-
一个汽车的fuzzy的控制,能很好地应用FUZZY的特点
一个汽车的fuzzy的控制,能很好地应用FUZZY的特点-a car fuzzy control can be well applied to the characteristics FUZZY
- 2022-12-30 03:05:04下载
- 积分:1
-
winpcap, delphi development of the bottom of the application package,
winpcap,delphi 开发底层应用的包,-winpcap, delphi development of the bottom of the application package,
- 2022-04-13 16:03:28下载
- 积分:1
-
游戏移动的源代码
source code about game mobile
- 2022-01-26 06:40:58下载
- 积分:1
-
sdl的gfx开发包,做游戏必备
sdl的gfx开发包,做游戏必备-sdl the gfx development kits, games must
- 2022-01-30 10:37:50下载
- 积分:1
-
建筑工程类的一些规范,欢迎下载,或许有用
建筑工程类的一些规范,欢迎下载,或许有用-some kind of construction norms, welcome to download, perhaps useful
- 2022-05-28 17:28:55下载
- 积分:1
-
RPG游戏的地图编辑器的源代码,可以用于编辑RPG游戏的地图,永远…
RPG游戏地图编辑器源代码,可以用于编辑RPG游戏的地图,供大家学习如何制作RPG游戏的地图工具-RPG game map editor source code, can be used for editing RPG game maps, for everyone to learn how to produce the maps RPG game tools
- 2022-08-07 16:14:50下载
- 积分:1