搜索结果
找到约 3,063 项符合
R-H 的查询结果
其他 vc++的头文件AGTERR.H,如果没有这个文件,你可以来下
vc++的头文件AGTERR.H,如果没有这个文件,你可以来下
数据结构 哈希表设计 针对麽个个体种的任命设计一个哈希表 使得平均查找长度不超过R
哈希表设计 针对麽个个体种的任命设计一个哈希表 使得平均查找长度不超过R,完成相应的建表和查找程序
技术管理 一个理想的系统应是R,S尽量小
一个理想的系统应是R,S尽量小,而P,A尽可能大。而在一个实际系统中,S,R是相互制约的,拒识率R的提高总伴随着误识率S的下降,与此同时识别率A和识别精度P的提高。因此,在评价手写数字识别系统系统时,我们必须综合考虑这几个指标。另外,由于手写数字的书写风格、工整程度可以有相当大的差别,因此必须弄清一个指标在怎样 ...
DSP编程 This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is
This programme is to control DC motor in a certain speed using PWM.
The target speed is "r", it is the speed in 1s.
The sample rate is 0.1s, so the actual speed target is "rc"=r/10.
The "r" and "rc" are integer, and the range of "r" is from 50 to 100.
Keep rc=r/10!!!
The array "speed1" and "speed2" ...
技术管理 h.264的2007年11月最新修订标准
h.264的2007年11月最新修订标准,下载自itu官方网站
文件格式 内有H.264的国际标准的中英文版
内有H.264的国际标准的中英文版,网上虽然不少,但是同时有中英文版的却不多
DSP编程 基于DM642平台的H.264编码器优化代码
基于DM642平台的H.264编码器优化代码
其他 This document teach about the theory of motor control such as H-bridge and other theories such as PI
This document teach about the theory of motor control such as H-bridge and other theories such as PID control, PWN.
单片机开发 19.死机问题 extern BYTE idata MP3PwDnCnt 变量类型为idata 20.在MP412UT72基础上修改 更换pindef.h 和servopin.h(影响图象出现)
19.死机问题 extern BYTE idata MP3PwDnCnt 变量类型为idata
20.在MP412UT72基础上修改 更换pindef.h 和servopin.h(影响图象出现)
21.#define ENABLE_TRAY_PWM 0///1停顿
22.使用pdvd30 伺服 750710_JK.lib
23.使用了58版 MP420 的伺服库和处理办法,可以搜索 MP420 58 字样 ...
操作系统开发 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct
操作系统课程设计_进程调度演示源程序
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10] /*进程标识符*/
int prio /*进程优先数*/
int round /*进程时间轮转时间片*/
int cputime /*进程占用CPU时间*/
int needtime /*进程到完成还要的时间*/
int count /*计数器* ...