搜索结果
找到约 1,507 项符合
example 的查询结果
按分类筛选
- 全部分类
- 技术资料 (162)
- 其他 (99)
- 单片机开发 (96)
- Java编程 (79)
- 微处理器开发 (63)
- matlab例程 (55)
- Linux/Unix编程 (53)
- Symbian (49)
- DSP编程 (41)
- VHDL/FPGA/Verilog (36)
- 其他嵌入式/单片机内容 (35)
- 汇编语言 (33)
- 人工智能/神经网络 (26)
- 数学计算 (24)
- 嵌入式/单片机编程 (24)
- 其他书籍 (23)
- 电子书籍 (23)
- 驱动编程 (23)
- 书籍源码 (22)
- VC书籍 (22)
- Delphi控件源码 (19)
- 软件设计/软件工程 (19)
- Windows CE (17)
- 数值算法/人工智能 (16)
- 游戏 (15)
- J2ME (15)
- 文章/文档 (14)
- 嵌入式Linux (14)
- 单片机编程 (12)
- 通讯/手机编程 (12)
- Java书籍 (12)
- 书籍 (11)
- 压缩解压 (11)
- Modem编程 (11)
- USB编程 (11)
- 系统设计方案 (11)
- Jsp/Servlet (11)
- 加密解密 (10)
- 操作系统开发 (10)
- 可编程逻辑 (10)
- Internet/网络编程 (10)
- VIP专区 (9)
- 源码 (8)
- 教程资料 (8)
- 串口编程 (8)
- 网络 (8)
- 编译器/解释器 (7)
- Applet (7)
- 其他数据库 (7)
- 通讯编程文档 (7)
- uCOS (7)
- Delphi/CppBuilder (7)
- 电源技术 (6)
- 软件工程 (6)
- 教育系统应用 (6)
- 编辑器/阅读器 (6)
- 数据结构 (6)
- 其他行业 (6)
- MacOS编程 (6)
- 数据库系统 (5)
- 模拟电子 (5)
- 手机短信编程 (5)
- *行业应用 (5)
- 文件格式 (5)
- 技术管理 (5)
- BREW编程 (5)
- VxWorks (5)
- JavaScript (5)
- 3G开发 (5)
- Windows Mobile (4)
- Oracle数据库 (4)
- PCB相关 (3)
- 无线通信 (3)
- 金融证券系统 (3)
- 中间件编程 (3)
- SQL Server (3)
- Ajax (3)
- 论文 (2)
- C/C++语言编程 (2)
- 多媒体处理 (2)
- 嵌入式综合 (2)
- 传真(Fax)编程 (2)
- CA认证 (2)
- FlashMX/Flex源码 (2)
- MySQL数据库 (2)
- 邮电通讯系统 (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 软件测试 (2)
- 接口技术 (1)
- 集成开发环境源码 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 测试测量 (1)
- Matlab (1)
- XILINX FPGA开发软件 (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
单片机开发 This a simple example project for the MSP430 series MCU and the GCC port of the mspgcc project. The
This a simple example project for the MSP430 series MCU and the GCC port
of the mspgcc project. The project contains a makefile and uses assembler
and C sources. It shows a clock on an character LCD.
数据结构 Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A
Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest b ...
Symbian This C++ example demonstrates how to create multimedia messages using the CMmsClientMtm API. Notic
This C++ example demonstrates how to create multimedia messages using the
CMmsClientMtm API. Notice that some methods have changed between S60 2nd and 3rd Edition.
Symbian This C++ code example provides a method for transferring objects or chunks of data from one device
This C++ code example provides a method for transferring objects or chunks of
data from one device to another via the Bluetooth OBEX protocol. These chunks
are typically files or other blocks of binary data. This example demonstrates
how to run OBEX on top of the Bluetooth RFCOMM protocol, but OB ...
操作系统开发 DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample i
DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to ...
Java编程 example2 众多JAVA实例源码...学习java基础的好帮手
example2
众多JAVA实例源码...学习java基础的好帮手
DSP编程 This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces t
This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces the pulse waveform whose duty cycle is changing as the voltage applied to ADC input changes. The waveform period is kept constant.
文章/文档 This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"
This book code procedure according to the chapter arrangement, the 1st
chapter of example under "1" the table of contents, the 2nd chapter of
example under "2" the table of contents, to the order analogizes.
Under corresponding table of contents including Java source code
document and by it correspo ...
Java编程 This example shows how to create a second window and also how to read and write from/to a text file
This example shows how to create a second window and also how to read and write from/to a text file .
驱动编程 This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific
This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information.
This sample works on both x86 and A ...