-
直流电动机控制系统的FPGA的设计与实现。
直流电动机控制系统的FPGA的设计与实现。-DC Motor Control System Design and Implementation of FPGA.
- 2022-06-11 23:48:48下载
- 积分: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
-
mail查询 pop3 smtp javamail test
thinking in java
mail查询 pop3 smtp javamail test
thinking in java-mail inquiries pop3 smtp javamail test thinking in java
- 2022-01-27 21:51:07下载
- 积分:1
-
介绍WCF的基础知识,非常适合初学者学习的源代码。
介绍WCF的基础知识,非常适合初学者学习的源代码。-Introduce the basics of WCF is very suitable for beginners to learn the source code.
- 2022-08-25 14:10:13下载
- 积分:1
-
外汇、股票交易指标源代码
在mt4平台上 将两种投资品图表显示到一起的 效果如下图 绝对原创 //+------------------------------------------------------------------+//| 星手心.mq4 |//| Chromie |//| http://www.etxcapital.cn |//+------------------------------------------------------------------+#property copyright "ETX Capital外汇平台 QQ群273546335 作者 王景阳"#property link
- 2022-02-02 12:57:41下载
- 积分:1
-
small arithmetic calculators
小型加减乘除计算器-small arithmetic calculators
- 2022-01-26 06:15:19下载
- 积分:1
-
关于C语言学习的详细资料,可以通过资料了解编程基本思路
关于C语言学习的详细资料,可以通过资料了解编程基本思路-On the C language learning detailed information can be programmed through the data to understand the basic idea
- 2022-02-21 12:44:28下载
- 积分:1
-
A) 实现虚拟存储B) 实现对文件的按名存取C) 实现对文件的按内容存取D) 实现对文件的 高速输入输出(17) 分页显示当前文件 ... A) 执行SPLIB...
A) 实现虚拟存储B) 实现对文件的按名存取C) 实现对文件的按内容存取D) 实现对文件的 高速输入输出(17) 分页显示当前文件 ... A) 执行SPLIB B) 执行SPDOS C) 装载拼音模块D) 装载五笔字型输入模块(32) 在汉字输入状态下,按下Shift+a组合键后,输入了__。-A) Virtual Storage B) the realization of the documents were accessed by C) achieved by the paper"s content access D) to achieve high-speed document input and output (17) displaying the current document ... A) The Executive SPLIB B) implementation SPDOS C) loading fight audio Module D) loading WBZX module (32) in the state of inputting Chinese characters by pressing a combination of keys Shift, the importation of __.
- 2022-02-02 13:15:50下载
- 积分:1
-
JTAG Tools is a software package which enables working with JTAG
JTAG Tools is a software package which enables working with JTAG-aware
(IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter.
- 2022-02-27 08:54:08下载
- 积分:1
-
用pb开发PDA程序的代码
用pb开发PDA程序的代码-PDA using pb development procedures code
- 2022-05-31 15:00:46下载
- 积分:1