搜索结果

找到约 148 项符合 print-gen 的查询结果

Java编程 Example java print Barcode

Example java print Barcode
https://www.eeworm.com/dl/633/481756.html
下载: 165
查看: 1033

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.
https://www.eeworm.com/dl/666/494014.html
下载: 184
查看: 1052

设计相关 Print to I2C

直接用print 或 Rs232 讀取 I2C
https://www.eeworm.com/dl/506883.html
下载: 2
查看: 25

驱动编程 DDK中print中plotter源码

DDK中print中plotter源码 这其中包括了打印图形接口动态链接库设计和打印图形动态链接库设计源码
https://www.eeworm.com/dl/511389.html
下载: 1
查看: 34

PCB相关 华为的电路板设计规范

PCB(Print circuit Board):印刷电路板。 1..2 原理图:电路原理图,用原理图设计工具绘制的、表达硬件电路中各种器件之间的连接关系的图。
https://www.eeworm.com/dl/501/16842.html
下载: 104
查看: 1066

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) ...
https://www.eeworm.com/dl/501/22256.html
下载: 171
查看: 1031

单片机编程 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,打印机忙,等待 ...
https://www.eeworm.com/dl/502/31503.html
下载: 155
查看: 1057

单片机编程 微型打印机的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 ...
https://www.eeworm.com/dl/502/31505.html
下载: 171
查看: 1085

嵌入式综合 用MDK生成bin格式的可执行文件

用MDK 生成bin 文件1用MDK 生成bin 文件Embest 徐良平在RV MDK 中,默认情况下生成*.hex 的可执行文件,但是当我们要生成*.bin 的可执行文件时怎么办呢?答案是可以使用RVCT 的fromelf.exe 工具进行转换。也就是说首先将源文件编译链接成*.axf 的文件,然后使用fromelf.exe 工具将*.axf 格式的文件转换成*.bin格式的文件。 ...
https://www.eeworm.com/dl/566/35965.html
下载: 73
查看: 1178

教程资料 Cadence PCB 设计与制板

§1、安装:    SPB15.2 CD1~3,安装1、2,第3为库,不安装    License安装:         设置环境变量lm_license_file   D:\Cadence\license.dat         修改license中SERVER yy ...
https://www.eeworm.com/dl/cadence/doc/36662.html
下载: 68
查看: 1131