-
本程序是用SDK写的俄罗斯方块,得分与速度和一次消的行数有关,本人初学VC++写了一差不多一个月才写出来站长一定要用哦!...
本程序是用SDK写的俄罗斯方块,得分与速度和一次消的行数有关,本人初学VC++写了一差不多一个月才写出来站长一定要用哦!-this program is written in Russian SDK squares with the speed and scoring a few Cancellation of the trip, I was learning a VC almost one month before they write head must use!
- 2022-03-06 01:34:37下载
- 积分:1
-
这是我下载的一个在线拼图游戏,有六种游戏的难题。
这是我在网上下载的一个拼图小游戏 内有六种拼图 可预览 开始在设置里面选择要玩的图画 本人感觉还不错-This is what I downloaded an online puzzle game there are six kinds of puzzles can be set up inside the preview started to choose to play, I feel pretty good picture
- 2022-08-16 23:47:36下载
- 积分:1
-
SampleAndroid : the base sample project for android
SampleAndroid : the base sample project for android
- 2022-03-11 07:07:54下载
- 积分:1
-
学习LabVIEW时做的书上的例程,课供初学者参考
学习LabVIEW时做的书上的例程,课供初学者参考-When learning LabVIEW book on the routines, classes for beginners reference
- 2022-01-25 23:07:34下载
- 积分:1
-
AT89S52单片机 程序
矩阵键盘,数码管显示
AT89S52单片机 程序
矩阵键盘,数码管显示-Single-chip program AT89S52 matrix keyboard, digital display
- 2023-07-07 05:20:02下载
- 积分:1
-
语音智能车智能车手动人工语音
语音智能小车说明书 语音智能小车说明书-Voice Smart car smart car manual manual voice
- 2022-08-26 13:19:10下载
- 积分:1
-
功能齐全的产品展示系统ASP源码
功能齐全的产品展示系统asp源码-fully functional product display system asp FOSS
- 2022-09-14 23:20:03下载
- 积分:1
-
用MATLAB做的插值与拟合的程序及课件PPT。适合初学者。
用MATLAB做的插值与拟合的程序及课件PPT。适合初学者。-MATLAB do interpolation and fitting procedures and courseware PPT. For beginners.
- 2023-06-24 11:00: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
-
类似小画家功能可以用来显示并编辑图档。
类似小画家功能可以用来显示并编辑图档。-Drawing a similar function can be used to display and edit files.
- 2022-02-03 16:58:48下载
- 积分:1