登录
首页 » Visual C++ » keshe

keshe

于 2014-06-29 发布 文件大小:944KB
0 369
下载积分: 1 下载次数: 2

代码说明:

  关于c语言课设的粮油公司进销存管理系统的课程设计 有货物管理(物资的添加,删除,修改) 有账目管理 可以查询账目清单 可以计算年度或月份或季度利润 (the program about visual c is that Warehouse Management System of company )

文件列表:

keshe
.....\1.c,5920,2012-11-24
.....\1.dsp,3339,2012-11-24
.....\1.dsw,510,2012-11-24
.....\1.ncb,41984,2012-11-24
.....\1.opt,48640,2012-11-24
.....\1.plg,899,2012-11-24
.....\11.dsw,512,2012-11-21
.....\11.ncb,33792,2012-11-21
.....\11.opt,48640,2012-11-21
.....\data,352,2012-11-25
.....\Debug
.....\.....\1.exe,196683,2012-11-24
.....\.....\1.ilk,210620,2012-11-24
.....\.....\1.obj,11208,2012-11-24
.....\.....\1.pch,177484,2012-11-23
.....\.....\1.pdb,500736,2012-11-24
.....\.....\liangyougongsi5100908.exe,229471,2012-11-25
.....\.....\liangyougongsi5100908.ilk,273676,2012-11-25
.....\.....\liangyougongsi5100908.obj,25585,2012-11-25
.....\.....\liangyougongsi5100908.pch,199056,2012-11-18
.....\.....\liangyougongsi5100908.pdb,574464,2012-11-25
.....\.....\vc60.idb,33792,2012-11-25
.....\.....\vc60.pdb,53248,2012-11-25
.....\liangyougongsi5100908.c,6883,2011-11-02
.....\liangyougongsi5100908.dsp,3579,2012-11-25
.....\liangyougongsi5100908.dsw,550,2012-11-25
.....\liangyougongsi5100908.ncb,41984,2012-11-25
.....\liangyougongsi5100908.opt,48640,2012-11-25
.....\liangyougongsi5100908.plg,829,2012-11-25
.....\综合性程序设计报告.doc,630272,2012-11-25

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

发表评论

0 个回复

  • 6.6.0.1
    6.6源代码,主要是服务器内核部分,供大家参考(6.6 source code, the main server is part of the kernel, for your reference)
    2013-01-22 11:08:37下载
    积分:1
  • Calculator
    用C++实现的可计算多位数的四则运算计算器,能够自动跳过空格(Implemented in C++ calculate the multi-digit arithmetic calculator that can automatically skip a space)
    2011-11-30 21:28:35下载
    积分:1
  • CPPPrimer
    C++Primer中文版,讲解C++的语法内容和使用。是一本不错的资料(C++Primer Chinese version, to explain the syntax and the use of C++. Is a good information)
    2016-09-02 13:43:56下载
    积分:1
  • CLOCK
    以实例为背景学习基于MFC的WINDOWS应用程序设计,编写一个模拟时钟程序,此程序在屏幕左边有一个指针式钟面,右方有两个矩形框,上面以数字方式显示日期和时间,该时间应与指针显示的时间一致,下方的矩形框作为秒表。用菜单选项或按钮设置时间和秒表。时间不必与机器系统时间相同,可任意设置。(Background-instance learning WINDOWS MFC-based application design, the preparation of an analog clock program, this program has a pointer on the screen on the left clock face, on the right there are two rectangular box, above digitally display the date and time, which should be consistent with the pointer display time, and the lower rectangular box as a stopwatch. With a menu option or button to set the time and stopwatch. Time Machine does not have the same system time can be set arbitrarily.)
    2013-10-17 15:52:11下载
    积分:1
  • kda
    linux内核开发中文版电子书好东东大家分享不可多得(linux kernel development of the Chinese version of e-books to share a rare good Dongdong)
    2009-01-09 13:50:52下载
    积分:1
  • 1213
    远程木马编程DIY之系统服务13试,适合开发远控软件和木马开发人员。(Remote DIY Trojan programming system services13, suitable for the development of remote control software and Trojan developer.)
    2012-05-14 09:47:18下载
    积分:1
  • nRF24L01
    nRF24L01示例程序,官方的,试验通过。(nRF24L01 sample program, the official trial through.)
    2010-06-11 21:36:03下载
    积分:1
  • Fscrn
    VC MFC全屏显示切换示例,精选学习源码,很好的参考资料。(VC MFC full screen display switching example, select learning source code, a good reference.)
    2013-12-25 10:26:24下载
    积分:1
  • FG12864
    LCD驱动软件,st7565r液晶显示,串行模式(LCD driver software, st7565r liquid crystal display, serial mode)
    2007-11-05 23:21:30下载
    积分:1
  • LNode
    1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。 2、 遍历单向链表。 3、 把单向链表中元素逆置(不允许申请新的结点空间)。 4、 在单向链表中删除所有的偶数元素结点。 5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。 6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。 7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间). 9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。 10、 在主函数中设计一个简单的菜单,分别调试上述算法。 (visual c)
    2009-03-26 10:10:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载