-
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程...
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程-Documents stm32 the SD interface operation, the program of the SD card STM32 demo operational processes
- 2023-08-18 16:05:03下载
- 积分:1
-
starry blue background, transparent rotating cube, the science of sound; Used in...
蓝色的星空背景,透明的旋转立方体,科幻的音效;用来做片头动画也不错-starry blue background, transparent rotating cube, the science of sound; Used in film animation is not bad
- 2022-02-03 02:39:36下载
- 积分:1
-
Powerbuilder8.0实用程序设计100例之51
Powerbuilder8.0实用程序设计100例之51-60-Powerbuilder8.0 Utility Design 100 Cases of 51-60
- 2022-01-26 16:00:29下载
- 积分:1
-
红蓝军对战
运用C语言编写的小游戏,在DOS环境下运行,所有的界面和实现算法都是自己写的,可以参考~
- 2023-01-25 23:25:04下载
- 积分:1
-
这是我买的开发板上的arm2410的用户手册是pdf文档,希望对2410爱好者有帮助...
这是我买的开发板上的arm2410的用户手册是pdf文档,希望对2410爱好者有帮助-This is what I bought to mark the arm2410 development of a user manual is pdf documents, 2410 lovers hope to help
- 2022-11-02 20:40:03下载
- 积分:1
-
圆度测量中用fft和ifft滤波,由于传统的rC滤波和2RC滤波.简单使用...
圆度测量中用fft和ifft滤波,由于传统的rC滤波和2RC滤波.简单使用-Roundness measurement using fft and IFFT filtering, due to traditional rc 2RC filtering and filtering. Simple to use
- 2022-03-15 08:05:13下载
- 积分:1
-
IOCP的例子程序,该例子详细的演示了基本的IOCP操作
IOCP的例子程序,该例子详细的演示了基本的IOCP操作-IOCP example procedures, the example of a detailed demonstration of the basic operation of IOCP
- 2022-01-26 02:29:21下载
- 积分:1
-
这是一个基于MapInfo的GIS软件,将地图上的图元分开或合并
,并包括一般地图查看功能...
这是一个基于MapInfo的GIS软件,将地图上的图元分开或合并
,并包括一般地图查看功能
-This is a GIS-based MapInfo software to map the map yuan separately or in combination, including general and functional map View
- 2022-08-15 21:33:34下载
- 积分: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
-
直接带入数据..可以求解理论总塔板数以及提馏和精馏段塔板数...
直接带入数据..可以求解理论总塔板数以及提馏和精馏段塔板数-directly into the data can be solved .. Theory total plate number and stripper and distillation of the plate numbers
- 2022-07-13 22:12:30下载
- 积分:1