搜索结果
找到约 123 项符合
usbD.sys 的查询结果
matlab例程 螺旋桨PID控制 In response to constant pressure to design more efficient, faster, smaller, and better sys
螺旋桨PID控制
In response to constant pressure to design more efficient, faster, smaller, and better systems, engineers are constantly looking for ways to improve existing designs or replace them with better ones. Facing large fuel costs, the aerospace industry in particular has been researching alt ...
Linux/Unix编程 gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints -----------------
gcclib
This gcc 1.40 suits for Linux kernel 0.11 - 0.95
Installtion hints
-----------------
This suit contains include.taz, local.taz and this README file.
You must download the bootimage and rootimage and install them first.
The include.taz contains all the include files for using with gcc 1.40 ...
Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>
#include<stdio.h>
#include<string.h>
#include<limits.h>
#include<unistd.h>
#include<sys/types.h>
#define PROMPT_STRING "[myshell]$"
#define QUIT_STRING "exit\n"
static char inbuf[MAX_CANON]
char * g_ptr
char * g_lim
extern void yylex()
int main (void){
for( ){
if(fputs(PROMPT_STRING,stdout ...
Linux/Unix编程 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <s
帧缓冲#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <asm/page.h>
#include <linux/fb.h>
#define TRUE 1
#define FALSE 2
//a framebuffer device structure
typed ...
教育系统应用 DELPHI7.0+SQL2005环境下开发 2008年8月假期所写
DELPHI7.0+SQL2005环境下开发
2008年8月假期所写,12天的开发周期,(但没有完成。呵呵)
无第三方控件,程序全部详解
程序目的主要是写对来访问宿舍与货品进出宿舍的管理(已经完成)
程序还差最后几个查询模块没有写。本来是想写完参加大二的文化节的,不过感觉水平还是太低,放弃了,把源码给需要的人参考。
程序模块规划 ...
uCOS 原飞利浦usb host芯片ISP1160的开发板程序包。包含usb协议栈
原飞利浦usb host芯片ISP1160的开发板程序包。包含usb协议栈,hcd、hal、usbd等源代码。
嵌入式/单片机编程 原飞利浦usb OTG芯片ISP1161的开发板程序包。包含usb协议栈
原飞利浦usb OTG芯片ISP1161的开发板程序包。包含usb协议栈,hcd、hal、usbd等源代码。ISP1161包含主、从、OTG协议。
USB编程 原飞利浦usb host芯片ISP1160的开发板程序包。包含usb协议栈
原飞利浦usb host芯片ISP1160的开发板程序包。包含usb协议栈,hcd、hal、usbd等源代码。这个程序包含同步传输、批量传输、中断传输等实例。
嵌入式Linux 原飞利浦usb OTG芯片ISP1161的开发板程序包。包含usb协议栈
原飞利浦usb OTG芯片ISP1161的开发板程序包。包含usb协议栈,hcd、hal、usbd等源代码。日本高手写的源代码。包含DMA传输,效率很高。