搜索结果
找到约 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)
单片机编程 87C576微控制器的在线编程
The 87C576 includes two separate methods of programming theEPROM array, the traditional modified Quick-Pulse method, and anew On-Board Programming technique (OBP).Quick Pulse programming is a method using a number of devicepins in parallel (see Figure 1) and is the traditional way in which87C51 fami ...
技术资料 基于单片机的粉尘浓度监测系统的设计
无针对工业现场环境中粉尘监测日益受到关注,本文设计了一套基于单片机的红外吸收粉尘监测系统,能够实时精确检测粉尘的浓度值。系统的硬件部分以MSP430单片机为核心,还包括微控制器模块电路、光源驱动电路、放大滤波电路、液晶显示模块电路的设计等。系统的软件部分主要包括数据采集程序、模数转换程序和上位机程序的设计。 ...
技术资料 OTP型单片机烧录后的程序修改方法研究
OTP单片机的程序存储器属于一次性烧录的只读存储器,根据其结构原理,虽然烧录过程不可逆,但可以对未烧录的存储单元进行再烧录而不改变已烧过的存储位原状态。本文以博巨兴的BJ8P153E 单片机为例,研究在已烧录OTP单片机中如何根据程序指令的物理地址查找对应指令的机器码,并分析可再烧录的存储空间,最终实现单片机程序二次开 ...
单片机编程 基于STC12C5408AD的记忆示波器
主要介绍构成记忆示波器的STC12C5408AD增强型单片机8通道10位模数转换功能的设置、应用和具体的汇编程序设计,以及PC机串行通讯和图形显示的高速汇编程序的设计要点,并列举实例说明其应用效果。
Abstract:
 The configuration, applications and the designs for? compiling program of the memorial oscillograph ...
单片机编程 P90CL301 I2C driver routines
This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-maste ...
单片机编程 87LPC76X的IIC从程序
Presents short and simple I2C software routines that support onlyslave (rather than master or master & slave) operation and an ASMdemonstration program. The slave-only software in this app notecomplements the master mode software presented in AN464, Usingthe 87LPC76X microcontroller as an I2C bus ma ...
VC书籍 This article shows that by using the tools available and understanding the programming system, it is
This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was used to write the rest ...
软件设计/软件工程 0x ISP LPC210x的ISP软件 Ucosii 2.52 for lpc2100 uC/OS-II移植程序及相关中间件 LPC2114 component library LP
0x ISP LPC210x的ISP软件
Ucosii 2.52 for lpc2100 uC/OS-II移植程序及相关中间件
LPC2114 component library LPC2114芯片SCH、PCB库
program file 开发板出厂时的编程文件
other ARM development board
SQL Server 简单课设学生成绩管理系统---VB程序模块,VB与SQL的结合,包括增删改查等功能,还包括连表查询.-simple lesson student performance management syst
简单课设学生成绩管理系统---VB程序模块,VB与SQL的结合,包括增\删\改\查等功能,还包括连表查询.-simple lesson student performance management system -- the VB program modules, VB and SQL integration, include additional \ deleted \ reform \ investigation, and other functions, including even table inquiries. ...
Java编程 elcome to the Java-Chess project! As you might know, we aim at creating a fully functional chess
elcome to the Java-Chess project!
As you might know, we aim at creating a fully functional chess program written
in Java 2.
You can always get the latest results of our efforts at
http://www.java-chess.de
If you are interested in the topic and have any skills in the field, you should
not hesitate ...