-
javastingdemo java string的测试
javastingdemo java string的测试
-javastingdemo java string test
- 2022-09-01 20:50:02下载
- 积分:1
-
用java写的速算24游戏
用java写的速算24游戏-with the speed counting 24 games
- 2022-09-09 03:40:03下载
- 积分: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 code is in the R statistical programming language. It creates a LSA using a...
This code is in the R statistical programming language. It creates a LSA using a local folder of text documents, then it shows the resultant semantic space in a 3d model (using the 2nd, 3rd, and 4th dimensions) Included in the model is the documents and the most relevent terms.
- 2022-07-25 01:54:59下载
- 积分:1
-
VC++ 2d游戏地图编辑器
VC++ 2d游戏地图编辑器-VC++ 2d game map editor
- 2022-03-01 07:19:25下载
- 积分:1
-
一个DX的小引擎,包括3D,输入,音效,网络
一个DX的小引擎,包括3D,输入,音效,网络-a DX small engines, including 3D input, audio, network
- 2022-06-18 22:38:36下载
- 积分:1
-
一个纯c占星术游戏
一个纯c占星术游戏-a pure game Astrology
- 2023-05-17 01:35:04下载
- 积分:1
-
hoops基础讲义,培训课程,ppt格式讲义
hoops基础讲义,培训课程,ppt格式讲义-hoops
- 2023-08-05 17:40:03下载
- 积分:1
-
dkink 的 俄罗斯方块,非常简洁,很适合新手学习。
dkink 的 俄罗斯方块,非常简洁,很适合新手学习。-Russian dkink box, very simple, very suitable for novices to learn.
- 2022-01-23 11:15:46下载
- 积分:1
-
dysplasia window source versions : File Size : 248.592Kb software Language : Eng...
异型窗口源码
版 本:
文件大小:248.592Kb
软件语言:简体中文
授权方式:免费版
相关链接:程序演示
-dysplasia window source versions : File Size : 248.592Kb software Language : English license : free version Related Links : The process demonstration
- 2022-02-04 09:21:34下载
- 积分:1