-
水质模糊综合评价系统 水质模糊综合评价系统
水质模糊综合评价系统 水质模糊综合评价系统
- 2022-06-29 07:11:03下载
- 积分:1
-
这是一个小游戏程序,名字也很好听:思想阅读者.
这是一个小游戏程序,名字也很好听:思想阅读者.-This is a small game program, whose name is also good to listen to: thinking of the reader.
- 2022-08-15 15:22:28下载
- 积分:1
-
管理超市,很好用的,虽然短但是实用,不信你来试试哦。欢迎大家支持...
管理超市,很好用的,虽然短但是实用,不信你来试试哦。欢迎大家支持 -management supermarkets, with a good, although short, however practical, not trust you to try oh. Welcome support
- 2022-05-27 18:57:14下载
- 积分:1
-
vc游戏编程,有简单的,有复杂的。可以作为vc初学者的学习资料,也可以作为编程者的参考资料。...
vc游戏编程,有简单的,有复杂的。可以作为vc初学者的学习资料,也可以作为编程者的参考资料。-vc game programming, has simple, has a complex one. Vc beginners can be used as learning materials, but also can serve as a reference for programmers.
- 2022-09-29 22:45:07下载
- 积分: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
-
ct952源代码
ct952 source code
use for Digital Frame Photo
- 2023-06-23 14:55:05下载
- 积分:1
-
IP核!!高速傅立叶变换的VHDL源代码 可以综合
IP核!!高速傅立叶变换的VHDL源代码 可以综合-IP core! ! High-speed Fourier transform of the VHDL source code can be integrated!!
- 2022-03-02 20:49:37下载
- 积分:1
-
桌球的改进版本...还在不断改进中,望多多指教
桌球的改进版本...还在不断改进中,望多多指教-err
- 2022-04-07 19:53:50下载
- 积分:1
-
转载一个获取颜色的小程序,方便大家编写程序的时候提取颜色代码...
转载一个获取颜色的小程序,方便大家编写程序的时候提取颜色代码-access to reproduce the color of a small procedure to facilitate the preparation of the extraction process color code
- 2022-03-02 03:40:47下载
- 积分:1
-
用c#实现的ATM 机
用c#实现的ATM机,实现简单的查询,取钱,转账等功能,用户根据自己的账号密码,进行登录,查询器用户信息等
- 2022-11-03 14:20:03下载
- 积分:1