搜索结果
找到约 622 项符合
DO 的查询结果
按分类筛选
- 全部分类
- 技术资料 (88)
- 其他书籍 (40)
- 单片机开发 (26)
- 书籍 (25)
- 编译器/解释器 (25)
- 单片机编程 (24)
- matlab例程 (22)
- 其他 (21)
- Java编程 (21)
- VC书籍 (16)
- 通讯编程文档 (14)
- Java书籍 (14)
- 书籍源码 (12)
- 电源技术 (11)
- 汇编语言 (11)
- 电子书籍 (9)
- 驱动编程 (9)
- VHDL/FPGA/Verilog (9)
- 软件工程 (8)
- 可编程逻辑 (8)
- Linux/Unix编程 (8)
- 数学计算 (8)
- 源码 (7)
- 加密解密 (7)
- 压缩解压 (7)
- 软件设计/软件工程 (7)
- 其他嵌入式/单片机内容 (7)
- 网络 (6)
- SQL Server (6)
- 文件格式 (5)
- 文章/文档 (5)
- 数据结构 (5)
- Delphi控件源码 (5)
- Jsp/Servlet (5)
- 通讯/手机编程 (4)
- 操作系统开发 (4)
- 教程资料 (4)
- 多国语言处理 (4)
- 技术管理 (4)
- 嵌入式/单片机编程 (4)
- 人工智能/神经网络 (4)
- 系统设计方案 (4)
- C/C++语言编程 (3)
- DSP编程 (3)
- 开发工具 (3)
- 嵌入式综合 (3)
- 模拟电子 (3)
- Internet/网络编程 (3)
- 游戏 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- 家庭/个人应用 (3)
- 人物传记/成功经验 (3)
- 软件 (2)
- 无线通信 (2)
- 数值算法/人工智能 (2)
- 技术书籍 (2)
- 编辑器/阅读器 (2)
- Applet (2)
- USB编程 (2)
- J2ME (2)
- FlashMX/Flex源码 (2)
- Delphi/CppBuilder (2)
- 其他行业 (2)
- JavaScript (2)
- 行业发展研究 (2)
- 教程 (1)
- PCB相关 (1)
- 行业应用文档 (1)
- 接口技术 (1)
- 学术论文 (1)
- Windows编程 (1)
- 开关电源 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 仿真技术 (1)
- 测试测量 (1)
- 工业控制 (1)
- 实用工具 (1)
- 图形图像 (1)
- allegro (1)
- 源码/资料 (1)
- 企业管理 (1)
- 传真(Fax)编程 (1)
- 嵌入式Linux (1)
- 生物技术 (1)
- Windows CE (1)
- Symbian (1)
- 医药行业 (1)
- Oracle数据库 (1)
- 中间件编程 (1)
- MySQL数据库 (1)
- 并行计算 (1)
- MTK (1)
- VIP专区 (1)
汇编语言 Procedure TSPSA: begin init-of-T { T为初始温度} S={1
Procedure TSPSA:
begin
init-of-T { T为初始温度}
S={1,……,n} {S为初始值}
termination=false
while termination=false
begin
for i=1 to L do
begin
generate(S′form S) { 从当前回路S产生新回路S′}
Δt:=f(S′))-f(S) {f(S)为路 ...
其他数据库 f your application uses MFC in a shared DLL, and your application is in a language other than the
f your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it t ...
Linux/Unix编程 linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Array
linux下用C语言写的聊天程序!/*BUG and NOTE:
Not join protect to Shared Memory Segments,example Semaphore Arrays.
Not check the parameters validity.
When transmit may be error.
If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist t ...
单片机开发 此函数把SPI的读写功能集成在一块
此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI和DO相连并用MCU的一个IO口来读写)。 ...
操作系统开发 int main(int argc,char *argv[]) { char ch while(true) { printf("*************************
int main(int argc,char *argv[])
{
char ch
while(true)
{
printf("*************************************\n")
printf(" 1.Reader Priority\n")
printf(" 2.Writer Priority\n")
printf(" 3.Exit to Windows\n")
printf("*************************************\n")
printf("Enter your choice(1,2, ...
其他嵌入式/单片机内容 此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI
此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI和DO相连并用MCU的一个IO口来读写)。
人工智能/神经网络 这是一个Linux下的USB摄像头捕捉程序
这是一个Linux下的USB摄像头捕捉程序,是一个调用V4L2(Video for Linux 2)非常好的例子。英文介绍为:This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many "webcam" devices. It supports streaming and capture of color or monochrome video via the Video4Linux ...
单片机开发 利用单片机制作音乐播放器的课程设计报告. 作为单片机的重要硬件资源之一
利用单片机制作音乐播放器的课程设计报告.
作为单片机的重要硬件资源之一,利用定时器可以产生各种固定频率的方波信号,也可以产生包括“Do“、“Re“、“Me“--等音阶在内的各种频率声音。在此设计中我们采用12MHz的晶振,产生的频率信号即音乐信号由P3.7口输出,信号经过放大后由喇叭发出声音。 ...
嵌入式/单片机编程 First of all we would like to thank God Almighty for giving us the strength and confidence in pursi
First of all we would like to thank God Almighty for giving us the strength and confidence in
pursing the ambitions. We would like to thank our Examiner Professor Axel Jantsch for
allowing us to do this under his guidance and encouragement. At the same time we would like
to mention our sincere thank ...
单片机开发 The goal of our final project was to design an efficient elevator simulator that can accept input fr
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is ...