-
串口液晶体 0ocm2x8c的驱动 及 文字 图形显示程序
串口液晶体 0ocm2x8c的驱动 及 文字 图形显示程序-0ocm2x8c Serial LCD driver and text graphics procedures
- 2023-03-15 19:15:03下载
- 积分:1
-
去年的操作系统课程设计,模拟文件实现与设计系统
去年的操作系统课程设计,模拟文件实现与设计系统-last year"s courses on operating system design, simulation and documentation can be achieved Design System
- 2022-10-31 10:55:03下载
- 积分:1
-
一个简单的获取主机名和本机IP地址的程序
一个简单的获取主机名和本机IP地址的程序-A simple access to the host name and IP address of the machine program
- 2022-11-29 11:00:04下载
- 积分: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
-
Matrix
矩阵类加法的设计与实现
输入两个二维4*4的矩阵 实现这两个矩阵的加法-Matrix-type addition of the Design and Implementation of the importation of two two-dimensional matrix of 4* 4 matrix of the realization of these two adder
- 2022-08-20 16:15:47下载
- 积分:1
-
一个小程序, 大家看看吧
一个小程序, 大家看看吧-a small program, we look at it
- 2022-03-23 20:03:18下载
- 积分:1
-
运动处理缓存
在运动控制系统中,为了提高运行效率,必须使用到并行,而有时候并行是建立在串行上面的,也就是说下个工位的动作是有上一个工位的结果所决定的,这就必须用到缓存,该例子是一个简单的demo程序,队列加数组进行操作
- 2022-03-19 15:09:35下载
- 积分:1
-
遥感软件erdas的详细操作说明,非常适合基础学起的人。是一本很好的资料。...
遥感软件erdas的详细操作说明,非常适合基础学起的人。是一本很好的资料。-Remote sensing software ERDAS detailed instructions, very suitable for the basis of a person to learn. Is a very good information.
- 2023-02-23 20:15:04下载
- 积分:1
-
计算一个非负整数矩阵的铪质。注:复制铪质。C的方法。
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch". -Computes the hafnian of a nonnegative inte ger matrix. Notes : Copy hafnian.c to main.c, in the same directory as Rothberg"s code (see abo ve). You can download the. tar directory with th e code weighted-match.tar here. Then "make" th e codes (this codes are in C, not C). The program is then run by the command "wm atch. "
- 2022-01-30 19:38:32下载
- 积分:1
-
一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!
一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!-A small猜数字games, learning C++ friends can look at the effect of the next Oh look!
- 2022-03-16 16:25:02下载
- 积分:1