搜索结果
找到约 293 项符合
HOST 的查询结果
按分类筛选
- 全部分类
- USB编程 (31)
- 单片机开发 (27)
- 微处理器开发 (20)
- 技术资料 (18)
- 嵌入式/单片机编程 (15)
- Linux/Unix编程 (15)
- 单片机编程 (12)
- 驱动编程 (10)
- 其他 (10)
- 其他嵌入式/单片机内容 (9)
- 其他书籍 (8)
- 系统设计方案 (7)
- Internet/网络编程 (7)
- VIP专区 (7)
- 嵌入式Linux (6)
- 网络 (6)
- Windows CE (6)
- DSP编程 (6)
- 学术论文 (5)
- 软件设计/软件工程 (5)
- 通讯编程文档 (5)
- Java编程 (5)
- 通讯/手机编程 (4)
- VHDL/FPGA/Verilog (4)
- 操作系统开发 (3)
- 汇编语言 (3)
- uCOS (3)
- 嵌入式综合 (2)
- 串口编程 (2)
- 中间件编程 (2)
- MySQL数据库 (2)
- 电子书籍 (2)
- VxWorks (2)
- 接口技术 (2)
- 设计相关 (1)
- 技术教程 (1)
- 单片机相关 (1)
- 开发板开源 (1)
- 资料/手册 (1)
- 软件下载 (1)
- 电源技术 (1)
- 通信网络 (1)
- 编译器/解释器 (1)
- 医药行业 (1)
- matlab例程 (1)
- 磁盘编程 (1)
- 文章/文档 (1)
- 3G开发 (1)
- 编辑器/阅读器 (1)
- 数据库系统 (1)
- JavaScript (1)
- 文件格式 (1)
- 技术书籍 (1)
- 软件 (1)
- 手册 (1)
- 书籍 (1)
USB编程 | Target | | 芯片固件程序 | keil C51 uVision2 | Windows98 | Loader | USB2.0接口 | loader.sys设备驱动程序
| Target | | 芯片固件程序 | keil C51 uVision2 | Windows98
| Loader | USB2.0接口 | loader.sys设备驱动程序 | Visual C++、98DDK | Windows98
Chap18 | Driver | 频谱分析仪 | bulktest.sys设备驱动程序 | Visual C++、98DDK | Windows98
| Host | | Win32应用程序 | Visual C++ | Windows98
| I ...
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...
嵌入式Linux The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic pro
The goal of this lab is
(1) to under the defects of software timers,
(2) to write a periodic program without timers,
(3) to write a periodic program using timer
Hardware:Host computer PC
Software: GNU GCC
Internet/网络编程 I. Introduction This code exploits a previously undisclosed vulnerability in the bit string deco
I. Introduction
This code exploits a previously undisclosed vulnerability in the bit string
decoding code in the Microsoft ASN.1 library. This vulnerability is not related
to the bit string vulnerability described in eEye advisory AD20040210-2. Both
vulnerabilities were fixed in the MS04-007 patch. ...
编译器/解释器 Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Li
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
Installation on a i386 Linux host (for Windows read win32/readme.txt)
./configure
make
make test
make install
By default, tcc is installed in /usr/local/bin.
./configure --help shows configuration options.
医药行业 医院门诊查询系统
医院门诊查询系统,jsp实例,适合做毕业设计,由运行时源文件和供开发使用的程序及数据库,比较齐全
将运行演示程序中的hospital文件夹全部考到Tomcat的webapps下
在Tomcat中创建虚拟目录,步骤如下:
(1)打开浏览器进入Tomcat后台管理页面(/admin)
(2)在左面打开Tomcat Server/Service/Host(localhost)
(3)在contex ...
其他 纯净版ghost大法
纯净版ghost大法,?烤话鎔host大法,?烤话鎔host大法
微处理器开发 at91rm9200例子代码
at91rm9200例子代码,包括audio,basicboot,display,emac,flash,ide,rtc,uart,usb-device,usb-host
单片机开发 软件中包含了Cypress的SL811 USB接口芯片的固件程序以及如何51单片机进行操作的例子
软件中包含了Cypress的SL811 USB接口芯片的固件程序以及如何51单片机进行操作的例子,并且有Linux下的驱动程序,阅读并借鉴这个程序就可以做出支持USB HOST的系统了。
matlab例程 GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件
GA/SVM 程序包含三个文件:
1。MainGA12.m
2。selectGA12.m
3。svmc12.m
MainGA12.m是主文件,其余两个是被调用文件。
MainGA12.m里主要设置有关参数。
=====================
MainGA12.m文件有关设置的说明:
12行:
host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序运行结果目录。 ...