-
这是一个Prolog程序,是我的同学做的,对于学Prolog的朋友有些帮助,希望大家多多交流。...
这是一个Prolog程序,是我的同学做的,对于学Prolog的朋友有些帮助,希望大家多多交流。-This is a Prolog program is to do my classmates and friends to learn Prolog some help, I hope a lot of U.S. exchanges.
- 2022-03-06 21:16:42下载
- 积分:1
-
PCMCIA的源代码
pcmcia source code
- 2022-10-31 23:35:03下载
- 积分:1
-
C algorithms commonly used procedures set
C常用算法程序集-徐士良著 经典,学习c语言的好冬冬啊-C algorithms commonly used procedures set-XU Shi-liang classic book, learning the language c good kick ah
- 2022-11-02 19:40:02下载
- 积分:1
-
Huawei various communications infrastructure database engineers and answer diffi...
华为各类工程师通信基础题库以及答案,很难的哦-Huawei various communications infrastructure database engineers and answer difficult oh
- 2022-03-01 18:01:06下载
- 积分:1
-
Because the configuration opencv and dshow programming environment is very troub...
因为配置opencv和dshow的编程环境实在很麻烦,而且需要注意的地方很多,于是我就写了这篇文章希望对大家有帮助。-Because the configuration opencv and dshow programming environment is very troublesome, and need to pay attention to a lot of places, so I wrote this article would like to have everyone help.
- 2022-01-26 05:28:25下载
- 积分: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
-
Photos modulus procedure for picture taking mode, LCD display with
图片取模程序,用于图片取模,LCD显示时用-Photos modulus procedure for picture taking mode, LCD display with
- 2022-05-22 08:13:06下载
- 积分:1
-
一个雷达的模拟程序
一个雷达的模拟程序-a radar simulation program
- 2022-04-01 12:51:17下载
- 积分:1
-
labview程序编程技巧演示,用labview编写windows应用分离小程序
labview程序编程技巧演示,用labview编写windows应用分离小程序-LabVIEW programming skills demonstration, windows applications using LabVIEW to prepare small separation procedures
- 2022-12-24 16:45:03下载
- 积分:1
-
这是一个能在51中运行的精简UCOSII操作系统
这是一个能在51中运行的精简UCOSII操作系统-This is a run in 51 operating system to streamline UCOSII
- 2023-05-02 07:35:04下载
- 积分:1