搜索结果
找到约 2,450 项符合
USinG 的查询结果
按分类筛选
- 全部分类
- matlab例程 (235)
- 其他 (155)
- Java编程 (120)
- 其他书籍 (119)
- 单片机开发 (117)
- 其他嵌入式/单片机内容 (67)
- VHDL/FPGA/Verilog (64)
- 数学计算 (62)
- 单片机编程 (61)
- 嵌入式/单片机编程 (57)
- 人工智能/神经网络 (52)
- 通讯/手机编程 (51)
- 软件设计/软件工程 (50)
- Linux/Unix编程 (47)
- 微处理器开发 (45)
- VC书籍 (44)
- 书籍 (44)
- 汇编语言 (40)
- 数值算法/人工智能 (40)
- 通讯编程文档 (39)
- 系统设计方案 (39)
- 文章/文档 (38)
- 电子书籍 (37)
- 行业发展研究 (37)
- 书籍源码 (36)
- 压缩解压 (36)
- 技术资料 (36)
- 加密解密 (32)
- DSP编程 (31)
- 其他行业 (26)
- Java书籍 (26)
- 软件工程 (25)
- 驱动编程 (23)
- 编译器/解释器 (20)
- 可编程逻辑 (19)
- Delphi控件源码 (19)
- VIP专区 (18)
- 游戏 (17)
- Internet/网络编程 (16)
- 串口编程 (16)
- 模拟电子 (13)
- 3G开发 (13)
- USB编程 (12)
- 数据结构 (12)
- 教程资料 (11)
- SQL Server (11)
- 技术管理 (11)
- *行业应用 (11)
- 电源技术 (10)
- Windows Mobile (10)
- GPS编程 (10)
- Symbian (10)
- Jsp/Servlet (10)
- 网络 (9)
- 文件格式 (9)
- 并行计算 (9)
- 无线通信 (8)
- 嵌入式Linux (8)
- 操作系统开发 (8)
- 教育系统应用 (8)
- 数据库系统 (8)
- 源码 (8)
- 嵌入式综合 (7)
- 其他数据库 (7)
- J2ME (7)
- 手机短信编程 (7)
- 论文 (7)
- Applet (6)
- VxWorks (6)
- 技术书籍 (5)
- uCOS (5)
- Windows CE (5)
- JavaScript (5)
- 编辑器/阅读器 (4)
- CA认证 (4)
- 金融证券系统 (4)
- 能源行业(电力石油煤炭) (4)
- allegro (3)
- PCB相关 (3)
- 通信网络 (3)
- 传感与控制 (3)
- 家庭/个人应用 (3)
- 中间件编程 (3)
- Modem编程 (3)
- 交通/航空行业 (3)
- RFID编程 (3)
- STL (3)
- Delphi/CppBuilder (3)
- MySQL数据库 (3)
- 源码/资料 (3)
- Linux/uClinux/Unix编程 (3)
- 行业应用文档 (2)
- C/C++语言编程 (2)
- 测试测量 (2)
- 仿真技术 (2)
- OA系统 (2)
- 语音压缩 (2)
- 邮电通讯系统 (2)
- TAPI编程 (2)
- Oracle数据库 (2)
Internet/网络编程 Complete example using custom errors and write errors to the Event log 日志记录
Complete example using custom errors and write errors to the Event log 日志记录
驱动编程 This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th
This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
单片机开发 This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct
This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
游戏 Advanced 3D Game Programming Using DirectX 9.0 的英文电子版
Advanced 3D Game Programming Using DirectX 9.0 的英文电子版,可供参考和学习。
其他 The purpose of this program is to enable building a config file to the radarFDTD package using a mo
The purpose of this program is to enable building a config file
to the radarFDTD package using a modern GUI.
压缩解压 Using the JBIG-KIT library
Using the JBIG-KIT library
其他嵌入式/单片机内容 infineon C515C RTX51 example. it contains example on using this device
infineon C515C RTX51 example. it contains example on using this device
其他嵌入式/单片机内容 example of using Infineon 81c91 processor.
example of using Infineon 81c91 processor.
嵌入式/单片机编程 We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a s
We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a simple apparatus. We also present several generalizations of this construction which admit similar decoding algorithms.
通讯编程文档 Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错
Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错,对学习c语言,了解编译器很有用。