登录
首页 » Visual C++ » VC_program_source_code_achieve_order_management_sy

VC_program_source_code_achieve_order_management_sy

于 2010-08-13 发布 文件大小:440KB
0 174
下载积分: 1 下载次数: 5

代码说明:

  VC实现订单管理系统程序源码VC program source code to achieve order management system(VC program source code to achieve order management system)

文件列表:

VC实现订单管理系统程序源码
..........................\Bin
..........................\...\OFManage.exe,475136,2005-10-16
..........................\...\Tips.txt,215,2009-09-14
..........................\Database
..........................\........\BackupDB.sql,577,2005-10-16
..........................\........\CreateDB.sql,1412,2005-10-16
..........................\........\DropDB.sql,551,2005-10-16
..........................\........\OFSys,933376,2005-10-16
..........................\........\RestoreDB.sql,581,2005-10-16
..........................\Doc
..........................\...\ReadMe.txt,780,2009-09-14
..........................\Src
..........................\...\EditListView.cpp,5492,2005-10-16
..........................\...\EditListView.h,2411,2009-09-14
..........................\...\GoodsSet.cpp,1464,2005-10-15
..........................\...\GoodsSet.h,1370,2009-09-14
..........................\...\GoodsView.cpp,12115,2005-10-16
..........................\...\GoodsView.h,2249,2009-09-14
..........................\...\HyperLink.cpp,11993,2004-08-21
..........................\...\HyperLink.h,3301,2009-09-14
..........................\...\LoginDlg.cpp,3391,2005-10-16
..........................\...\LoginDlg.h,1507,2005-10-16
..........................\...\MainFrm.cpp,4733,2005-10-16
..........................\...\MainFrm.h,1904,2009-09-14
..........................\...\OFManage.cpp,7571,2009-09-14
..........................\...\OFManage.dsp,7632,2005-10-16
..........................\...\OFManage.dsw,541,2005-10-15
..........................\...\OFManage.h,1506,2005-10-15
..........................\...\OFManage.rc,15315,2005-10-16
..........................\...\OFManage.sln,905,2005-10-16
..........................\...\OFManage.vcproj,14283,2005-10-16
..........................\...\OFManageDoc.cpp,1782,2005-10-09
..........................\...\OFManageDoc.h,1582,2005-10-10
..........................\...\OFManageView.cpp,20808,2005-10-16
..........................\...\OFManageView.h,3087,2009-09-14
..........................\...\OFSet.cpp,1577,2005-10-16
..........................\...\OFSet.h,1382,2005-10-16
..........................\...\ReadMe.txt,4359,2005-10-09
..........................\...\res

..........................\...\...\26.ico



..........................\...\...\FX.BMP,360054,2005-10-14
..........................\...\...\idr_main.ico,3262,2005-10-09
..........................\...\...\litebulb.bmp,1178,2005-10-15
..........................\...\...\mainfram.bmp,934,2005-10-14
..........................\...\...\OFManage.ico,1078,2005-10-09
..........................\...\...\OFManage.rc2,400,2005-10-09
..........................\...\...\OFManageDoc.ico,1078,2005-10-09
..........................\...\...\ok.bmp,5160,2005-10-09
..........................\...\...\Toolbar.bmp,934,2005-10-14
..........................\...\resource.h,2148,2005-10-15
..........................\...\RestrictDateTimeCtrl.cpp,1368,2005-10-16
..........................\...\RestrictDateTimeCtrl.h,1529,2009-09-14
..........................\...\RestrictEdit.cpp,5001,2005-10-16
..........................\...\RestrictEdit.h,2342,2009-09-14
..........................\...\Splash.cpp,3201,2005-10-14
..........................\...\Splash.h,1195,2009-09-14
..........................\...\StdAfx.cpp,210,2005-10-09
..........................\...\stdafx.h,1193,2009-09-14
..........................\...\TipDlg.cpp,5934,2005-10-15
..........................\...\TipDlg.h,1170,2005-10-15
..........................\...\Tips.txt,213,2005-10-15
..........................\...\UserSet.cpp,1227,2005-10-15
..........................\...\UserSet.h,1317,2009-09-14

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

发表评论

0 个回复

  • SystemDll
    SystemDll,抱括截获用户输入,且寄生成系统外壳程序,将其存成文件,发送到指定的EMAIL里...不要用于非法,一切与本人无关(SystemDll, have intercepted, including user input, and parasitic into the system shell to be saved as documents sent to the specified EMAIL ri ... not used in the illicit, and all I had nothing to do with)
    2008-01-04 09:32:00下载
    积分:1
  • LNode
    1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。 2、 遍历单向链表。 3、 把单向链表中元素逆置(不允许申请新的结点空间)。 4、 在单向链表中删除所有的偶数元素结点。 5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。 6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。 7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间). 9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。 10、 在主函数中设计一个简单的菜单,分别调试上述算法。 (visual c)
    2009-03-26 10:10:27下载
    积分:1
  • READ-TXT
    可以逐行读取文本文件,并在LISTBOX框中显示出来,主要语言是VC(Can be read line by line text file, and LISTBOX box displayed, the main language is VC)
    2017-01-18 19:18:18下载
    积分:1
  • G722_1Decoder
    G722_1Decoder 是一个基于C的可供移植的DLL, 可以用于引入到.Net程序,只需调用DllImport即可方便地在.Net Project 里使用,可用于多媒体在网络中的实时音频传输和播放。(Is a G722_1Decoder of available C based on the DLL, can be used for the introduction of the. Net program, simply call the DllImport can easily. Net Project in use, can be used for multi-media in the network of real-time audio and video transmission.)
    2020-10-26 01:00:00下载
    积分:1
  • RefrainChild
    限定MDI子框架窗口的最大、最小尺寸,C++精选学习源码,很好的参考资料。(Defining the maximum, minimum size MDI sub frame window, select learning C++ source code, a good reference.)
    2013-11-27 07:27:10下载
    积分:1
  • CS
    说明:  客户机/服务器模式(Client/Server model)。该模式的建立基于以下两点:1、网络上主机的非对等作用;2、通信完全是异步的。()
    2008-07-06 10:36:51下载
    积分:1
  • Windows-jiemianbiancheng
    windows界面编程的代码,,基本的界面操作都可以实现。(windows programming interface code. .)
    2013-04-20 16:45:09下载
    积分:1
  • VCWindow
    一个VC++绘制窗口界面的代码,可以延伸到其他的控件(A VC++ interface code for drawing window can be extended to other controls)
    2010-01-31 17:19:00下载
    积分:1
  • Wavelet-Transform
    基于TMS320C5502的小波变换程序,代码简洁,适合作于学习DSP开发的学习参考程序(TMS320C5502-based wavelet transform procedures, the code is simple and suitable for the development of learning to learn DSP reference program)
    2013-07-13 21:35:12下载
    积分:1
  • opnet
    OPNET上实现的原码,与卫星通信有关,有兴趣的可以下载(OPNET to achieve the original code, relating to satellite communications, are interested in can be downloaded)
    2021-03-09 16:09:27下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载