-
1210
vc++的视频,用flash player播放,例如175其中17代表第17章,而5代表第17章的第5个视频(vc++ the video, use flash player to play, for example, 175 of which 17 on behalf of Chapter 17, and 5 on behalf of Chapter 17 of the first five video)
- 2009-02-22 21:00:29下载
- 积分:1
-
LabWindows CVI方面的经典教材
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第3章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-02-14 22:18:56下载
- 积分:1
-
xiexiangyingapdl
ansys命令流进行谐响应分析的一个实例(ANSYS Parametric Design Language)
- 2014-04-03 21:41:07下载
- 积分:1
-
F7_7_three_phase_inverter_pwm
三相pwm逆变器仿真,搭建了完整的模型并可以看到输出波形(Three-phase pwm inverter simulation)
- 2018-04-22 16:34:27下载
- 积分:1
-
新GRE阅读理解36套
说明: GRE复习资料,祝各位亲们复习愉快!!!(GRE revision material)
- 2019-06-01 16:18:21下载
- 积分:1
-
在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法...
在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法-in how many documents the preparation procedure makefile C introductory document for urgent use general rules
- 2022-10-17 05:35:03下载
- 积分:1
-
实用实时天气预报App
说明: 只需要在搜索框中输入英文的城市名称,就可以实时搜索该城市的天气情况。(Simply enter the name of the city in English in the search box to search the weather of the city in real time.)
- 2019-01-24 13:22:26下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
assignment2_1
用最小方差间接自校正控制设计控制器,当被控对象的参数未知时,可首先利用递推增广最小二乘法在线实时估计对象参数,然后再设计最小方差控制律,即将对象参数估计器和控制器的设计分开进行,就形成了最小方差自校正控制间接算法。(The minimum variance indirect self-tuning control is used to design the controller. When the parameters of the controlled object are unknown, the recursive augmented least squares method can be used to estimate the parameters of the object in real time on line. Then the minimum variance control law is designed. The design of the object parameter estimator and the controller are separated, and the minimum variance self-tuning is formed. Positive control indirect algorithm.)
- 2020-06-24 14:20:01下载
- 积分:1
-
T215HVN01.1
说明: AUO 21.5 Matrix T215HVN01.1
- 2019-03-19 11:45:37下载
- 积分:1