登录
首页 » C# » 餐饮管理系统,有基础信息管理、系统维护、系统设置、窗口布局等...

餐饮管理系统,有基础信息管理、系统维护、系统设置、窗口布局等...

于 2023-06-22 发布 文件大小:1.21 MB
0 90
下载积分: 2 下载次数: 1

代码说明:

餐饮管理系统,有基础信息管理、系统维护、系统设置、窗口布局等-Restaurant Management System, there is basic information management, system maintenance, system settings, window layouts, etc.

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

发表评论

0 个回复

  • yejin-miaobiao
    基于msp430单片机的秒表及12864函数,经过149及169验证的(Msp430 microcontroller based function stopwatch and 12864, after 149 and 169 validation)
    2011-07-23 19:52:00下载
    积分:1
  • FILEMANIPULATE
    FileManipulate是一个基于对话框的MFC应用程序,实现了文件的删除、复制和移动等功能。(FileManipulate is a dialog-based MFC application that implements file to delete, copy and move functions.)
    2013-11-18 23:00:28下载
    积分:1
  • TinyVpnDotNet 国外vpn 换ip 示例源码 DotRas实现
    DotRas实现的
    2014-03-18下载
    积分:1
  • 图像处理GUI图形代码,matlab m文件
    matlab图像处理GUI框架函数,研究生期间学习的,内置多种算法
    2022-01-25 21:40:02下载
    积分:1
  • upload and download files, application management and teachers courseware. Well,...
    上传和下载文件,适用与教师管理课件。 不错的,值得下载来-upload and download files, application management and teachers courseware. Well, it is worth downloading to see! !
    2022-06-20 00:51:07下载
    积分:1
  • ov7670采集图像并在LCD上显示,并传到PC上位机
    ov7670通过STM32采集图像,在LCD上显示,并通过串口DMA传给PC上位机
    2023-06-10 22:20:04下载
    积分:1
  • ber_ldpc2
    ber_ldpc G(F)non bariny LDPC code
    2013-12-23 15:35:51下载
    积分:1
  • cdma20001XEVDV
    这是cdma2000的一个分组调度算法实例,里面内容非常详细,运行能通过(This is a cdma2000 packet scheduling algorithm for example, which is very detailed, running through the)
    2009-02-09 11:19:53下载
    积分:1
  • 堆栈四则运算
    /* 在BC31下编译 或VC6.0*/ /* compile under Borland C++ 3.1 or Visual C++ 6.0*/ /*#include "stdafx.h"*/ #include "stdio.h" #include "string.h" #include "stdlib.h" #include "conio.h" #define TRUE 1 #define FALSE 0 #define STACK_INIT_SIZE 100/*存储空间初始分配量*/ #define STACKINCREMENT 20/*存储空间分配增量*/ typedef struct { int *pBase;/*在构造之前和销毁之后,base的值为NULL*/ int *pTop;/*栈顶指针*/ int StackSize;/*当前已分配的存储空间,以元素为单位*/ }Stack; typedef int BOOLEAN;   char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/ char Optr;/*操作符*/ int Opnd=-1;/*操作符*/ int Result;/*操作结果*/ /
    2022-07-17 12:33:54下载
    积分:1
  • FFTandpowr
    利用MATLAB和VC共同开发的信号处理程序。(Using MATLAB and VC joint development of signal processing.)
    2010-05-31 23:56:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载