登录
首页 » 数据结构 » Netizen lc_mtt (Network Name : Lemon) to provide a more complete Supermarket sal...

Netizen lc_mtt (Network Name : Lemon) to provide a more complete Supermarket sal...

于 2023-07-27 发布 文件大小:784.31 kB
0 154
下载积分: 2 下载次数: 1

代码说明:

网友 lc_mtt (网名:柠檬) 提供的一个比较完善的超市销售管理系统(后台),漂亮的Office XP界面,功能基本完善,基于MS SQL Server 2000后台数据库开发,作者自主独立开发,对于想学习SQL Server数据库开发的网友是一个很不错的范例。有关具体信息请参见压缩包里的运行说明书。-Netizen lc_mtt (Network Name : Lemon) to provide a more complete Supermarket sales management system (background) pretty Office XP interface, improved basic functions, Based on the MS SQL Server 2000 database development background, the authors developed independently, For want to learn SQL Server database development in the discussion is a very good example. The specific information please refer to a bundle of the compression operation manuals.

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

发表评论

0 个回复

  • online admissions system
    这是一个大学录取系统,负责一所大学的录取工作asp.net使用mssql 2005后端数据库。提前欢迎
    2023-04-06 04:35:03下载
    积分:1
  • 实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径...
    实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径-achieve a critical path algorithm. Given some point and fixed-point to the right path of duty between 2:00 seek the shortest path
    2022-04-28 16:41:55下载
    积分:1
  • 动态连接ODBC库.使用通过源的名称动态链接访问ODBC库,如果程序中使用的库程序运行时是不确定的,库表中的域和记录可能被改变,那么通过指向...
    动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向数据库的数据源动态的对该数据库进行操作是比较好的方法.-Dynamic Link ODBC database. Data sources through the use of the name of Dynamic Link visit ODBC databases, If the procedure is used in the database program running is uncertain, database table fields and the record is likely to be altered, So, through the database at the data source dynamic database operation that is a better one.
    2022-03-12 07:15:11下载
    积分:1
  • 与算法
    数据结构与算法-程序、素材---使用矩阵类-Data Structures and Algorithms- procedures, materials--- the use of matrices
    2022-05-24 05:17:33下载
    积分:1
  • development of the database is the most basic management software, a data input...
    录入数据是开发数据库管理软件最基本的工作,录入数据有多种方法,本方法通过药品库入库登记来说明利用表格录入数据的方法.单击登记按纽,选择"供应商"全称,经手人,结算方式"等信息,在表格中输入入库药品的信息,在药品编号列选择药品编号后回车,将自动填入该药品的基本信息,用户在最后一列回车后自动添加新的记录.-development of the database is the most basic management software, a data input methods, the method for warehousing drugs through registration forms to illustrate the use of data input methods. Click registration button, select the "supplier" designation, handling, clearing way "information, etc. input forms in the arsenal of drugs, the drugs listed No. No. choice after the transport drugs, will automatically fill in the basic information of drug users in the final after a carriage return automatically add new records.
    2022-06-15 05:02:51下载
    积分:1
  • 一个用VB开发的文件管理程序
    一个用vb开发的档案管理程序-a development with vb file management procedures
    2022-02-02 08:57:59下载
    积分:1
  • 单源最短路径算法的C语言实现,刚学算法时写的,多多指教
    单源最短路径算法的C语言实现,刚学算法时写的,多多指教
    2022-02-04 11:00:57下载
    积分:1
  • 哈弗曼编码/译码系统
    设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。1.初始化。任意读入一个ASCII编码的文件,统计数据,建立哈夫曼树。2.编码。利用已建立的哈夫曼树给出每个字符的哈夫曼编码。3.图形化输出哈夫曼树中各结点以及哈夫曼编码。4.译码。利用已建立的哈夫曼树对输入文件进行译码并存储为.huf压缩文件。5.反译码。将huf文件译码为ASCII编码的txt文件,与原txt文件进行比较。
    2022-03-09 20:49:57下载
    积分:1
  • depth search algorithm, solved from the point of origin j s close of the shortes...
    深度搜索算法,求解从起源点s到点j的最短路径算法的基本过程-depth search algorithm, solved from the point of origin j s close of the shortest path algorithm for the basic process
    2023-07-28 16:45:02下载
    积分:1
  • err
    魔王语言解释 [问题描述] 有一个魔王总是使用自己的一种非常精练而又抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) α 转换为 β1β2…βm (2) (θδ1δ2…δn) 转换为 θδnθδn-1… θδ1θ 在这两种形式重,从左到右均表示解释。试写一个魔王语言的解释兄,把他的话解释成人能听得懂的话。 [基本要求] 用下述两条具体规则和上述规则形式(2)实现。设大写字母表示魔王语言的词汇;小写字母表示人的语言词汇;希腊字母表示可以用大写字母或小写字母代换的变量。魔王语言可含人的词汇。 (1)B 转换为 tAdA (2)A 转换为 sae [测试数据] B(exnxgz)B解释成tsaedsaeezegexenehetsaedsae 若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一直鹅地上一只鹅”。 t d s a e z g x n h 天 地 上 一只 鹅 追 赶 下 蛋 恨 -err
    2022-04-09 12:10:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载