-
usaco第1
USACO Section 1-4的后两个程序以及Section 1-5的全部程序代码-USACO Section 1-4 of the latter two procedures, as well as Section 1-5 of the full program code
- 2022-07-24 20:52:41下载
- 积分:1
-
一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.
一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.-A C# Developed similar PHOTOSHOP software, used a lot of graphics algorithms.
- 2023-02-19 08:45:03下载
- 积分:1
-
领导艺术
领导艺术- 管理技巧系列课程-成功经理人,领导艺术- 管理技巧系列课程-成功经理人领导艺术- 管理技巧系列课程-成功经理人.-leadership-management skills courses Series-successful manager, leading arts-management skills courses series-leading successful manager Art-management skills courses Series-successful managers.
- 2022-01-21 23:30:55下载
- 积分:1
-
non
非图形版的小巧玲珑的Hangman!
不一样的感觉!-non-graphic version of the small size of Hangman! Not the same feeling!
- 2023-02-28 02:45:03下载
- 积分:1
-
intraweb 开发用 web报表控件源码
intraweb 开发用 web报表控件源码-Intraweb development web statements source control
- 2022-01-21 00:15:31下载
- 积分: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
-
酷虎网同学录V1.0
酷虎网同学录V1.0 -Cool Tiger Network website V1.0
- 2022-05-19 07:11:35下载
- 积分:1
-
一个简单的点
简单的点阵程序,在一个16*16的点阵上显示一个汉字-A simple dot-matrix procedure, a 16* 16 dot matrix display a Chinese character
- 2022-08-07 19:11:21下载
- 积分:1
-
这个是有关于随即信号的文章,里面具体介绍了这个信号的概念,应用等...
这个是有关于随即信号的文章,里面具体介绍了这个信号的概念,应用等-this is a signal immediately on the articles, which introduced the specific signal to the concept and application
- 2022-01-31 13:42:14下载
- 积分:1
-
交织 本程序是自己编写的随机交织
可以实现任意维度 任意长度 的交织
比起其他的实现方法更具有 推广型...
交织 本程序是自己编写的随机交织
可以实现任意维度 任意长度 的交织
比起其他的实现方法更具有 推广型-Intertwined in this program is to prepare its own random interleaving can achieve any arbitrary length of the intertwined dimensions of the implementation is more than the other type has the extension
- 2022-12-30 23:10:03下载
- 积分:1