登录
首页 » Windows开发 » 用VC 6.0 MFC开发的餐厅管理系统,非常实用

用VC 6.0 MFC开发的餐厅管理系统,非常实用

于 2022-06-12 发布 文件大小:491.63 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

用VC 6.0 MFC开发的餐厅管理系统,非常实用-Developed using VC 6.0 MFC restaurant management system, very useful

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

发表评论

0 个回复

  • 快速注册/注销字体到位(Windows)
    如何快速注册Windows字体,然后迅速注销它在的地方。有什么用呢?我创建的字体编辑字体,然后测试它,因为它出现在另一个程序。 ;我做的每一个字符检查。所以我必须执行许多操作,如:安装字体到系统,从系统中删除字体。我这么做是通过使用标准的Windows工具。这是简单的,但一个苦差事因为大量重复操作。减少点击次数必须防止沸腾的灰质。决策 ;在Windows API函数便已发现两addfontresource和删除字体资源。随着Visual Studio帮助创建了两个简单的C程序 ; ; ; ;使用它们:addfont.exe -在系统中注册的字体;removefont.exe -从系统中删除一个字体。使用应用程序我们的路径表示有计划& lt;程序路径>;,路径和字体afont.ttf,您需要注册/从系统中删除,表示为& lt;字体路径& gt;。 ;然后,注册字体,进入命令提示符: ;; addfont.exe & lt;字体路径>; afont.ttf ;或者,如果路径或名称包含空格 ;“; addfont。EXE”& lt;字体路径>;种形式。”注销的字体,在命令提示符下输入: ;; removefont.exe & lt;字体路径>; afont.ttf ;或者,如果路径或名称包含空格 ;“; removefont。EXE”& lt;字体路径>;种形式。”对于这些命令,你可以在桌面上创建快捷方式的快捷方式和分配热键。所以,注册和注销系统和从系统中删除字体可以做分数秒时按下相应的快捷键。 ;字体文件是永远存在的,在那里他和不可复制。
    2022-01-26 06:28:53下载
    积分:1
  • Design using LabVIEW virtual mouse, has a certain reference value
    采用labview设计的虚拟鼠标,有一定参考价值-Design using LabVIEW virtual mouse, has a certain reference value
    2022-03-31 05:07:25下载
    积分:1
  • 支持十六进制/二进制编辑 支持文件内查找/十六进制输出 允许文字大小/类型/颜色/背景的设置...
    支持十六进制/二进制编辑 支持文件内查找/十六进制输出 允许文字大小/类型/颜色/背景的设置 -support hexadecimal/binary file editing support within Search/hexadecimal characters allow output size/type/color/background settings
    2022-03-21 05:13:36下载
    积分:1
  • ENHKBD compilation source
    ENHKBD汇编源码-ENHKBD compilation source
    2022-03-04 00:25:59下载
    积分:1
  • vs2013磁盘遍历
    资源描述利用vs2013快速实现磁盘遍历,可以很好的理解磁盘结构,嵌入式开发时也可以借鉴
    2022-05-13 05:36:51下载
    积分:1
  • similar resource management for internal adjustment frame parody
    类似资源管理器内部调整边框的模仿-similar resource management for internal adjustment frame parody
    2022-03-17 10:08:46下载
    积分:1
  • 这是一个图论的算法程序,是关于求关节点的程序,经过调试完全好用....
    这是一个图论的算法程序,是关于求关节点的程序,经过调试完全好用.-This is a graph algorithm procedure is a key point on the request procedures are followed, debugging completely handy.
    2022-09-25 02:20:03下载
    积分:1
  • 使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输...
    使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of the system) system will accept user input a name, the name of the paper document may contain A Chinese and English characters such as newline characters enter. B) System user input in identifying the existence of a document after document A pair of processed produce another document B, B requested documents Explicit document contains all the elements of A and A does not change the document has some content. C) A system in the document did not exist circumstances, it can be found B of A to retain the content has been modified. Such changes include the deletion/A increased to a certain line of information in the contents of A Increase/delete/change certain characters.
    2022-03-22 01:16:46下载
    积分:1
  • 深入浅出vc++入门,进阶与应用实例的源码第四部分,对于初学者有很多帮助...
    深入浅出vc++入门,进阶与应用实例的源码第四部分,对于初学者有很多帮助-Easy vc++ entry, advanced source code examples and application of the fourth part of a lot of help for beginners
    2022-01-31 11:50:16下载
    积分:1
  • 98下的按键拦截驱动,VC++6和Vtools编译
    98下的按键拦截驱动,VC++6和Vtools编译-98 keys under the driver interception, VC 6 and Vtools compiler
    2023-03-22 09:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载