联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 打印编程(10) 
按平台查找All Visual C++(10) 

[打印编程] leasttime

迪杰斯特拉算法求有向图的最短路径,可以打印从某个顶点到另一个顶点的所有最短路径
Dijkstra shortest path algorithm for there to figure (2016-04-09, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1460174253606122.html

[打印编程] PrintLabelAfterDowload

烧录完程序后,打印机自动打印条码可选份数可选自动加的值
after downloading MCU , auto control printer to print the label (2013-11-27, Visual C++, 21698KB, 下载6次)

http://www.pudn.com/Download/item/id/2411155.html

[打印编程] creatPbarcode

一维条码生成程序,支持所有一维条码。共7中。可以打印 和显示在窗口上
一维条码生成程序,支持所有一维条码。共7中。可以打印 和显示在窗口上 (2013-11-01, Visual C++, 6499KB, 下载13次)

http://www.pudn.com/Download/item/id/2389034.html

[打印编程] scanf-temp

键盘缓冲区残余信息问题 scanf(" c",&c) 这句不能正常接收字符,什么原因呢?我们用 printf("c= d\n",c) 将C用int表示出来,启用printf("c= d\n",c) 这一句,看看scanf()函数赋给C到底是 什么,结果是c=10 ,ASCII值为10是什么?换行即\n.对了,我们每击打一下"Enter"键,向键盘缓冲区发去一个“回车”(\r),一个“换行"(\n),在这里 \r被scanf()函数处理掉了(姑且这么认为吧^_^),而\n被scanf()函数“错误”地赋给了c.解决办法:可以在两个scanf()函数之 后加个fflush(stdin) ,还有加getch() , getchar()也可以,但是要视具体scanf()语句加那个,这里就不分析了,读者自己去摸索吧。但是加fflush(stdin) 不管什么情况都可行。
Keyboard buffer residual information problems scanf (" c" , & c) sentence does not receive characters, what causes it? We use printf (" c = d \ n" , c) int represented by the C Enable printf (" c = d \ n" , c) this one, see scanf () function is assigned to C What in the end, the result is c = 10, ASCII value of 10 is what? Newline is \ n. Yes, we look at every hit " Enter" key, the keyboard buffer sent a " carriage return" (\ r), a " newline" (\ n), where \ r is scanf ( ) function handles out (let so that it ^ _ ^), and \ n is scanf () function " error" to assign a c. Solution: can two scanf () function then add fflush (stdin) , as well as add getch (), getchar () can, but depending on the specific scanf () statement added that, there is not analyzed, the reader to explore it. But add fflush (stdin) matter what conditions are feasible. (2013-07-03, Visual C++, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/2295233.html

[打印编程] cPP_java-one-bar

根据指定的文字生成一维条码,可以设置条码的大小
According to the specified text to generate a one-dimensional bar code, you can set the size of the bar code (2013-01-24, Visual C++, 284KB, 下载9次)

http://www.pudn.com/Download/item/id/2126031.html

[打印编程] binarytree

二叉树的顺序存储结构——已知用户将一棵完全二叉树的n个结点(数据类 型可以是字符型、整型等等)以自顶向下、从左到右顺序输 入到一个一维数组中: (1)编写算法FindRelation(i),输出i的父结点和 所有孩子结点(如果有的话)。(2)编写算法Print打印这棵二叉树的所有节点:先打印二叉树的 根、再打印左子树、最后打印右子树;(即在顺序存储结构上先序遍历 二叉树);
Stored in the order of the binary tree structure- known to users will be a complete binary tree of n nodes (data type can be character, integer, etc.) to a top-down, left to right order of the input to a one-dimensional array in: (1) to write the algorithm FindRelation (i), the output i parent node and all child nodes (if any). (2) write algorithms Print Print tree binary tree node: first print the root of the binary tree, and then print the left subtree, and finally print the right subtree (first sequential storage structure traversing Binary) (2012-11-26, Visual C++, 315KB, 下载7次)

http://www.pudn.com/Download/item/id/2061370.html

[打印编程] CodeDemo

c# 条码打印源码(一维条码:code39 128a 128b)另付打印程序
c# 条码打印源码(一维条码:code39 128a 128b)另付打印程序 (2010-06-08, Visual C++, 86KB, 下载84次)

http://www.pudn.com/Download/item/id/1206528.html

[打印编程] BarcodeGenerator

条码打印程序: 本程序用VC++6编写,是一个一维条码的打印演示程序,目的是为了验证和学习各种条码的编码算法。本程序可以打印各种一维条码如:code39,code93,code128,EAN13,交叉25码I2of5,codabar码。里面打包了dll可以在任何windows环境下解压运行。 目前二维条码的开发正在进行中,有兴趣的大虾们欢迎加入共同学习,共同进步。由于程序源代码比较大,有需要的可以给我发邮件: luhang33@126.com 或者QQ:280751327
Barcode printing procedure: This procedure prepared using VC++6 is a one-dimensional bar code printing demonstration program aimed at validation and in order to study a variety of bar code encoding algorithm. The program can print a variety of one-dimensional bar code such as: code39, code93, code128, EAN13, cross 25 yards I2of5, codabar code. Can be packaged inside the dll in any windows environment running decompression. At present, the development of two-dimensional bar code is in progress, there is interest in the shrimp are welcome to join the study and seek common progress. Source code because of relatively large, there is need to give my e-mail: luhang33@126.com or QQ: 280751327 (2009-03-29, Visual C++, 391KB, 下载247次)

http://www.pudn.com/Download/item/id/692380.html

[打印编程] calculate

本演示程序中,当用户输入一个合法的表达式后,能够返回正确的结果。能够计算的运算符包括:加、减、乘、除、括号;能够计算的数要求在实数范围内。对于异常表达式给出错误提示。
The demo program, when the user enters a legitimate expression, they can return the correct results. Operators can be calculated include: add, subtract, multiply, divide, square brackets able to calculate the number of requests in the real number range. Abnormal expression is given for the error. (2008-11-15, Visual C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/580449.html

[打印编程] tiaoxingchuli

条形码识别.二维条形码打印(输出为ps格式的文件),生成一维条形码,直接运行程序即可
Bar code identification. Two-dimensional bar code printing (output of ps files), generating one-dimensional bar code, can run programs directly (2007-11-14, Visual C++, 1593KB, 下载32次)

http://www.pudn.com/Download/item/id/360363.html
总计:10