-
与ArcMap中的Editor功能一样,地图编辑很方便!
与ArcMap中的Editor功能一样,地图编辑很方便!-the same with Editor of ArcMap
- 2022-06-19 08:07:56下载
- 积分:1
-
家谱管理软件,树形控件操作,可保存文本和图片,查找快捷
家谱管理软件,树形控件操作,可保存文本和图片,查找快捷
- 2022-01-30 11:47:40下载
- 积分:1
-
For generating wind speed model in ARMA
For generating wind speed model in ARMA
- 2022-06-16 09:39:25下载
- 积分:1
-
商店存货系统,安装就能使用,功能很强大,很完整
商店存货系统,安装就能使用,功能很强大,很完整-OK
- 2022-06-28 19:10:05下载
- 积分:1
-
Multisim9RFdianlu.rar,
压缩包解压时不能有密码。
Multisim9RFdianlu.rar,
压缩包解压时不能有密码。-Multisim9RFdianlu.rar, compressed packets can not extract the password.
- 2022-06-15 09:22:38下载
- 积分:1
-
此源码能够实现石头剪刀布的功能,并且简单易懂,
此源码能够实现石头剪刀布的功能,并且简单易懂,-shitoujiandaobu
- 2023-08-08 19:50:02下载
- 积分:1
-
/*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了,...
/*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了, 如有人想要带鼠标的可与我连系*/-/* WITH TC 2.0 operating environment under the billiards game w, s, a, d to control direction, the comma and full stop controlling forces, space-could have also been made with the mouse control, because we are a "mouse.h", so removed, if people want to take control the subject can be linked with my* /
- 2022-02-02 13:13:42下载
- 积分: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
-
This is a delphi mine procedure which is the same of microsoft s.
一个用delphi编的和微软的扫雷一模一样的扫雷程序-This is a delphi mine procedure which is the same of microsoft s.
- 2023-03-11 20:35:03下载
- 积分:1
-
五种排序算法,此外,几乎包含了所有常见的数论里的算法。...
五种排序算法,此外,几乎包含了所有常见的数论里的算法。-five sort algorithm。in addition,contains all the common algorithm of maths
- 2023-05-30 00:00:03下载
- 积分:1