搜索结果
找到约 3,972 项符合
f-i 的查询结果
数值算法/人工智能 The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, ...
单片机开发 MCS51系列单片机采用普通I/O实现I2C接口
MCS51系列单片机采用普通I/O实现I2C接口,数据的读写等
多国语言处理 用Doolittle方法求解此方程组; 1.先由U[1][i]=a[1][i] 求的U的第一行
用Doolittle方法求解此方程组;
1.先由U[1][i]=a[1][i] 求的U的第一行,在根据L[i][1]=a[i][1]/U[1][1] 求的L的第一列;2..然后根据公式求得U,L其他的值;
3 回带求解得到X
FlashMX/Flex源码 有趣的文字鼠标跟随,l o a d i n g字母组成
有趣的文字鼠标跟随,l o a d i n g字母组成,在打开页面等待的时候可以用
单片机开发 用单片机I/O口模拟总线形式的通用驱动程序
用单片机I/O口模拟总线形式的通用驱动程序,用C51编写
单片机开发 本程序用at16实现两根线(两个i/o口)+8片74164+一片ULN2003驱动24个LED数码管,通过串口写入要显示的数,可以在很多地方应用
本程序用at16实现两根线(两个i/o口)+8片74164+一片ULN2003驱动24个LED数码管,通过串口写入要显示的数,可以在很多地方应用
数值算法/人工智能 给定n 个物品, 物品i重为wi 并且价值为 vi
给定n 个物品, 物品i重为wi 并且价值为 vi ,背包所能承载的最大容量为 W.
0-1 背包问题即是选择含有着最大总价值的物品的子集且它的容量 ≤W .
用动态规划实现
嵌入式/单片机编程 利用msp430的通用I/O端口模拟I2c协议的源代码
利用msp430的通用I/O端口模拟I2c协议的源代码,利用此代码可以不需要I2c模块即可进行I2C通信
VxWorks [原创]vxworks系统下的I/O系统和设备驱动笔记。
[原创]vxworks系统下的I/O系统和设备驱动笔记。
数值算法/人工智能 Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PB
Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.