-
In MATLAB does not draw a continuous COLORBAR, and easily adjust colors accordin...
在MATLAB中绘制不连续的COLORBAR,并方便根据自己喜好调节色彩-In MATLAB does not draw a continuous COLORBAR, and easily adjust colors according to their own preferences
- 2022-03-13 12:33:00下载
- 积分:1
-
vc game series, it is worth about fun. Intron map.
vc编的小游戏,很好玩的值得一下。内含地图。-vc game series, it is worth about fun. Intron map.
- 2022-01-25 20:51:44下载
- 积分:1
-
一个非常简单的贪食蛇游戏,下载时在文件夹下添加两个名为Begin和DeTmixBW得波形音频文件就能有背景音乐...
一个非常简单的贪食蛇游戏,下载时在文件夹下添加两个名为Begin和DeTmixBW得波形音频文件就能有背景音乐-A very simple Snake game, download folder when adding two named Begin and DeTmixBW wave audio file will be able to get background music
- 2022-03-01 07:12:22下载
- 积分: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
-
五子棋 五子棋
五子棋 五子棋 -Gobang Gobang Gobang Gobang
- 2022-02-02 03:45:48下载
- 积分:1
-
使用Acrgis Engine 的java api 开发的创建一个shape文件
使用Acrgis Engine 的java api 开发的创建一个shape文件-Acrgis Engine using the java api to create a shape the development of documents
- 2022-02-02 04:30:13下载
- 积分:1
-
一个用java编的联机坦克游戏,支持直接现卡操作全屏模式
一个用java编的联机坦克游戏,支持直接现卡操作全屏模式-with a series of the tanks on-line games, in support of direct current card operated in full-screen mode
- 2023-05-09 20:45:02下载
- 积分:1
-
计算机操作系统实验――动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。...
计算机操作系统实验――动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
- 2022-11-14 05:05:03下载
- 积分:1
-
复数的四则运算
如何用数据结构实现复数的四则运算
复数的四则运算
如何用数据结构实现复数的四则运算-Plural arithmetic
- 2022-10-01 02:45:02下载
- 积分:1
-
用先进的串行端口
advanced Serial port with verilog
- 2023-04-25 02:05:03下载
- 积分:1