搜索结果
找到约 2,518 项符合
PRINTING PROGRAM 的查询结果
按分类筛选
- 全部分类
- 技术资料 (303)
- 其他 (180)
- 单片机开发 (164)
- Java编程 (128)
- matlab例程 (125)
- 汇编语言 (81)
- Linux/Unix编程 (73)
- 其他嵌入式/单片机内容 (69)
- 其他书籍 (66)
- 数学计算 (65)
- 嵌入式/单片机编程 (65)
- 微处理器开发 (60)
- DSP编程 (57)
- VC书籍 (51)
- 单片机编程 (50)
- 人工智能/神经网络 (38)
- 数值算法/人工智能 (37)
- 数据结构 (33)
- 电子书籍 (32)
- 加密解密 (31)
- 书籍源码 (30)
- 编译器/解释器 (30)
- 其他行业 (30)
- 软件设计/软件工程 (30)
- 压缩解压 (28)
- 通讯/手机编程 (27)
- 串口编程 (27)
- 网络 (27)
- 文章/文档 (27)
- Delphi控件源码 (24)
- 驱动编程 (23)
- VIP专区 (22)
- Java书籍 (21)
- Internet/网络编程 (20)
- 通讯编程文档 (19)
- VHDL/FPGA/Verilog (19)
- 游戏 (18)
- *行业应用 (18)
- 嵌入式Linux (18)
- 软件工程 (17)
- JavaScript (15)
- Modem编程 (14)
- 系统设计方案 (14)
- Jsp/Servlet (13)
- Windows CE (12)
- 数据库系统 (11)
- 操作系统开发 (11)
- 多国语言处理 (11)
- 其他数据库 (11)
- BREW编程 (10)
- 可编程逻辑 (9)
- USB编程 (9)
- 教育系统应用 (8)
- SQL Server (8)
- 书籍 (7)
- 文件格式 (7)
- J2ME (7)
- 行业发展研究 (7)
- GPS编程 (7)
- 编辑器/阅读器 (6)
- CA认证 (6)
- uCOS (6)
- 邮电通讯系统 (6)
- Windows Mobile (5)
- 多媒体处理 (4)
- 开发工具 (4)
- 教程资料 (4)
- 磁盘编程 (4)
- Applet (4)
- FlashMX/Flex源码 (4)
- Delphi/CppBuilder (4)
- 家庭/个人应用 (4)
- 中间件编程 (4)
- 人物传记/成功经验 (4)
- RFID编程 (4)
- 3G开发 (4)
- 能源行业(电力石油煤炭) (4)
- 源码 (3)
- 软件 (3)
- C/C++语言编程 (3)
- 金融证券系统 (3)
- 手机WAP编程 (3)
- VxWorks (3)
- PCB相关 (2)
- 驱动程序 (2)
- 实用工具 (2)
- 通信网络 (2)
- 模拟电子 (2)
- 手机短信编程 (2)
- 技术管理 (2)
- STL (2)
- Symbian (2)
- 并行计算 (2)
- 电源技术 (1)
- 经验分享 (1)
- Linux/uClinux/Unix编程 (1)
- 存储器技术 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- EDA相关 (1)
技术资料 oddChannelize
数字信道化器的模拟程序,当输入信道个数为奇数时,子信道的提取过程模拟-Digital channel of device simulation program
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
单片机开发 This sample is demostrating how to create an event in a DLL file and afterward how to call this even
This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
matlab例程 用matlab编写的用于跳频技术的基于simulink环境的仿真程序-using Matlab prepared for the frequency-hopping technology based
用matlab编写的用于跳频技术的基于simulink环境的仿真程序-using Matlab prepared for the frequency-hopping technology based on Simulink environment simulation program
技术资料 Matlab一套车牌识别的程序,内含一些可供处理的图片
Matlab一套车牌识别的程序,内含一些可供处理的图片-Matlab a license plate recognition program, containing a number of images available for processing
技术资料 SPIHT
本程序实现了基于SPITH的自删余循环冗余校验码,运行成功!-the program based on SPITH I cut from the cyclic redundancy check cod
技术资料 highqualityCprogram
带领你完成一个高质量的C++程序,讲解详细,条理清晰-lead you to complete a high quality c++ program
技术资料 exampleforserialport
使用WIN32 API开发串口通信程序的一个完整实例,绝对经典-The use of WIN32 API to develop serial communication program example
微处理器开发 This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to ...