-
twincat
说明: twincat是开发平台的实时控制自动化软件(TwinCAT is a real-time control automation software for development platform)
- 2019-02-14 08:00:09下载
- 积分:1
-
FPGA
一种基于FPGA实现的FFT结构
调从基本元器件开始的计算机硬件系统的设计与实现,大多设置在自动控制系,形成了与应用系统结合的计算机教育。 1966年多处理器平台FPGA 学习目标 (1) 理解为什么嵌入式系统使用多处理器 (2) 指出处理器中CPU和硬件逻辑的折衷 (FPGA-based FFT realize the structure of the tune from the beginning of the basic components of computer hardware system design and implementation, most of them located in the Automatic Control Department, formed a combination and application of computer education system. 1966 multi-processor FPGA platform for learning goals (1) to understand why the use of multi-processor embedded system (2) pointed out that the processor CPU and the hardware logic of compromise)
- 2008-05-03 14:31:10下载
- 积分:1
-
pconline1517925818272
说明: VC6.0显示行号插件,注册dll,在vc6.0中选中插件(vc6.0LineNumberAddin)
- 2020-11-29 16:57:50下载
- 积分: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
-
克里金
说明: 克里金建模函数,实现在遗传算法中的联合。(Kriging modeling function)
- 2020-06-01 11:19:16下载
- 积分:1
-
test
利用matlab的voice功能制作了一首歌的曲调,(make a rythem of a song)
- 2018-01-20 16:08:26下载
- 积分:1
-
这个程序主要用asp来实现了两个文件同时上传这个功能!经检查已没有错误,还请各位专家指点! 谢谢!...
这个程序主要用asp来实现了两个文件同时上传这个功能!经检查已没有错误,还请各位专家指点! 谢谢!-the main asp procedures to achieve the two papers upload function! The inspection has been no error, also asked the experts to guide! Thank you!
- 2022-12-21 18:20:03下载
- 积分:1
-
Cooperative-spectrum-sensing
基于双门限的协作能量检测方法以及Dempster-Shafer理论(Double Threshold Energy Detection of Cooperative Spectrum Sensing in Cognitive Radio)
- 2011-05-12 23:21:17下载
- 积分:1
-
FANUC-PMCpassword
查看Fanuc的PMC密码的工具。30I有效(PMC password View Fanuc' s tool. 30I effective)
- 2011-06-02 15:37:00下载
- 积分:1
-
安卓远控6.0+动画教程
安卓远控手机+动画教程软件已经打包,自己下载看(Android mobile phone remote control + animation tutorial)
- 2018-01-08 06:09:28下载
- 积分:1