搜索资源列表
picturebox
- 这是一个包括图片框和命令按钮的界面点击打印会出现一行文字-This is a picture box and click the command button to print the interface line of text will appear
dump
- 产生一个文件的十六进制倾印码(dump)。它应该从命令行接受单个参数,也就是需要进行倾印的文件名。如果命令行未给出参数,程序就打印标准输入的字符串的倾印码。-Produce a hex dump file code (dump). It should accept the individual arguments from the command line, that is, the need for dump file names. If the command line parameter
VB-code39
- 将源码转换成code39条码类型,并直接打印出来,使用时加command 按钮-Code39 bar code will be converted to the type of source and directly print it out, use the Add command button when
RunFile
- Some times when you use an IDE and want to get the command line the IDE is using to invoke the compiler/Linker then you can use this program which will print the command line to a console window and execute the original compiler/linker. You must co
bigview
- 在UNIX下经常要看大日志,vi又打不开,pg又不能一行一行翻,more就更是乱码了。于是自己做了个程序来查看日志,包括跳转,查找等。 自动识别汉字、全角字符、日文,真正做到光标随字移动 窗口化全屏浏览 宽行浏览,完全显示文本原始信息 支持查找、跳转、打印,任意滚屏 支持任意大小的文本,特别适合分析系统大日志 动态内存分配,系统资源消耗少 方便UNIX用户使用,完全仿真vi指令 支持custom命令安装,软件管理方便 内置指令帮助 -Under
IsStackPerms
- Write two C++ programs (using STL preferably) to solve the stack permutation problem discussed in Chapter 3 of the textbook. (a) (5 ) Problem 1: Print all possible stack permutations of an incoming train of n elements. (command line format e
yx
- 加载yx.lisp文件,输入命令yx后,画云线,自动生成G_windline图层,而且该图层为不打印图层。 是Lisp源文件-After loading yx. Lisp files, type the command yx, painting line, automatically generated G_windline layer, and the layer is not print layer. Lisp is the source file
新建文本文档 (2)
- 通过PRINTER实现打印。 这种方法 1、加入打印命令按钮(command1)、函数(prnt1)即可实现打印功能,写入 下面代码,读者稍加改动可写成标准的函数或过程。 这种方法通过灵活的编程可以方便地调整字体、字型、线形、页面、纸张大小 等。可打印出比较满意的效果。如果你的计算机上装有MICROSOFTWORD和MICROEXCEL,最精彩 的用法还是把GRID的表格通过VB发送到MICROSOFTWORD及MICROEXCEL。生成MICROSOFTWORD 和MICROEXCEL
条码打印_PB125
- 不再用斑马打印指令而是直接调用内部函数即可打印(nstead of using the zebra print command, you can print directly from the internal function)
C - Hello World!
- The #include <stdio.h> is a preprocessor command. This command tells compiler to include the contents of stdio.h (standard input and output) file in the program. The stdio.h file contains functions such as scanf() and print() to take input and
pdf.cpp
- The program can analysis pdf and print it to command line
linux grep命令
- linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。 -h:查询多文件时不显示文件名。 -l:查询多文件时只输