-
经典的俄罗斯方块游戏代码 ,c++ 实现。
经典的俄罗斯方块游戏代码 ,c++ 实现。-The classic Tetris game code, c++ Achieve.
- 2022-02-15 00:11:53下载
- 积分:1
-
电机控制,包括调速、换向等功能,还包括显示控制,时间设置等功能...
电机控制,包括调速、换向等功能,还包括显示控制,时间设置等功能-motor control
- 2022-08-16 12:08:55下载
- 积分: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
-
java 创建模式,抽象工厂模式,实现代码重构,包括例子。
java 创建模式,抽象工厂模式,实现代码重构,包括例子。-java creation of models, the abstract factory model codes remodeling, including examples.
- 2022-10-20 23:35:04下载
- 积分:1
-
优化算法,通过模型的建立,对其进行检验。
优化算法,可有通过考察所构建模型来组合自己的函数功能,有选择的提供程序-optimization algorithm, it will be inspected by the building through the model portfolio to their function in a choice of provider
- 2023-07-02 23:10:03下载
- 积分:1
-
one good MP3 player, running in Java, We can look at the drop
一款不错的MP3播放器,在JAVA下运行的,大家可下拉看看一定不会后悔的,这可是现今最完善的JAVAMP3播放器拉-one good MP3 player, running in Java, We can look at the drop-down will not regret it, but now that the most perfect player Rafah JAVAMP3
- 2022-11-01 11:00:03下载
- 积分:1
-
This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1
This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-dimensional sequences of length 2^N. This package contains C and Fortran FFT codes.
- 2022-02-21 21:56:57下载
- 积分:1
-
The information is to introduce the I2C protocol and application programming inf...
该资料是介绍I2C协议和编程应用的资料,对于I2C编程的人员来说,是很有用的一份资料。-The information is to introduce the I2C protocol and application programming information, for I2C programming staff, it is a very useful information.
- 2022-07-05 04:29:16下载
- 积分:1
-
Useful information on a drawing if you have similar trouble also upload informat...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-05-12 22:42:54下载
- 积分:1
-
面向对象程序设计,课本中部分例题,c++环境下运行
面向对象程序设计,课本中部分例题,c++环境下运行-Object-oriented programming, textbooks and some sample questions, c++ Environment running under
- 2022-01-27 22:04:16下载
- 积分:1