搜索结果
找到约 341 项符合
Format 的查询结果
按分类筛选
- 全部分类
- 其他 (32)
- 技术资料 (27)
- 其他书籍 (27)
- 文件格式 (23)
- Java编程 (11)
- 文章/文档 (11)
- matlab例程 (11)
- Java书籍 (10)
- VHDL/FPGA/Verilog (9)
- 单片机开发 (8)
- 压缩解压 (7)
- 通讯编程文档 (7)
- 电子书籍 (6)
- Linux/Unix编程 (6)
- 微处理器开发 (6)
- VC书籍 (6)
- 可编程逻辑 (5)
- 编译器/解释器 (5)
- 汇编语言 (5)
- 其他嵌入式/单片机内容 (5)
- 单片机编程 (4)
- 人工智能/神经网络 (4)
- 嵌入式Linux (4)
- FlashMX/Flex源码 (4)
- Delphi控件源码 (4)
- 其他行业 (4)
- Windows CE (4)
- 软件设计/软件工程 (4)
- 书籍 (3)
- 书籍源码 (3)
- 软件工程 (3)
- 手机短信编程 (3)
- 磁盘编程 (3)
- 嵌入式/单片机编程 (3)
- 源码 (2)
- 数值算法/人工智能 (2)
- 多媒体处理 (2)
- 操作系统开发 (2)
- 教程资料 (2)
- 驱动编程 (2)
- Internet/网络编程 (2)
- *行业应用 (2)
- 网络 (2)
- 数学计算 (2)
- 其他数据库 (2)
- VxWorks (2)
- VIP专区 (2)
- 软件 (1)
- 笔记 (1)
- PCB相关 (1)
- 接口技术 (1)
- DSP编程 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 通讯/手机编程 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 工业控制 (1)
- Matlab (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- 串口编程 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- Applet (1)
- 技术管理 (1)
- uCOS (1)
- STL (1)
- J2ME (1)
- 交通/航空行业 (1)
- 手机彩信(MMS)编程 (1)
- Windows Mobile (1)
- 系统设计方案 (1)
- 医药行业 (1)
- Oracle数据库 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- 电子政务应用 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- MTK (1)
- Ajax (1)
单片机编程 PIC单片机的RS232通讯程序
Digitemp Jr. is a device that is designed to measure
and report ambient temperature. When connected to
an RS-232 port on any PC, it will periodically measure
and report in ASCII form the ambient temperature in
degrees Celsius. These temperature readings can be
monitored with any terminal program. If ...
VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template ...
Java编程 //构造具有指定的标签的菜单 files = new Menu("文件(F)") compile = new Menu("编辑(E)") see = new Menu("查看(V
//构造具有指定的标签的菜单
files = new Menu("文件(F)")
compile = new Menu("编辑(E)")
see = new Menu("查看(V)")
format = new Menu("格式(O)")
font = new Menu("字体和颜色(F)...") //在格式菜单下再添加一个字体及颜色的菜单
help = new Menu("帮助(H)")
//构造具有指定的标签的菜单项
...
allegro US Navy VHDL Modelling Guide
 
This document was developed under the Standard Hardware and Reliability Program (SHARP) TechnologyIndependent Representation of Electronic Products (TIREP) project. It is intended for use by VHSIC HardwareDescription Language (VHDL) design engineers and is offered as guidance for the deve ...
单片机编程 Microchip PIC系列单片机RS232通讯应用
Digitemp Junior – An RS-232 Port-Powered Digital Thermometer
Digitemp Jr. is a device that is designed to measure
and report ambient temperature. When connected to
an RS-232 port on any PC, it will periodically measure
and report in ASCII form the ambient temperature in
degrees Celsius ...
可编程逻辑 US Navy VHDL Modelling Guide
 
This document was developed under the Standard Hardware and Reliability Program (SHARP) TechnologyIndependent Representation of Electronic Products (TIREP) project. It is intended for use by VHSIC HardwareDescription Language (VHDL) design engineers and is offered as guidance for the deve ...
人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars indicate the source and ...
人工智能/神经网络 OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope
OpenSVM was developped under Visual C++ 6.0 SP6,
You can open the workspace file(*.dsw) in the opensvm-src folder.
The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm.
However, the f ...
Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak()
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i<N_ITEMS i++){
items[i] = new_item(months[i], "")
}
//建立菜单
mymenu = new_menu(items)
//设置为5行单列的菜单
set_menu_fo ...
书籍 Deploying+Raspberry+Pi+in+the+Classroom
The Raspberry Pi has become a computing phenomenon. This single-board miniature
computer, first released in February 2012 by the Raspberry Pi Foundation, has grown into
a series of nearly a dozen models that have sold a total of more than 10 million units in
five years.
Inexpensive to buy and to run ...