-
软件工程课件,介绍软件开发的技术,方法,原理(1
软件工程课件,介绍软件开发的技术,方法,原理(1-5)章-Software engineering courseware, introduction of software development techniques, methods, principles (1-5) s
- 2022-01-25 16:13:25下载
- 积分:1
-
基于DDS的高性能信号源的设计
是pdf格式的哦
基于DDS的高性能信号源的设计
是pdf格式的哦-DDS-based high-performance signal source is designed to be Oh pdf format
- 2023-02-25 09:15:03下载
- 积分:1
-
是一个小小的猫捉老鼠游戏,小朋友肯定会喜欢的哦。我也希望学C++的朋友也会喜欢...
是一个小小的猫捉老鼠游戏,小朋友肯定会喜欢的哦。我也希望学C++的朋友也会喜欢-is a little cat-and-mouse game, the children will like, oh. I also want to learn C of friends like
- 2022-05-06 10:02:18下载
- 积分:1
-
sourse code of kmp algorithm
poj 上的几道kmp 题的解题报告 sourse code of kmp algorithm -sourse code of kmp algorithm
- 2022-05-17 02:18:57下载
- 积分:1
-
安全工具包 2006年10月15日更新
请看帮助说明
安全工具包 2006年10月15日更新
请看帮助说明-security tool kit on October 15, 2006 to help update See Note
- 2022-03-28 20:47:11下载
- 积分:1
-
模糊控制的隶属度值的计算
Membership Value calculateion for Fuzzy Control
- 2022-01-24 17:27:54下载
- 积分: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
-
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程...
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程-Documents stm32 the SD interface operation, the program of the SD card STM32 demo operational processes
- 2023-08-18 16:05:03下载
- 积分:1
-
页面置换算法 包括fifo 先进现出,最近最早未使用,lru算法
页面置换算法 包括fifo 先进现出,最近最早未使用,lru算法-Fifo page replacement algorithm, including advanced show, the first unused recently, lru algorithm
- 2022-07-22 06:41:50下载
- 积分:1
-
堆栈的一点研究,小程序,不过蛮好用的,值得一看的
堆栈的一点研究,小程序,不过蛮好用的,值得一看的-Stack that study, a small procedure, but fine used, see the
- 2022-05-25 10:20:39下载
- 积分:1