登录
首页 » Applications » 这是一个仓库管理系统,只要介绍了使用DAO开发数据库程序的综合实例,能够充分的解析了使用DAO开发数据库程序。...

这是一个仓库管理系统,只要介绍了使用DAO开发数据库程序的综合实例,能够充分的解析了使用DAO开发数据库程序。...

于 2022-02-03 发布 文件大小:88.92 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

这是一个仓库管理系统,只要介绍了使用DAO开发数据库程序的综合实例,能够充分的解析了使用DAO开发数据库程序。-This is a warehouse management system, as long as the use of database programs DAO development of comprehensive example, can fully use the analytic DAO development of the database procedures.

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

发表评论

0 个回复

  • VC developed based on a virtual oscilloscope, provides three kinds of display an...
    基于VC开发了一个虚拟示波器,提供了3种显示效果,并封装成一个类,可直接加入到工程中使用,另外还可根据提供的接口自定义开发自己想要的显示方式-VC developed based on a virtual oscilloscope, provides three kinds of display and packaging into a category, can be directly added to the engineering use, may also be provided in accordance with the interface you want to develop their own custom display
    2022-08-26 02:44:20下载
    积分:1
  • 库存管理系统实验指导书
    库存管理系统实验指导书 ------库存业务管理系统 一、前言 管理信息系统是一门实践性很强的专业课。为了使同学们在学习本课程的同时能有机会实践,特安排一个实验,即企业库存业务管理系统,这个系统以某企业ERP中物料供应管理为背景,适当作了简化。 通过这个实验,希望同学们能进一步掌握企业信息系统的分析与设计方法,同时培养多人协作完成一项工程的合作精神。-inventory management system--- experimental guidance on inventory management system for a business, the making of management information systems is a practice in the professional course. To enable students to learn in the curriculum at the same time have the opportunity to practice, a special experimental arrangement, which means that enterprises inventory management system, the system in an enterprise ERP supplies management background, proper has been simplified. Through this experiment, students can better understand the enterprise information system analysis and design methods, and train people to complete a project in collaboration spirit of cooperation.
    2022-03-15 00:36:24下载
    积分:1
  • 该程序在VC++和C环境下都可运行,上传时我用的DOC上传的大家使用时可把该文本中的程序直接复制到相应的环境下就可以运行...
    该程序在VC++和C环境下都可运行,上传时我用的DOC上传的大家使用时可把该文本中的程序直接复制到相应的环境下就可以运行-procedures in the VC and C environment can be run, I used to upload the DOC uploaded when you can use the version of the copy directly to the corresponding environment can be running
    2022-02-22 06:32:24下载
    积分:1
  • 一个房屋中介管理系统
    一个房屋中介管理系统-an intermediary Housing Management System
    2022-08-19 03:07:51下载
    积分:1
  • Visual Basic串口通信程序设计 Mscomm.vbx通信控件可直接从vb的toolbox中加入窗体form,即可用其进行通信
    Visual Basic串口通信程序设计 Mscomm.vbx通信控件可直接从vb的toolbox中加入窗体form,即可用其进行通信 -Visual Basic serial communication program design Mscomm.vbx communication control directly from the toolbox to add vb form form, you can communicate with its
    2022-03-10 19:20:54下载
    积分:1
  • 用VHDL写的交通灯控制器,基本功能齐全,和马路上十字路口的红绿灯模拟得很像的...
    用VHDL写的交通灯控制器,基本功能齐全,和马路上十字路口的红绿灯模拟得很像的-write VHDL traffic signal controllers and complete basic functions, on the road and the traffic lights crossroads as the very Simulation
    2022-12-06 07:00:03下载
    积分:1
  • Single
    单仓库设施选址决策方法,用于配送中心选址或者单仓库设施选址-Single-site warehouse facilities in the decision-making method for distribution centers or single-site storage facilities siting
    2023-05-25 03:55:03下载
    积分:1
  • 杀死ie浏览互联网时的popup广告
    杀死ie浏览互联网时的popup广告-kill ie surfing the Internet when the popup ads
    2023-07-06 19:40:03下载
    积分:1
  • positioning plates
    车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -positioning plates-- VC source code procedures 1.24 true color-
    2022-10-05 09:15:03下载
    积分:1
  • 这是一个用VC++开发的通讯录,简单适用,可供计算机专业和其他相关专业学生实习时参考使用。一定会有不小收获...
    这是一个用VC++开发的通讯录,简单适用,可供计算机专业和其他相关专业学生实习时参考使用。一定会有不小收获-This a development of the VC directory, a simple application for computer professionals and other relevant professional students attachments use and reference. Certainly there will be no small harvest!
    2023-07-22 00:00:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载