搜索结果
找到约 3,972 项符合
f-i 的查询结果
单片机开发 系统按键显示都具有,不同的I/O口,具有很大的参考价值
系统按键显示都具有,不同的I/O口,具有很大的参考价值
其他 http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float a
http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html
float aver(float a[5])
{
int i
float av,s=a[0]
for(i=1 i<5 i++)
s=s+a[i]
av=s/5
return av
}
void main()
{
float sco[5],av
int i
汇编语言 this C++ programming language,i wish this program will help u a lot,thank you!
this C++ programming language,i wish this program will help u a lot,thank you!
其他 I-Worm_Win32.Voltage病毒源代码
I-Worm_Win32.Voltage病毒源代码,有详细的说明
其他 FPGA实现FFT算法 F PGA实现FFT算法
FPGA实现FFT算法
F PGA实现FFT算法
VC书籍 A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。 公式表示为: f(n)=g(n)+h(n), 其中f(n) 是节点n从初始点到目标点的估价函数
A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。
公式表示为: f(n)=g(n)+h(n),
其中f(n) 是节点n从初始点到目标点的估价函数,
g(n) 是在状态空间中从初始节点到n节点的实际代价,
h(n)是从n到目标节点最佳路径的估计代价。 ...
单片机开发 mcs51平台的SA866AE控制程序.用I/O口模拟spi
mcs51平台的SA866AE控制程序.用I/O口模拟spi,高质量代码.
其他嵌入式/单片机内容 我在2005年参加全国电子竞赛时的比赛作品 F题:悬挂物体运动系统
我在2005年参加全国电子竞赛时的比赛作品
F题:悬挂物体运动系统
加密解密 AES Core Modules In this document I describe components designated to encoding and decoding using A
AES Core Modules In this document I describe components designated to encoding and decoding
using AES.
aes enc — parametrizable component which can encrypt input data, using
128, 192 and 256 bit key,
&#8226 aes dec — parametrizable component which can decrypt input data, using
128, 192 and 256 bit ...
matlab例程 When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the
When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about creating them. So, a year later, I ve written a v ...