登录
首页 » Visual Basic » print_kyjt

print_kyjt

于 2007-08-06 发布 文件大小:1249KB
0 219
下载积分: 1 下载次数: 134

代码说明:

  这是黑龙江省瓦斯监控系统的打印程序,实现了从access数据库中读出数据在打印机上输出的功能,长期运行,性能稳定。()

文件列表:

print_矿业集团
..............\alarmreport.mdb
..............\DataEnvironment1.DCA
..............\DataEnvironment1.Dsr
..............\DataEnvironment1.dsx
..............\DataProject.exe
..............\DataProject.vbp
..............\DataProject.vbw
..............\DataReport1.DCA
..............\DataReport1.Dsr
..............\DataReport1.dsx
..............\frmDataEnv.frm
..............\MSSCCPRJ.SCC
..............\VB10.tmp
..............\VB100.tmp
..............\VB1069.tmp
..............\VB1214.tmp
..............\VB1218.tmp
..............\VB1284.tmp
..............\VB129C.tmp
..............\VB12AE.tmp
..............\VB12FA.tmp
..............\VB130E.tmp
..............\VB139F.tmp
..............\VB13FB.tmp
..............\VB1401.tmp
..............\VB142B.tmp
..............\VB148A.tmp
..............\VB14BD.tmp
..............\VB14C9.tmp
..............\VB14DB.tmp
..............\VB14E4.tmp
..............\VB152E.tmp
..............\VB1537.tmp
..............\VB154B.tmp
..............\VB155D.tmp
..............\VB15A4.tmp
..............\VB16.tmp
..............\VB1611.tmp
..............\VB16C5.tmp
..............\VB16EB.tmp
..............\VB17.tmp
..............\VB1708.tmp
..............\VB1873.tmp
..............\VB18A5.tmp
..............\VB18DD.tmp
..............\VB190D.tmp
..............\VB1944.tmp
..............\VB195F.tmp
..............\VB1980.tmp
..............\VB199B.tmp
..............\VB19D1.tmp
..............\VB19E5.tmp
..............\VB1A38.tmp
..............\VB1A6E.tmp
..............\VB1A84.tmp
..............\VB1ACA.tmp
..............\VB1AD5.tmp
..............\VB1AE4.tmp
..............\VB1B.tmp
..............\VB1B0A.tmp
..............\VB1B31.tmp
..............\VB21.tmp
..............\VB2E.tmp
..............\VB34.tmp
..............\VB3A.tmp
..............\VB3B.tmp
..............\VB40.tmp
..............\VB41.tmp
..............\VB42.tmp
..............\VB47.tmp
..............\VB4B.tmp
..............\VB4D.tmp
..............\VB51.tmp
..............\VB52.tmp
..............\VB58.tmp
..............\VB59.tmp
..............\VB5B.tmp
..............\VB5F.tmp
..............\VB65.tmp
..............\VB6B.tmp
..............\VB6C.tmp
..............\VB72.tmp
..............\VB7C.tmp
..............\VB84C.tmp
..............\VB85.tmp
..............\VB853.tmp
..............\VB85B.tmp
..............\VB862.tmp
..............\VB868.tmp
..............\VB86E.tmp
..............\VB874.tmp
..............\VB87A.tmp
..............\VB880.tmp
..............\VB88B.tmp
..............\VB892.tmp
..............\VB89A.tmp
..............\VB8A0.tmp
..............\VB8A6.tmp
..............\VB8F.tmp

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

发表评论

0 个回复

  • Office-Word-2
    基于mfc程序演示各种操作word的方式,简单明了、容易迅速上手;各种操作注释完整。(Based on word of mfc program demonstrates the various operation modes, simple, easy to get started quickly various operating Comment integrity.)
    2014-02-26 12:50:46下载
    积分:1
  • FullScreenHeader
    说明:  vc++开发的屏幕编辑工具,已编译调试通过(vc development of the screen editing tools, compiled through debugging.)
    2006-03-28 13:58:28下载
    积分:1
  • ch02
    VB2008示例包含原代码,适合适合初学者用(Code sample contains the original code)
    2013-10-15 18:08:12下载
    积分:1
  • ch08
    Visual C++ 6.0程序设计学与用教程的聊天程序(Visual C++ 6.0 programming tutorial learning and use chat program)
    2014-04-05 07:54:20下载
    积分:1
  • haze-2016-final-paper-ieee-artifacts
    paper on haze 2016 final paper ieee artifacts by dilbag singh gill
    2017-04-05 14:49:52下载
    积分:1
  • LanTalk_sources
    Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
    2009-06-27 15:00:43下载
    积分:1
  • Programming_In_Lua
    Lua 就被设计成很容易和传统的 C/C++整合的语言。这种语言的二元性带 来了极大的好处。Lua 是一个小巧而简单的语言,因为 Lua 不致力于做 C 语言已经做得 很好的领域,比如:性能、底层操作以及与第三方软件的接口。Lua 依赖于 C 去做完成 这些任务。Lua 所提供的机制是 C 不善于的:高级语言、动态结构、简洁、易于测试和 调试等。正因为如此,Lua 具有良好的安全保证,自动内存管理,简便的字符串处理功 能及其他动态数据的改变。(Lua was designed to be easily integrated with the traditional C/C++ language. The duality of the language To the great benefits. Lua is a small and simple language, because the Lua is not committed to doing the C language has done Good domain, such as performance, the underlying operating and the interface with third party software. Lua is dependent on C to complete These tasks. Lua mechanism is provided by C are not good at: a high-level language, dynamic structure, concise, easy to test and Debugging, etc. Because of this, the Lua has good security, automatic memory management, simple string handling work Can change, and other dynamic data.)
    2014-12-26 16:52:07下载
    积分:1
  • Test
    并口通讯,通过并口控制打字机刻在自行车上,防止自行车丢失(Parallel port communication, and by the parallel port control typewriter engraved on the bike, to prevent the a bike to lost)
    2013-04-25 10:20:21下载
    积分:1
  • tingchechang
    实现停车场模拟,用栈和队列实现,用系统时间自动记录进入和出去时间(Parking achieve simulation, with stacks and queues implemented by the system automatically records the time of entry and exit time)
    2013-12-01 16:15:57下载
    积分:1
  • net finger
    connect to finger print device
    2019-04-05 00:07:59下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载