搜索结果
找到约 884 项符合
One 的查询结果
按分类筛选
- 全部分类
- 书籍 (104)
- 其他书籍 (61)
- 其他 (56)
- matlab例程 (41)
- 单片机编程 (35)
- Java编程 (29)
- 单片机开发 (27)
- Linux/Unix编程 (26)
- 技术资料 (23)
- 人工智能/神经网络 (22)
- 电源技术 (18)
- 游戏 (17)
- VC书籍 (16)
- 数学计算 (15)
- Java书籍 (14)
- 软件设计/软件工程 (14)
- 电子书籍 (14)
- VHDL/FPGA/Verilog (14)
- 汇编语言 (13)
- 模拟电子 (12)
- 可编程逻辑 (11)
- 嵌入式/单片机编程 (11)
- 数值算法/人工智能 (11)
- 数据结构 (11)
- 软件工程 (11)
- 教程资料 (10)
- 驱动编程 (9)
- 加密解密 (9)
- 通讯编程文档 (9)
- 文章/文档 (9)
- 其他嵌入式/单片机内容 (8)
- 无线通信 (7)
- J2ME (7)
- 微处理器开发 (7)
- 技术管理 (7)
- 网络 (7)
- VIP专区 (7)
- Internet/网络编程 (6)
- Delphi控件源码 (6)
- 压缩解压 (6)
- 行业发展研究 (6)
- 其他行业 (6)
- 技术书籍 (5)
- 接口技术 (5)
- Symbian (5)
- 通讯/手机编程 (5)
- DSP编程 (5)
- 编译器/解释器 (5)
- 3G开发 (5)
- RFID编程 (4)
- Jsp/Servlet (4)
- SQL Server (4)
- 系统设计方案 (4)
- JavaScript (4)
- 论文 (4)
- 嵌入式综合 (3)
- 书籍源码 (3)
- 邮电通讯系统 (3)
- 文件格式 (3)
- 编辑器/阅读器 (3)
- 多国语言处理 (3)
- 源码 (3)
- allegro (2)
- 通信网络 (2)
- ARM (2)
- 其他数据库 (2)
- 操作系统开发 (2)
- GPS编程 (2)
- uCOS (2)
- CA认证 (2)
- 中间件编程 (2)
- 企业管理 (2)
- Oracle数据库 (2)
- 磁盘编程 (2)
- FlashMX/Flex源码 (2)
- 多媒体 (1)
- 行业应用文档 (1)
- 资料/手册 (1)
- Mentor (1)
- 传感与控制 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- 源码/资料 (1)
- Windows Mobile (1)
- TAPI编程 (1)
- 手机WAP编程 (1)
- 语音压缩 (1)
- 并行计算 (1)
- VxWorks (1)
- 数据库系统 (1)
- 嵌入式Linux (1)
- Windows CE (1)
- SCSI/ASPI (1)
- MySQL数据库 (1)
- Ajax (1)
- 人物传记/成功经验 (1)
- 手机短信编程 (1)
- 图形图像 (1)
- 电路图 (1)
- 多媒体处理 (1)
汇编语言 This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only ha
This a simple compressor based on aplib, yoda s Kernel code, and my own
stuffing around. It only has one function with MANY limitations at the moment,
but it is desinged for demo purposes only so it don t matter.
语音压缩 to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format a
to show the waveform of audio file and play it on computer
Purpose: Familiar with WAV file format and UI design
It should have the following functions:
Provide a Graphic User Interface for user to browse the file system and select one WAV file
Show the waveform of input audio signal
Play the selecte ...
其他嵌入式/单片机内容 he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with on
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one perio ...
J2ME 另一個j2me软件教学
另一個j2me软件教学,sun one studio环境
并行计算 This document describes the MPI and MPI standards They are both extensions to the MPI st
This document describes the MPI and MPI standards They are both extensions
to the MPI standard The MPI part of the document contains clarications and
corrections to the MPI standard and denes MPI The MPI part of the document
describes additions to the MPI standard and denes MPI These include miscell ...
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...
其他 代码名称: Snitz Forums 2000 代码语言: 英文 代码类型: 国外代码 运行环境: ASP 授权方式: 免费代码 代码大小: 530kb 代码等级: 3 整
代码名称: Snitz Forums 2000
代码语言: 英文
代码类型: 国外代码
运行环境: ASP
授权方式: 免费代码
代码大小: 530kb
代码等级: 3
整理时间: 2006-3-15 16:42:00
联 系 人:
开 发 商:
演示地址:
简 介: Snitz Forums 2000, one of the best ASP based bulletin board systems on the market. Get ...
其他 * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst
* Function:
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error (malloc return NULL) ...
其他 This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask ca
This class implements the same API as the Java 1.3 java.util.TimerTask.
* Note that a TimerTask can only be scheduled on one Timer at a time, but
* that this implementation does not enforce that constraint.