-
nibianmpc
逆变器的模型预测电流控制,共同学习探讨,欢迎(Model Predictive Control of Inverters)
- 2019-01-06 09:44:40下载
- 积分:1
-
User
说明: cheatengione.dll for analise applications
- 2020-06-25 08:00:02下载
- 积分:1
-
ANSYS--errors-and-solutions
该文件为ansys常见错误提示及其解决办法(ANSYS common operation errors and their solutions)
- 2014-05-17 09:56:06下载
- 积分: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
-
GMM
一种改进的混合高斯模型(GMM)算法,加入形态学滤波与团块处理算法,运动目标提取效果良好。(An improved hybrid Gauss model (GMM) algorithm, which combines morphological filtering and blob processing algorithm, achieves good moving target extraction.)
- 2020-10-08 10:47:35下载
- 积分:1
-
Calculator
一个简单的计算器,能实现加减乘除平方开方等(caculator)
- 2017-07-18 16:49:48下载
- 积分:1
-
TSP
TSP问题的多重解法,包括动态规划、回溯和贪心等(Multiple Solutions to TSP Problems, including Dynamic Programming, Backtracking and Greed)
- 2018-12-14 21:06:00下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1
-
SNAHAN
很好玩的用C写的贪吃蛇,代码易懂,简明清晰,适合于初学者(is a lot of fun to write the C of the huge memory, code understandable, clear and concise, and suitable for beginners)
- 2007-06-10 22:23:58下载
- 积分:1
-
麻省MIT基于Matlab开发的GPS监测地球板块速度的速度场显示程序...
麻省MIT基于Matlab开发的GPS监测地球板块速度的速度场显示程序-Massachusetts, MIT developed Matlab-based GPS to monitor the speed of the Earths plate velocity field display program
- 2022-01-25 17:56:03下载
- 积分:1