-
此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以...
此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can be useful
- 2023-02-08 14:00:04下载
- 积分:1
-
简单的电子邮件发送程序,貌似有点问题,希望可以喝大家共享。...
简单的电子邮件发送程序,貌似有点问题,希望可以喝大家共享。-it is verf easy!
- 2022-06-21 06:49:40下载
- 积分:1
-
这是一个我自己开发的,可以通过定制模板来实现PowerBuilder中将数据窗口的一行导入到excel中的全局函数,功能非常强大...
这是一个我自己开发的,可以通过定制模板来实现PowerBuilder中将数据窗口的一行导入到excel中的全局函数,功能非常强大-This is a development of my own, you can customize the templates to achieve the PowerBuilder DataWindow row will be imported into excel in the global function is very powerful
- 2022-01-25 17:12:06下载
- 积分:1
-
算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法...
算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法-algorithm on the traversal of the tree, and there are also search the data structure correlation algorithm
- 2022-10-22 13:35:03下载
- 积分:1
-
ocm12864
ocm12864液晶屏幕使用说明书,含简单时序和接线图-ocm12864
- 2022-07-23 01:34:25下载
- 积分:1
-
电脑常用知识,dos下的一些应用
电脑常用知识,dos下的一些应用-Commonly used computer knowledge, dos applications under
- 2022-02-11 22:36:24下载
- 积分:1
-
BT源码,现在很热门的P2P软件,可以在线下载工具
BT源码,现在很热门的P2P软件,可以在线下载工具-BT source, a very popular peer-to-peer software, tools can be downloaded online
- 2022-02-28 09:33:20下载
- 积分:1
-
小游戏迷宫源代码!上下左右为WSAD,并具有地图编辑和保存的功能,这是我学VC是做的一个小程序, 希望与大家指点。...
小游戏迷宫源代码!上下左右为WSAD,并具有地图编辑和保存的功能,这是我学VC是做的一个小程序, 希望与大家指点。
- 2022-07-07 11:30:50下载
- 积分: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
-
以前一直用vb,只有这类源码。现在在学c,请支持。
以前一直用vb,只有这类源码。现在在学c,请支持。-previously been used vb, the only such source. C in school now, please support.
- 2023-06-04 12:45:03下载
- 积分:1