搜索资源列表
餐厅结帐管理
- 餐厅结账管理程序提供中小型餐厅所需要的点菜结账功能,并提供几种常用的统计报表以及各个数据库的管理维护功能。操作界面简洁方便,操作简单,运行稳定。 程序编写工具为C++Builder6,在其数据库相关的技术基础之上完成,数据库类型为Paradox,它是一种与C++Builder的BDE(Borland Database Engine)结合最为紧密的数据库驱动类型。程序从餐厅结账管理的实际情况出发,通过对实际问题的分析,算法和交互界面的设计与实现,程序的编写和调试等过程,最终实现了预求的餐厅结账管
2进销存管理系统
- 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
几个小型设计
- 几个小型设计项目。算法说明比较详细,可参考。希望对有此需要的学生有参考价值。-few small design projects. A more detailed note algorithm can be found. Hope is such a need for students to have the reference value.
九宫格
- 九宫格的A*算法实现 可以选择两个估价函数,完成九宫格的自动求解。指导学生完成的一个优秀的课程设计,附完整的源代码和课程设计文档,主要是算法。-Jiugongge the A * algorithm can choose two valuation function, complete Jiugongge automatic solution. Students completed an outstanding curriculum design, with complete source co
xushengxuexiguanglixitong
- 设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能: 1.总成绩要求自动计算; 2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现); 3. 排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。 -design of a student information management system, targeting students at le
Struts+Hibernate.zip
- 本程序所写的排课,选课系统是采用Hibernate+Struts架构的来设计的, 同时具有排课和选课的双重功能,本程序的排课算法并不适用于多方面的需求, 而是只满足于学生选课, 管理员排课的一个简单的模型结构,而且只一个信息科学与技术这一个系部,功能方面相对有限一个排课选课系统,This procedure written Timetable, elective system is the use of Hibernate Struts framework to design, and at
paike.rar
- 基于回溯算法的排课系统的设计与实现论文 caj格式,Algorithm based on the back of the Course Scheduling System Design and Implementation
kalman1
- kalman滤波算法的分析设计,首先分析设计模型,再进行初始化,最后进行kalman迭代计算,得到结果-kalman filter algorithm analysis and design, analysis and design models first, then initialized, and finally the kalman iterative calculations, the results
jixie
- 六杆机构C语言 算法,机械原理用,特别是在课程设计时-Six bodies C language algorithm used mechanical principles, especially in the course design ...
huisuo
- 算法设计课程设计中,回溯算法的c++代码实现-Algorithm design course design, the retrospective algorithm c++ code to achieve
OI_ICPC
- 国际大学生程序设计大赛试题,解析,辅导。算法设计的好资料-International Collegiate Programming Contest examination questions, analysis and counseling. Good information on algorithm design
Automatic_traffic_control_system_algorithm_design.
- 自动交通控制系统算法设计Automatic traffic control system algorithm design-Automatic traffic control system algorithm design Automatic traffic control system algorithm design
aaaa
- 超市收银管理程序的设计与实现1、系统应具备的功能: (1)商品管理人员对商品信息(商品号、商品名、单价)进行输入、删除、修改和查询。 (2)收银人员录入商品号及购买数量,计算应付钱数,实收钱数和应找钱数。 (3)对销售情况进行查询。 2、数据结构设计; 3、主要算法设计; 4、编程及上机实现; 5、撰写课程设计报告,包括: -Supermarket cash register management program design and implementation
ssgl
- 工具:PowerBuilder,sql数据库,关系数据库sql语句实现有关功能 算法设计: 算法描述:该功能完成对学生的学号,姓名,性别,班级,政治面貌等学生的基本信息的描述。 -Tools: PowerBuilder, sql database, relational database sql statement to achieve the functional algorithm design: Algorithm Descr iption: The function to c
01backpack
- 算法设计与分析01背包优化问题实验 0-1背包问题: : 有N个物品和一个背包,其中: 物品具有重量 (w1, w2, …, wn) 和价值 (v1, v2, …, vn) 背包的最大重量承受限制为c 如何放置物品可得最高价值? 思路:动态规划 -Algorithm Design and Analysis 01 knapsack optimization experiments 0-1 knapsack problem :: with N items and a back
MaxMin
- 算法设计与分析 分治法求数组中的最大最小值-Divide and conquer algorithm design and analysis method for the minimum and maximum values in the array
Sorting-Algorithm
- 算法设计与分析 排序算法实验报告 1、实验步骤和要求: (1)分别设计并实现插入排序、合并排序、快速排序的算法。 (2)设计测试数据集,编写测试程序,用于测试正确性、算法复杂性(最好情况、最坏情况、平均情况)、效率。-Algorithm design and analysis lab report a sorting algorithm, experimental procedures and requirements: (1) were designed and imple
tennis
- 算法设计与分析 分治法求网球循环赛赛程 1、实验步骤和要求: 设有n个运动员要进行网球循环赛。设计一个满足下列条件的比赛日程表: 每个选手必须与其他n-1个选手各赛一次; 每个选手一天只能赛一次; 当n是偶数时,循环赛进行n-1天。 当n是奇数时,循环赛进行n天。-Algorithm design and analysis divide and conquer France beg tennis round-robin Distances 1, experimenta
TSP_matlab
- 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common m
Guidance--Navigation-and-Control(1)
- 导航制导与控制方面国内外最新文章,文章详细介绍了导航控制方面的最新成果,文章页给出了控制算法的设计。-Navigation guidance and control aspects of the latest domestic articles, article details the latest achievements of the navigation control, the article page shows the control algorithm design.