登录
首页 » Windows开发 » 名片、胸卡+条形码打印 使用ppBDEPipeline控件

名片、胸卡+条形码打印 使用ppBDEPipeline控件

于 2022-06-16 发布 文件大小:761.57 kB
0 264
下载积分: 2 下载次数: 1

代码说明:

名片、胸卡+条形码打印 使用ppBDEPipeline控件-lgt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Napster源程序
    Napster源程序-Napster source
    2022-02-05 15:29:13下载
    积分:1
  • calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n...
    计算A(n,x,y),当n0,y0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行这一过程,直到最后求得最初的函数值-calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n, x, y-1) to replace, B = A (n, x, y-1 ). In the calculation of A (n, x, y-1), before first parameter n, x, y saved, the question calculate A (n, x, y-1) value, based Value B, A calculation of return (n, B , x). If calculated A (n, x, y-1), there is still y-1gt; 0, but also to n, x, y-1 saved, the calculation of A (n, x, y-2 ),..., until value can be calculated and then back to calculate the median repeated the process, until the last strike initial function
    2022-08-21 01:32:18下载
    积分:1
  • 相当不错的C++ 基本数据和输入输出课件
    相当不错的C++ 基本数据和输入输出课件-Fairly good C++ Basic input and output data and courseware
    2022-01-26 00:21:43下载
    积分:1
  • 这种程序实在是简单得不能再简单,网上随处可见,不过我既然写了一个,也放上来吧,附上源码。使用方法请查看压缩包中的Readme文件。...
    这种程序实在是简单得不能再简单,网上随处可见,不过我既然写了一个,也放上来吧,附上源码。使用方法请查看压缩包中的Readme文件。 -this procedure is utterly simple, Internet can be seen everywhere, but since I was an also Fangshanglai bar, accompanied source. Please see use of compressed readme file.
    2023-08-22 17:40:03下载
    积分:1
  • tinyXMl xml文件解析库
    tinyxml是小巧的xml文件解析库,使用方便,功能强大。易学易用。。。 (1)TinyXML是一个开源的解析xml的库,使用面向对象技术开发。能够在windows和linux下使用。通过库的解析,将xml文件在内存中以DOM模型的方式存在,很方便遍历各个节点。 (2)将库文件加载到工程:下载的库文件为几个头文件和几个cpp文件,只要将这几个文件添加到开发工程即可。 在使用库文件的文件内,包含tinyxml.h头文件。 (3)tinyxml的源码中,根据xml文件的各个元素定义了操作的类。 TiXmlBase:整个TinyXML模型的基类。 TiXmlAttribute:对应于XML中的元素的属性。 TiXmlNode:对应于DOM结构中的节点。 TiXmlComment:对应于XML中的注释 TiXmlDeclaration:对应于XML中的申明部分,即。 TiXmlDocument:对应于XML的整个文档。
    2022-03-09 14:51:35下载
    积分:1
  • Introduction to JQuery started JQuery entry JQuery
    JQuery入门 JQuery入门-Introduction to JQuery started JQuery entry JQuery
    2022-06-29 06:55:37下载
    积分:1
  • 用于使用xp做为打印服务器,提示会话数过多的问题。
    用于使用xp做为打印服务器,提示会话数过多的问题。-For the use of xp as print server, suggesting that the problem of too many conversations.
    2022-01-31 15:13:10下载
    积分:1
  • 包括典型的生成字典序排列和快速排序料到典型的源代码
    包括典型的生成字典序排列和快速排序料到典型的源代码-Including the generation of typical lexicographic order and quick to sort thought the source code of a typical
    2023-05-12 10:25:04下载
    积分:1
  • Exemplo Implementação 指纹
    Exemplo de implementação 做 leitor de Exemplo de implementação 做 leitor de Exemplo de implementação 做 leitor de 数字指纹的数字指纹的数字指纹
    2022-05-05 16:06:26下载
    积分:1
  • 进程是程序在一个数据集合上运行的过程,进程是并进行的,也即系统中的多个进程轮流的占用处理器运行。 我们把若干个进程都能进行访问和修改的那些变量称为公共变...
    进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。 我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。 -process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
    2023-01-24 21:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载