搜索结果
找到约 7,611 项符合
Windows 的查询结果
按分类筛选
- 全部分类
- 技术资料 (1125)
- VC书籍 (570)
- Windows CE (471)
- 驱动编程 (424)
- 其他书籍 (417)
- 其他 (413)
- Java编程 (265)
- Windows Mobile (260)
- 电子书籍 (240)
- Linux/Unix编程 (208)
- 软件设计/软件工程 (150)
- Internet/网络编程 (136)
- 操作系统开发 (127)
- 文章/文档 (126)
- 汇编语言 (124)
- 书籍源码 (111)
- Delphi控件源码 (107)
- 游戏 (94)
- 单片机开发 (92)
- 串口编程 (77)
- 通讯/手机编程 (74)
- 加密解密 (72)
- 嵌入式/单片机编程 (69)
- 单片机编程 (66)
- 网络 (62)
- 编译器/解释器 (53)
- 文件格式 (53)
- USB编程 (47)
- 通讯编程文档 (47)
- SQL Server (47)
- 微处理器开发 (46)
- 学术论文 (45)
- 系统设计方案 (45)
- 压缩解压 (44)
- 精品软件 (44)
- 软件工程 (43)
- 人工智能/神经网络 (41)
- 企业管理 (38)
- 编辑器/阅读器 (37)
- 数据库系统 (36)
- 其他数据库 (34)
- 磁盘编程 (33)
- 软件 (32)
- Applet (32)
- 数学计算 (31)
- 教育系统应用 (30)
- 其他嵌入式/单片机内容 (30)
- uCOS (29)
- 数据结构 (29)
- VIP专区 (27)
- 数值算法/人工智能 (25)
- 技术管理 (25)
- Delphi/CppBuilder (25)
- 开发工具 (24)
- *行业应用 (24)
- 嵌入式Linux (24)
- 其他行业 (24)
- 嵌入式综合 (23)
- 中间件编程 (22)
- 技术书籍 (21)
- 手机短信编程 (19)
- 多国语言处理 (18)
- matlab例程 (18)
- Jsp/Servlet (16)
- 源码 (15)
- DSP编程 (15)
- J2ME (15)
- 书籍 (14)
- 实用工具 (14)
- Java书籍 (14)
- 源码/资料 (13)
- GPS编程 (13)
- JavaScript (11)
- Windows编程 (10)
- 家庭/个人应用 (10)
- Oracle数据库 (10)
- MySQL数据库 (10)
- 教程 (9)
- 通信网络 (9)
- 并行计算 (9)
- FlashMX/Flex源码 (8)
- 并口编程 (8)
- 百货/超市行业 (8)
- PCB相关 (7)
- 接口技术 (7)
- 语音压缩 (7)
- CA认证 (7)
- OA系统 (7)
- 人物传记/成功经验 (7)
- 笔记 (6)
- 网络及电脑 (6)
- 电子书籍 (6)
- C/C++语言编程 (6)
- 多媒体处理 (6)
- 可编程逻辑 (6)
- VxWorks (6)
- VHDL/FPGA/Verilog (6)
- 技术教程 (5)
- Modem编程 (5)
- TAPI编程 (5)
其他 Introduction A shared library is a collection of functions that are available for use by one or mor
Introduction
A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to ...
驱动编程 This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. U
This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.
Linux/Unix编程 Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been test
Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.
人工智能/神经网络 支撑向量机SVM的工具LIBSVM
支撑向量机SVM的工具LIBSVM,能够在windows平台下通过命令行使用,也可以在matlab下调用,适合于研究复杂条件下的分类问题
VC书籍 本書基本以作業系統觀念為主
本書基本以作業系統觀念為主,輔以範例驗證之。讀者群設定在具備32位元Windows程式經驗者
matlab例程 本书介绍啦MATLAB 7.X版本与其他语言混合编程的方法
本书介绍啦MATLAB 7.X版本与其他语言混合编程的方法,内容包含在MATLAB中以文件导入,导出数据,在Windows和Linux开发FORTRAN语言MEX文件
Java编程 JMP3Player is a mp3 player written in Java. JMP3Player uses NativeFmod library. JMP3Player supports
JMP3Player is a mp3 player written in Java. JMP3Player uses NativeFmod library. JMP3Player supports *.mp3,*.wav,*.ogg and wma(windows only) file formats.
技术资料 Protel99se
Protel99se是电子电路中做PCB版最好用的工具,此版本兼容windows7,包括库上传工具,解决了win7下Protel的弊端。
技术资料 NDIS驱动程序研究和基于NDIS网络监测程序实现
本文介绍了Windows环境下根据网络设备接口规范(Network Device Interface Specification)NDIS开发网络驱动程序的技术。并分析了开发基于NDIS网络监测程序的