搜索结果
找到约 148 项符合
print-gen 的查询结果
Java编程 Example java print Barcode
Example java print Barcode
Delphi控件源码 develop drawing programs where the user can build, display, store, load and print object structures.
develop drawing programs where the user can build, display, store, load and print object structures.
设计相关 Print to I2C
直接用print 或 Rs232 讀取 I2C
驱动编程 DDK中print中plotter源码
DDK中print中plotter源码
这其中包括了打印图形接口动态链接库设计和打印图形动态链接库设计源码
PCB相关 华为的电路板设计规范
PCB(Print circuit Board):印刷电路板。
1..2 原理图:电路原理图,用原理图设计工具绘制的、表达硬件电路中各种器件之间的连接关系的图。
PCB相关 CTP知识全解
1.什么是CTP?
CTP包括几种含义:
脱机直接制版(Computer-to-plate)
在机直接制版(Computer-to-press)
直接印刷(Computer-to-paper/print)
数字打样(Computer-to-proof)
普通PS版直接制版技术,即CTcP(Computer-to-conventional plate)
这里所论述的CTP系统是脱机直接制版(Computer-to-plate) ...
单片机编程 RD系列微型打印机打印实例
C51控制并口打印机实例:/* 沈阳新荣达电子 *//* 2004-12-7 */#include <reg52.h>#define uchar unsigned char#define uint unsigned int#define data_8 P0sbit BUSY = P1^2; //打印机 BUSY 接P1.2sbit STB = P1^0; //打印机 STB 接P1.0void print(uchar j) //打印子程序{ uchar i;while(BUSY){}; //BUSY=1,打印机忙,等待 ...
单片机编程 微型打印机的C语言源程序
微型打印机的C语言源程序:微型打印机的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>#include <stdio.h>#include <absacc.h>#include <math.h>#include <string.h>#include <ctype.h>#include <stdlib.h>#define PIN XBYTE[0x8000]#define POUT XBYTE[0x9000]sbit PRINTSTB =P1^6;sbi ...
嵌入式综合 用MDK生成bin格式的可执行文件
用MDK 生成bin 文件1用MDK 生成bin 文件Embest 徐良平在RV MDK 中,默认情况下生成*.hex 的可执行文件,但是当我们要生成*.bin 的可执行文件时怎么办呢?答案是可以使用RVCT 的fromelf.exe 工具进行转换。也就是说首先将源文件编译链接成*.axf 的文件,然后使用fromelf.exe 工具将*.axf 格式的文件转换成*.bin格式的文件。 ...
教程资料 Cadence PCB 设计与制板
§1、安装: &nbsp;&nbsp;&nbsp;SPB15.2&nbsp;CD1~3,安装1、2,第3为库,不安装 &nbsp;&nbsp;&nbsp;License安装: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;设置环境变量lm_license_file&nbsp;&nbsp;&nbsp;D:\Cadence\license.dat &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;修改license中SERVER&nbsp;yy ...