搜索结果
找到约 2,085 项符合
WI-H 的查询结果
文件格式 内有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 /*计数器* ...
其他书籍 H.264编码参考文档
H.264编码参考文档
VC书籍 H.263编解码原程序及测试程序源码,C语言实现
H.263编解码原程序及测试程序源码,C语言实现
单片机开发 用Keil写的NRF2401接受程序,重要的模块文件是nRF2401_Personal.h,源码中的注释我写的已经非常清楚,非常适合新手学习
用Keil写的NRF2401接受程序,重要的模块文件是nRF2401_Personal.h,源码中的注释我写的已经非常清楚,非常适合新手学习
数据结构 数据结构 课程 2叉树的遍历 #include "stdafx.h" #include <iostream.h> typedef char elemtype
数据结构 课程 2叉树的遍历 #include "stdafx.h"
#include <iostream.h>
typedef char elemtype
Windows CE 实现了EVC所有列双击可编辑,也适用于VC++ #include "stdafx.h" #include "FM.h"//这个不要也似乎可以,因为是对话框的头文件 #include "Edi
实现了EVC所有列双击可编辑,也适用于VC++
#include "stdafx.h"
#include "FM.h"//这个不要也似乎可以,因为是对话框的头文件
#include "EditListCtrl.h"
#include <windowsx.h>