-
三洋FM模块的原代码,调试通过了的,很好用的,欢迎大家下载
三洋FM模块的原代码,调试通过了的,很好用的,欢迎大家下载-Sanyo FM module source code, debugging adopted, and a good use, and welcome everyone to download
- 2022-01-26 06:57:24下载
- 积分:1
-
useful to look at the
c9百例有用的来-useful to look at the
- 2022-08-23 15:37:43下载
- 积分:1
-
一个小游戏,用vc#编写的,贪吃蛇供大家下载、更改。
一个小游戏,用vc#编写的,贪吃蛇供大家下载、更改。-A small game with vc# Prepared, Snake for everyone to download, change.
- 2022-05-31 10:08:11下载
- 积分:1
-
LabWindows使用I/O读写文件。
labwindows 利用I/O读写文件。-LabWindows use I/O read and write documents.
- 2022-02-15 15:09:40下载
- 积分: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
-
数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵
希望大家多...
数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵
希望大家多-numerical procedures, on the curriculum design, mathematical modeling of the little things Oh hope to see you
- 2022-08-09 00:54:47下载
- 积分:1
-
此源码是传统的飞机游戏,在游戏的过程中背景图不断的变化,挺不错的,先玩玩,在看代码...
此源码是传统的飞机游戏,在游戏的过程中背景图不断的变化,挺不错的,先玩玩,在看代码-this source is the traditional game of the aircraft, in the course of the game background map the changing sounds very good first play, in view code
- 2022-04-27 08:44:32下载
- 积分:1
-
VB编的一个计算器程序,考虑到绝对的计算器功能。
VB编的一个计算器程序,绝对考虑到了计算器的每个细微功能,由于是初学者,所以语法可能有点不成熟,但对于初学者的学习很有帮助!-VB series a calculator program that takes into account the absolute calculator function of every nuance, as is the starter So syntax may be a bit premature, but for beginners learning helpful!
- 2022-06-17 10:02:09下载
- 积分:1
-
C语言两种窗口屏幕截图的方法
C语言两种窗口屏幕截图的方法,
一种是通过PrintWindow 实现,可以后台截图,
另一种是通过dib实现,源码很简单,一看就能明白是什么意思。
- 2023-07-03 02:30:03下载
- 积分:1
-
该程序实现了一个简单的运动目标识别程序,这是主程序文件
该程序实现了一个简单的运动目标识别程序,这是主程序文件-the program a simple moving target identification procedures, this document is the main program
- 2022-03-11 13:44:56下载
- 积分:1