-
运动处理缓存
在运动控制系统中,为了提高运行效率,必须使用到并行,而有时候并行是建立在串行上面的,也就是说下个工位的动作是有上一个工位的结果所决定的,这就必须用到缓存,该例子是一个简单的demo程序,队列加数组进行操作
- 2022-03-19 15:09:35下载
- 积分:1
-
VB在程序窗口中调用chm/html帮助文件
VB在程序窗口中调用chm/html帮助文件,当用户点击菜单中的“帮助”时,传统调用一个chm文件来显示,在当前弹出帮助文件窗口,用VB是如何做到的呢?其实实现原理也不复杂,有兴趣的自己下载本源码一看究竟。
- 2022-07-08 11:35:08下载
- 积分:1
-
如果你使用的是IE浏览器的Windows XP服务包2,有一个安全…
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and select "Allow Blocked Content".
JavaScript高级程序设计 里面自代源码-If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. To see the example, you must click on the message and select Allow Blocked Content . JavaScript Advanced Programming sou
- 2023-05-01 17:35:05下载
- 积分:1
-
功能getmu(亩= R,信噪比,H,P,M)
function mu=getmu(r,snr,H,p,M)
eigen=eig(H*H )
temp2=0
for i=1:r-p+1
temp1=1/eigen(i)
temp2=temp2+temp1
temp1=0
end
if r-p+1~=0
mu=(M/(r-p+1))*(1+(1/snr)*temp2)
else
mu=0
end -matlab mimo
- 2022-03-20 12:47:15下载
- 积分:1
-
利用matlab进行kalman滤波的仿真
利用matlab进行kalman滤波的仿真-Carried out using kalman filtering matlab simulation
- 2022-06-14 20:20:37下载
- 积分:1
-
采用 c# 编写的模仿 FC 上 "吃豆" 的小游戏, 同时实现了 GDI+ 和 DDraw 两套呈现引擎的即时切换. debug/release 中包含了运行...
采用 c# 编写的模仿 FC 上 "吃豆" 的小游戏, 同时实现了 GDI+ 和 DDraw 两套呈现引擎的即时切换. debug/release 中包含了运行时所需的声音和图片文件.-used to imitate FC prepared "to eat beans" of the game, Simultaneously DDraw and the GDI engine has two immediate handoff. debug/release China includes a run-time required for the voice and image files.
- 2023-04-03 00:35:04下载
- 积分:1
-
430学习书籍,好东西,希望大家下载
430学习书籍,好东西,希望大家下载-430 learning books, good things, I hope everyone downloads
- 2022-03-20 13:59:02下载
- 积分:1
-
一个C++控制台的井字过三关小游戏,是大家学习的好材料
一个C++控制台的井字过三关小游戏,是大家学习的好材料-Tic-Tac-Toe
Plays the game of tic-tac-toe against a human opponent
Uses pointers instead of refernces for function parameters
- 2022-07-25 17:50:30下载
- 积分:1
-
制作矩阵的控件。
制作矩阵的控件。-production of the matrix control.
- 2022-03-04 18:38:16下载
- 积分:1
-
使用EJB实现的网上商城
使用EJB实现的网上商城- Uses on-line commercial city which EJB realizes
- 2022-12-01 00:20:03下载
- 积分:1