-
foc_multilevel
field oriened control of induction motor
- 2009-03-30 21:51:39下载
- 积分:1
-
nodule
根据已经得到的肺实质区域检测当中是否含有肺结节(The obtained which has lung parenchymal area comprising detecting whether pulmonary nodules)
- 2017-04-23 21:21:22下载
- 积分:1
-
tr069协议簇
说明: tr069协议簇.zip包含所有tr系列协议的文档中英文都有,方便查阅,开发(TR069 protocol cluster. zip contains all documents of TR series protocols in both Chinese and English. It is convenient to consult and develop.)
- 2020-06-16 09:00:01下载
- 积分:1
-
06945348
说明: Slip-ratio-based methods are commonly used to control
the wheel torque such that the wheel dynamics is stabilized
and the desired traction/braking force is attained; however,
slip-ratio-based controllers are incompetent for precise longitudinal
tire force tracking due to nonparametric tire model uncertainties.
- 2019-05-09 17:08:15下载
- 积分:1
-
霍夫曼编码的C语言实现
霍夫曼编码的C语言实现-Huffman coding in C language Albion
- 2023-03-31 07:40:03下载
- 积分: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
-
归档
值迭代算法 mdp 策略迭代算法 基本问题(Value iterative algorithm)
- 2018-01-19 18:27:27下载
- 积分:1
-
booksystem_A5
说明: 图书馆管理系统,能进
图书管理系统软件
图书管理系统软件
行图书馆管理系统能实测国民经济和企业的各种运行情况;利用过去的数据预测未来;从企业全局出发辅助企业进行管理决策;利用信息控制企业的行为;帮助企业实现其规划目标。
图书馆管理系统合运用了管理科学,系统科学,运筹学,统计学,计算机科学等学科的知识。可以通俗的简化的描述图书馆管理系统的三要素:系统的观点、数学的方法以及计算机的应用。
图书馆管理系统概念结构主要由四大部分组成即信息源、信息处理器、信息用户、信息管理者组成。(Library Management System
Library Management System Software
Library Management System Software
The library management system can measure the national economy and the operation of enterprises; use past data to predict the future; assist enterprises in management decision-making from the overall situation of enterprises; use information to control the behavior of enterprises; help enterprises achieve their planning objectives.
Library management system combines management science, system science, operations research, statistics, computer science and other disciplines. It can describe the three elements of library management system in a simple way: the viewpoint of system, the method of mathematics and the application of computer.
The conceptual structure of library management system mainly consists of four parts: information source, information processor, information user and information manager.)
- 2019-02-25 12:13:35下载
- 积分:1
-
LibMPSSE-I2C_source
LibMPSSE-I2C_source.zip, ft232x转I2C代码(LibMPSSE-I2C_source.zip, Ft232x to I2C code)
- 2020-06-15 22:40:02下载
- 积分:1
-
White_noise_matlab_code
说明: Detailed analysis of white noise in MATLAB
- 2018-12-28 13:45:13下载
- 积分:1