登录
首页 » Visual C++ » ClientImformationSystem

ClientImformationSystem

于 2020-11-07 发布 文件大小:3442KB
0 276
下载积分: 1 下载次数: 5

代码说明:

  MFC的增删查改基本功能的实现,对于初学者来说还算不错(MFC s basic CRUD functionality, pretty good for beginners)

文件列表:

客户信息管理系统
................\addxinxi.cpp,3230,2012-10-06
................\addxinxi.h,1392,2012-10-06
................\Adosql.cpp,1066,2012-10-04
................\Adosql.h,654,2012-09-21
................\caozuo.aps,31352,2012-10-16
................\caozuo.clw,8017,2012-10-20
................\caozuo.cpp,2144,2012-10-04
................\caozuo.dsp,5182,2012-10-07
................\caozuo.dsw,520,2012-09-21
................\caozuo.h,1393,2012-09-21
................\caozuo.ncb,484352,2012-10-20
................\caozuo.opt,59904,2012-10-20
................\caozuo.plg,1349,2012-10-20
................\caozuo.rc,15699,2012-10-07
................\caozuoDlg.cpp,8298,2012-10-07
................\caozuoDlg.h,1533,2012-10-07
................\chakanfenxi.cpp,7419,2012-10-07
................\chakanfenxi.h,1459,2012-10-07
................\Debug
................\.....\addxinxi.obj,59200,2012-10-07
................\.....\Adosql.obj,41049,2012-10-04
................\.....\caozuo.exe,200823,2012-10-20
................\.....\caozuo.ilk,549204,2012-10-20
................\.....\caozuo.obj,17173,2012-10-07
................\.....\caozuo.pch,7769344,2012-09-21
................\.....\caozuo.pdb,697344,2012-10-20
................\.....\caozuo.res,7116,2012-10-07
................\.....\caozuoDlg.obj,98199,2012-10-07
................\.....\chakanfenxi.obj,93218,2012-10-07
................\.....\Delete.obj,77186,2012-10-06
................\.....\denglujiemian.obj,72430,2012-10-07
................\.....\msado15.tlh,90844,2012-06-06
................\.....\msado15.tli,76729,2012-06-06
................\.....\StdAfx.obj,133459,2012-09-21
................\.....\vc60.idb,353280,2012-10-20
................\.....\vc60.pdb,585728,2012-10-20
................\.....\xiugai.obj,107959,2012-10-06
................\.....\xiugaimima.obj,63609,2012-10-06
................\.....\zhuce.obj,47537,2012-10-20
................\Delete.cpp,4683,2012-10-06
................\Delete.h,1293,2012-10-06
................\denglujiemian.cpp,3399,2012-10-07
................\denglujiemian.h,1337,2012-10-05
................\msado15.tlh,90636,2012-06-06
................\msado15.tli,76625,2012-06-06
................\ReadMe.txt,3579,2012-09-21
................\res

................\...\caozuo.rc2,398,2012-09-21
................\resource.h,4633,2012-10-07
................\StdAfx.cpp,208,2012-09-21
................\StdAfx.h,1181,2012-09-21
................\user.mdb,315392,2012-10-07
................\xiugai.cpp,9961,2012-10-06
................\xiugai.h,1534,2012-10-06
................\xiugaimima.cpp,2578,2012-10-06
................\xiugaimima.h,1273,2012-10-06
................\zhuce.cpp,1940,2012-10-20
................\zhuce.h,1218,2012-10-05

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

发表评论

0 个回复

  • HomeWork
    生产者消费者实现进程的共享 CSemaphore(Producers and consumers)
    2009-11-22 10:27:23下载
    积分:1
  • faxengine-1.0.3
    fax engine 传真引擎 relay fax 的开源项目 商业软件使用 高质量 高可靠(fax engine fax relay fax engine open source software projects using high-quality commercial high reliability)
    2005-03-21 23:10:03下载
    积分:1
  • MisGoldPrinterOpenSource
    是一款小巧的打印功能的源码,实现报表打印功能,有打印预览,打印纸张数,自选打印列数等(Is a compact source code printing capabilities to achieve printing functions, a print preview, print, paper number, print out a few other choice)
    2010-07-02 16:27:28下载
    积分:1
  • TreeEditor
    VC TreeView树控件的应用(拖放、删除、添加、重命名),精选学习源码,很好的参考资料。(Application of VC TreeView tree controls (drag and drop, add, delete, rename), select learning source code, a good reference.)
    2013-12-25 10:29:49下载
    积分:1
  • myBthchat
    Windows mobile上蓝牙通讯Windows mobile上蓝牙通讯
    2009-10-14 18:14:38下载
    积分:1
  • Delaunay
    三维重建中散乱点云数据的常用网格生成算法delaunay三角网格生成算法(delaunay triangular mesh generation algorithm)
    2016-11-08 18:24:50下载
    积分:1
  • 23424RingggSDK-
    推荐一个界面库:RingSDK 相当漂亮的vc++ GUI库(Suggest an interface library: RingSDK pretty vc++ GUI library)
    2013-01-17 13:52:22下载
    积分:1
  • ajks
    说明:  许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度(many modern floating point unit of a major system structure and function is to be a follow closely behind multiplication and addition of implementation as a single operator, with no intermediate rounding error. For example, Intel's Itanium architecture provides a number of directives to the ternary operator (a* b, c), (a* b-c) and (c-a* b) each have a portfolio to a single floating point instructions (Fullmetal respectively, and fms fnma) . These individual instruction than the implementation of an independent and additive multiplication instructions quickly, and because no middle multiplication into homes, so more precise. The optimization can significantly increase those containing more than staggered multiplication and addition operations function of the speed)
    2006-03-23 20:52:57下载
    积分:1
  • Roamsteps20020818
    说明:  利用实时最优化自适应网格算法绘制大规模地形,算法经典,绝对可用,注释清楚。(optimize the use of real-time adaptive grid massive terrain mapping algorithm, the algorithm classics, and absolutely available Notes clear.)
    2005-12-02 10:46:46下载
    积分:1
  • a4tech_wwwrfw33_764
    ABB公司报价系统。一个工业控制和过程自动化方面的很好很强大的系统(Quotation System ABB company. An industrial process control and automation system very good very strong)
    2009-05-07 09:34:08下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载