-
以前做的一个数字钟
以前做的一个数字钟-before doing a digital clock
- 2023-04-09 03:15:03下载
- 积分:1
-
这是一个加油站管理系统
这是一个加油站管理系统-This is a gas station management system
- 2022-04-30 13:04:24下载
- 积分:1
-
form seismic events with fortran
fortran编写简单的形成地震同相轴,大家需要的可以用下载 用的是雷克子波-form seismic events with fortran
- 2022-03-15 12:09:47下载
- 积分:1
-
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调...
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调-the demodulation of 2FSK signal
- 2022-01-28 21:00:05下载
- 积分:1
-
一种窄带干扰抑制的非线性自适应预测滤波算法!
一种窄带干扰抑制的非线性自适应预测滤波算法!-a narrowband interference suppression filter nonlinear adaptive prediction algorithm!
- 2023-05-01 11:40:03下载
- 积分: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
-
is a digital editor
是一个数码编辑
- 2022-06-03 15:14:25下载
- 积分:1
-
在西洋棋中的武士与象棋中的马相似,走的都是L形的路,本程序以一个非递归的程序,输入一个表示棋盘的大小值n,在输入一个起点的坐标,找出一条从第一格起可以让武士棋走...
在西洋棋中的武士与象棋中的马相似,走的都是L形的路,本程序以一个非递归的程序,输入一个表示棋盘的大小值n,在输入一个起点的坐标,找出一条从第一格起可以让武士棋走完n2格而不重复的路径。-In chess and chess in the samurai s horse is similar to walking are L-shaped path, the procedure to a non-recursive procedures, enter a value that the size of the chessboard of n, in the input the coordinates of a starting point to identify a starting from the first grid allows grid n2 samurai chess through the path without duplication.
- 2022-08-19 13:48:07下载
- 积分:1
-
THE PRINT FORM EDITOR VC CODE
THE PRINT FORM EDITOR VC CODE
- 2022-02-02 01:59:31下载
- 积分:1
-
把外部程序作为MDI窗口打开
把外部程序作为MDI窗口打开-put external procedures as MDI window open
- 2022-02-16 01:27:41下载
- 积分:1