搜索结果
找到约 402 项符合
like 的查询结果
按分类筛选
- 全部分类
- Java编程 (29)
- 其他书籍 (26)
- 书籍 (26)
- 其他 (24)
- Linux/Unix编程 (17)
- VC书籍 (16)
- 编译器/解释器 (12)
- Delphi控件源码 (11)
- 网络 (10)
- 微处理器开发 (10)
- 电子书籍 (9)
- 汇编语言 (9)
- matlab例程 (8)
- 技术资料 (8)
- 文件格式 (7)
- 压缩解压 (7)
- 单片机开发 (6)
- 嵌入式/单片机编程 (6)
- 通讯编程文档 (6)
- 软件设计/软件工程 (6)
- 游戏 (5)
- VHDL/FPGA/Verilog (5)
- 数据结构 (5)
- 人工智能/神经网络 (5)
- 其他嵌入式/单片机内容 (5)
- 系统设计方案 (5)
- 通讯/手机编程 (5)
- 加密解密 (5)
- 文章/文档 (5)
- 数学计算 (5)
- 模拟电子 (4)
- Java书籍 (4)
- Jsp/Servlet (4)
- JavaScript (4)
- VIP专区 (4)
- 单片机编程 (3)
- 可编程逻辑 (3)
- J2ME (3)
- 操作系统开发 (3)
- SQL Server (3)
- Internet/网络编程 (3)
- 驱动编程 (3)
- 书籍源码 (3)
- 软件工程 (3)
- 数值算法/人工智能 (3)
- 3G开发 (3)
- 行业发展研究 (3)
- 教程资料 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- FlashMX/Flex源码 (2)
- *行业应用 (2)
- GPS编程 (2)
- 嵌入式Linux (2)
- 源码 (2)
- allegro (1)
- 电源技术 (1)
- 测试测量 (1)
- 源码/资料 (1)
- 编辑器/阅读器 (1)
- 串口编程 (1)
- 教育系统应用 (1)
- 电子政务应用 (1)
- 多国语言处理 (1)
- Delphi/CppBuilder (1)
- 其他数据库 (1)
- Windows Mobile (1)
- SCSI/ASPI (1)
- 传真(Fax)编程 (1)
- Windows CE (1)
- 认证考试资料 (1)
- DSP编程 (1)
- Applet (1)
- 技术管理 (1)
- 中间件编程 (1)
- 磁盘编程 (1)
- CA认证 (1)
- 并行计算 (1)
- 单片机 (1)
- Matlab (1)
- 无线通信 (1)
- 精品软件 (1)
Java编程 a system for management of library,this system has implement a lot of fuctions ,I appriciate u will
a system for management of library,this system has implement a lot of fuctions ,I appriciate u will like it
驱动编程 This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the ha
This a USB core stack for
the built-in USB device of LPC214x microcontrollers.
It handles the hardware interface and
USB enumeration/configuration.
Also included are application examples like
a USB joystick HID and USB serial port emulation.
操作系统开发 windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so
windows开源代码
Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. ...
其他 This the implementation of structural SVM for training complex alignment models for protein sequence
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various in ...
通讯编程文档 Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit mic
Abstract:
By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit
microcontrollers can be monitored and controlled over the Internet. With embedded Linux, these
gateways are easily moved from full-blown host PCs to embedded platforms like the PC104. In
this class you wil ...
软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow ...
书籍源码 DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_c
DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE.
DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE.
DATA: g_bp LIKE bapibus1006_head-bpartner.
DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 .
DATA: it_guid LIKE bus000___i OCCURS 0 WITH HEADER LINE.
DATA: it_ ...
汇编语言 DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_ce
DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE.
DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE.
DATA: g_bp LIKE bapibus1006_head-bpartner.
DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 .
DATA: it_guid LIKE bus000___i OCCURS 0 WITH HEADER LINE.
DATA: it_custo ...
编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard
Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp. ...
编译器/解释器 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C ...