搜索资源列表
SPOOL
- 用C语言实现的spooling 技术的模拟程序-C language spooling of the Simulation Program
1040320
- 多项式的加法乘法运算,自己编的,用C 语言编的。是学数据结构时老师布置的作业-polynomial multiplication their series, with C language series. Yes data structure layout of the operations teachers
prints
- 用c#开发的套打程序,程序有点复杂但很有研究价值,可实现完美的套打功能.
Printing
- 在Windows Vista 用c++BUILDER 控制打印机
通信录程序
- 本人用C语言编的一个通信录程序,但没有用图形界面来实现
chuankoudayin
- 找个是个用C++写的一个串口打印程序!对于条码打印机是个好程序!
print
- 用C#实现完整文档打印功能用C#实现完整文档打印功能
PrintPreview
- 用C++Builder 6.0实现了单页所见即所得的打印及预览功能,至于多页打印及预览等待高人来完善!本程序在C++Builder 6.0+xp下通过
PMW32.rar
- 用C++编写的对本地打印机打印的文件名称以及时间的监控,Using C++, prepared by the local printer to print the file name and time monitoring
utraViver.rar
- 一个用C++写的文本编辑器,是源码,有需要的朋友,可以下载试,还是挺不错的。,c++ s source of text editor ,any friend needs ,and download .
barcodedemo
- 用C#.net编写的条码打印程序,可以打印code39等类型条码.在vs05中运行通过.-barcode print code39 ext..
20051111111110
- C#打印程序,经测试已经可以实现打印功能,简单易用-C# Print
printer
- 一个用c++编写的打印纸张大小设定的源码程序。-A used c++ Prepared to print the paper size set source program.
CODE128
- 用C++Builder开发的在普通打印机(一般是激光打印机,主要是分辨率要高点)打印条码128码-With C++ Builder developed in ordinary printers (usually laser printers, mainly to high-resolution) to print barcode 128 yards
printer
- 一个用C语言写的微型打印机的程序,浏览一下也许可以长点见识。-Written in C language using a micro-printer program glance may be growing more insight.
ebookcopier_bin
- 用 C#编写。可以把方正的ceb格式的电子书,转为pdf格式,很好用。-Written using C#. Founder of the ceb can format e-books, into pdf format, easy to use.
456789
- 用C++打印边形,并且6条边都相等, 打印出的结果为:六边形-Using C++ to print edge-shaped, and the six sides are equal, print out the results: hexagonal
Mandelbrot
- 用C#语言打印一个向左旋转的葫芦,在控制台界面下实现-draw a calabash in C# language
ch3fileCsharp
- 用C#的编写的文件与打印的示例程序 开发环境visual stdio 2008-Written in C# for file and print sample program development environment visual stdio 2008
8-6
- 输出文件的末尾行,C语言作业 命令 tail用来打印文件中最后n行。 命令格式为:tail [-n] filename,其中: -n :n表示需要打印的行数,省略时n的值为10。 filename :给定文件名。 如,命令tail -20 example.txt 表示打印文件example.txt的最后20行,用C语言实现该程序。(提示:使用命令行参数)-The end of the line of the output file, C language operations