搜索资源列表
vc文件与打印
- 打印设置,文件操作、文本和图形打印,输入法设置等操作C#-Print settings, file manipulation, text and graphics printing, and input method set up operational C#
PMW32.rar
- 用C++编写的对本地打印机打印的文件名称以及时间的监控,Using C++, prepared by the local printer to print the file name and time monitoring
WinMenu
- 简单的打印功能测试程序。 开发环境:Dev-c++,需要在工程属性-参数-连接器里添加Dev-c++安装目录/lib/libwinspool.a。 使用时点击file-print菜单测试-A simple print function testing procedures. Development Environment: Dev-c++, needed in the engineering properties- parameters- Connectors lib added Dev
MyPrint
- Visual c++打印实列源代码参考的功能都是根据特定的条件选择文件内容进行打印-Visual c++ to print out the source code reference implementation of the functions are selected according to specific conditions, contents of the file for printing
sz
- 5、 打印如下方阵(任选一题)。 (1) 螺旋方阵: 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7-it is a C++ file
File_trans1414251062002
- file transfer example in visual C++ windows
ch3fileCsharp
- 用C#的编写的文件与打印的示例程序 开发环境visual stdio 2008-Written in C# for file and print sample program development environment visual stdio 2008
C-FILE
- 打印处于100和1000之间所有的水仙花数-Print is between 100 and 1000 the number of all the daffodils
log
- C语言实现简单的日志打印,如下所示:前面是时间,后面是要打印的日志内容 2011-09-14 15:09:23 *** *** *** *** *** *** *** *** ** 2011-09-14 15:09:23 start to recordlog 2011-09-14 15:09:23 ************************************************** -C language implementation of a
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
littte_C_Code
- 文件中把包括一些简单地C语言程序,有需要的同学可以下载-File simply C language program, needy students can download
PrintTopFive
- C#自定义打印,只打印前几页内容,需要数据库内容,但数据库文件找不到了,不好意思了,发上来可以参考一下代码,注释也蛮多。-C# custom print, print only the first few pages, you need a database content, but the database file is not found, sorry, the hair can look up the code, comments also find many.
sobel
- sobel program file with c-sobel program file with c++
Log
- C++实现的日志打印类,使用了多线程和文件锁机制-C++ implementation of the log print class, the use of multi-threaded and file lock mechanism
dayin2
- 在C++中调用ZXing生成Code128编码的条码,并打印出来。使用时需要安装java,并在config.ini文件中设置java路径。-this program use zxing to generate code 128 bar code,and print。you must install java and set the jvm path in config.ini file.