搜索结果
找到约 611 项符合
SO 的查询结果
按分类筛选
- 全部分类
- 书籍 (39)
- 其他书籍 (37)
- 单片机编程 (36)
- 其他 (35)
- Linux/Unix编程 (30)
- 技术资料 (28)
- 单片机开发 (27)
- matlab例程 (21)
- Java编程 (15)
- 电子书籍 (15)
- VC书籍 (14)
- 网络 (13)
- 汇编语言 (11)
- Java书籍 (10)
- 系统设计方案 (10)
- 文章/文档 (10)
- Delphi控件源码 (9)
- 微处理器开发 (9)
- 压缩解压 (9)
- 数学计算 (9)
- 数据结构 (8)
- VHDL/FPGA/Verilog (8)
- 嵌入式/单片机编程 (8)
- 书籍源码 (8)
- 模拟电子 (7)
- 电源技术 (7)
- 数值算法/人工智能 (7)
- 通讯/手机编程 (7)
- 可编程逻辑 (6)
- 人工智能/神经网络 (6)
- 软件设计/软件工程 (6)
- 其他嵌入式/单片机内容 (6)
- 编辑器/阅读器 (6)
- Windows CE (6)
- 行业发展研究 (6)
- 文件格式 (6)
- DSP编程 (6)
- 驱动编程 (5)
- 编译器/解释器 (5)
- 游戏 (5)
- 其他行业 (5)
- 软件工程 (4)
- 通讯编程文档 (4)
- 多媒体处理 (3)
- 教程资料 (3)
- 无线通信 (3)
- C/C++语言编程 (3)
- 嵌入式Linux (3)
- Applet (3)
- 技术管理 (3)
- J2ME (3)
- SQL Server (3)
- Jsp/Servlet (3)
- Internet/网络编程 (3)
- 多国语言处理 (3)
- FlashMX/Flex源码 (3)
- 加密解密 (3)
- 源码/资料 (2)
- *行业应用 (2)
- 串口编程 (2)
- 其他数据库 (2)
- Modem编程 (2)
- 磁盘编程 (2)
- 软件 (2)
- 应用设计 (2)
- 源码 (2)
- VIP专区 (2)
- allegro (1)
- 测试测量 (1)
- 教育系统应用 (1)
- 邮电通讯系统 (1)
- 企业管理 (1)
- 操作系统开发 (1)
- 数据库系统 (1)
- 人物传记/成功经验 (1)
- Ajax (1)
- 中间件编程 (1)
- 百货/超市行业 (1)
- MTK (1)
- PCB图/BOM单/原理图 (1)
- 接口技术 (1)
- 学术论文 (1)
- 笔记 (1)
- 教程 (1)
- 其他 (1)
- 论文 (1)
- 手册 (1)
Applet The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c
The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (w ...
Windows CE This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end
This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug windo ...
其他 检测windows下rootkit对文件的隐藏。some usermode overwrites first few bytes of ZwQueryDirectoryFile and that t
检测windows下rootkit对文件的隐藏。some usermode overwrites first few bytes
of ZwQueryDirectoryFile and that trick will fail then :( So, you will
probably need a small database of the correct indexes for all Windows
versions
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...
Windows CE Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is
Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating system (OS) and your target device and include code ...
数据结构 The government of a small but important country has decided that the alphabet needs to be streamline
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B ...
matlab例程 Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in the
Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in theory and practice of wireless security, dispelling some of the myths along the way. In doing so, they provide you with the technical grounding required to think about how the rest of the book applies t ...
单片机开发 providing learners for programming with C51, and joining in these web,hopefully finding people with
providing learners for programming with C51, and joining in these web,hopefully finding people with C51 programming so that it will can be studied each other.
驱动编程 YSS915 (KP2V2) is an LSI for processing Karaoke voice signals. This LSI has an A/D converter (1 cha
YSS915 (KP2V2) is an LSI for processing Karaoke voice signals.
This LSI has an A/D converter (1 channel) for the microphone echo, and a memory for the microphone echo and
key control. These features allow achieving the functions needed for the Karaoke system by using only one LSI
chip. As for the mi ...
数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...