搜索结果
找到约 1,518 项符合
test 的查询结果
按分类筛选
- 全部分类
- 技术资料 (327)
- 单片机开发 (94)
- 其他 (83)
- 微处理器开发 (66)
- Java编程 (61)
- Linux/Unix编程 (44)
- VHDL/FPGA/Verilog (43)
- 嵌入式/单片机编程 (35)
- 其他嵌入式/单片机内容 (35)
- matlab例程 (32)
- 人工智能/神经网络 (31)
- 其他书籍 (30)
- 嵌入式Linux (30)
- 单片机编程 (26)
- DSP编程 (24)
- 汇编语言 (20)
- VIP专区 (20)
- 串口编程 (19)
- 加密解密 (18)
- 驱动编程 (18)
- 书籍源码 (16)
- 通讯/手机编程 (15)
- 电子书籍 (15)
- uCOS (14)
- 数据结构 (14)
- 网络 (12)
- 操作系统开发 (11)
- 企业管理 (11)
- 文件格式 (10)
- 文章/文档 (10)
- 软件设计/软件工程 (10)
- VC书籍 (10)
- 源码 (9)
- 压缩解压 (9)
- 编译器/解释器 (9)
- 数学计算 (9)
- USB编程 (9)
- 其他行业 (9)
- Windows CE (9)
- 系统设计方案 (9)
- 数值算法/人工智能 (8)
- 软件工程 (8)
- 电源技术 (7)
- 模拟电子 (7)
- 可编程逻辑 (7)
- 技术管理 (7)
- 通讯编程文档 (7)
- Windows Mobile (6)
- 行业发展研究 (6)
- 多媒体处理 (5)
- 数据库系统 (5)
- 技术书籍 (5)
- Internet/网络编程 (5)
- 游戏 (5)
- *行业应用 (5)
- Applet (5)
- 中间件编程 (5)
- SQL Server (5)
- 邮电通讯系统 (5)
- Jsp/Servlet (5)
- 认证考试资料 (5)
- 书籍 (4)
- 测试测量 (4)
- 教程资料 (4)
- 编辑器/阅读器 (4)
- VxWorks (4)
- Delphi控件源码 (4)
- Symbian (4)
- RFID编程 (4)
- 3G开发 (4)
- 软件测试 (4)
- PCB相关 (3)
- 嵌入式综合 (3)
- 手机短信编程 (3)
- 多国语言处理 (3)
- 其他数据库 (3)
- Java书籍 (3)
- J2ME (3)
- FlashMX/Flex源码 (3)
- Oracle数据库 (3)
- JavaScript (3)
- GPS编程 (3)
- Ajax (3)
- 无线通信 (2)
- Linux/uClinux/Unix编程 (2)
- 开发板开源 (2)
- 语音压缩 (2)
- 磁盘编程 (2)
- SCSI/ASPI (2)
- STL (2)
- Delphi/CppBuilder (2)
- 并行计算 (2)
- 精品软件 (2)
- 软件 (1)
- 手册 (1)
- 论文 (1)
- 笔记 (1)
- 开发板 (1)
- 其他 (1)
- C/C++语言编程 (1)
电源技术 如何设计一个高效率的DC-DC转换器
Abstract: The DS1875 features a pulse-width modulation (PWM) controller that can be used to control aDC-DC converter. The DC-DC converter can then be used to generate the high bias voltages necessaryfor avalanche photodiodes (APDs). This application note describes the operation of a boost converte ...
数值算法/人工智能 This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. ...
嵌入式Linux 2410开发板在ADS下的A/D转换测试程序。 运行步骤: 1 打开ad.mcp工程文件 2 运行 3 用一根导线连接ad 输入0通道
2410开发板在ADS下的A/D转换测试程序。
运行步骤:
1 打开ad.mcp工程文件
2 运行
3 用一根导线连接ad 输入0通道,观察屏幕输出数据的变化
文件说明:
ad_test.c:开发板初始化文件
ad.c :ad测试主文件
文件格式 We propose a novel approach for head tracking, which combines particle filters with Isomap. The part
We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle ap ...
驱动编程 The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is c
The Lite Evaluation/Demonstration Kit is intended to illustrate use of the
AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification.
Included in the kit is a PCI add-in card, Windows drivers, demonstration
applications, and documentation of the hardware and software provided. The
m ...
嵌入式/单片机编程 A digital fi‘equeney meter designed with FPGA development software Q-~us 11 is introduced.The 1 Hz—l
A digital fi‘equeney meter designed with FPGA development software Q-~us 11 is introduced.The 1 Hz—l MHz input measured pulse signals of the digital ii‘equency meter can be used for measuring frequency,period,pulse width and duty ratio,etc.The test results stably display O71 3 seven—segment ...
Java编程 Refer to the UML diagram above and implement the Course class. After you define the Course class, yo
Refer to the UML diagram above and implement the Course class. After you define the Course class, you must create a Course object with the following details:
Programming I, WXES1114, taught by SMT.
Besides, your program must test all the accessor and mutator methods you had defined and the toStrin ...
加密解密 Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.
Tasks
Read the textbook about the details of Vigenére Cipher.
Implement the algorithm by C or C++.
Requirements
You do this lab in a group of two students.
Your program should have input and output as follows:
csci>a.out
--> Please input the key:
receptive
--> Please input the plain text:
wearedis ...
uCOS GCC下microC/OS-II 开发平台
GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。
VxWorks Vxworks 下的视频采集程序
Vxworks 下的视频采集程序,该驱动程序是PCI类视频卡,测试程序为:test.cpp 通过初始化后,运行UTL_LVE("1.mpg",5,1),将视频文件保存为1.mpg。 其中1.mpg为文件名,5为时间秒,1为mode。