搜索资源列表
餐厅结帐管理
- 餐厅结账管理程序提供中小型餐厅所需要的点菜结账功能,并提供几种常用的统计报表以及各个数据库的管理维护功能。操作界面简洁方便,操作简单,运行稳定。 程序编写工具为C++Builder6,在其数据库相关的技术基础之上完成,数据库类型为Paradox,它是一种与C++Builder的BDE(Borland Database Engine)结合最为紧密的数据库驱动类型。程序从餐厅结账管理的实际情况出发,通过对实际问题的分析,算法和交互界面的设计与实现,程序的编写和调试等过程,最终实现了预求的餐厅结账管
bank_teller
- c++写的实现数学排队论的算法程序,上研究生同志们用得上,不过我也是找了个model来稿的,算法很难,喜欢编程的大虾们都应该对算法感兴趣把 -c write queuing theory of mathematical algorithms procedures on to postgraduate comrades useful, but I also find articles of the model 000, the algorithm is difficult, like prog
2进销存管理系统
- 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
C_Lsystem
- C语言实现的L算法,可以单独作为一个模块加入已有的VC程序之中,快速实现各种植物模型。-C language L algorithm, as a separate module to the existing VC process, Fast plant model.
JIELIAN
- 初始对准的c算法源码,实现捷联惯导的静基座初始对准-c initial alignment algorithm source code, achieving SINS the static base initial alignment
zwsb
- 很好的一套指纹识别系统C源码,包括了指纹指别的各种算法及指纹识别的实现方法。
051150032
- 学生基本注册信息管理系统,(1)用户名与密码的输入,再进行登陆验证,连续登录三次不成功,退出。 (2)建立一个学生基本注册信息的链表。 (3)选择要进行的操作:a、注册,建立一个链表的新结点,并以 新结点作为链表的表头 b、查询,分为按学号、姓名、性别、年龄、专业、班级和年级查询 ,并显示所查到的信息 c、修改,用新的信息替换以前的信息 d、删除,为了保护链表的表头,用一个结构类似堆栈的指针实现,此处排除了删除栈顶元素的特殊情况 e、排序,用起泡排序算法实现将
CBF_encode
- 低密度奇偶校验码硬判决译码算法的c语言实现
vrptm.rar
- 带时间窗的车辆路径问题的粒子群算法,用c++编写的程序来实现。,With time windows of the vehicle routing problem of particle swarm optimization, using c++ Preparation procedures to achieve.
pwm3-ac-ctrl-motor-0_0_3
- DSP实现三相异步电机矢量控制的C语言算法-DSP realization of three-phase induction motor vector control algorithm for the C language
LDPC_c
- LDPC 码的编译码的c语言实现,译码采用的是bp算法-Encoding and Decoding of LDPC code c language, decoding algorithm used is bp
C93
- 使用c实现计算机存储管理分区分配算法,课程设计非常有用。-Use c to achieve a computer memory management partition algorithm, curriculum design, very useful.
phoenix_wordcount.tar
- mapreduce算法的phoenix架构实现和一个使用实例,用mapreduce算法对一个输入的文本文件中的单词计数。-mapreduce algorithm phoenix architecture implementation and a use case, use mapreduce algorithm a input text file of the word count.
Floyd算法与选址C++原代码
- 仓库选址的Floyd算法C++原代码,实现了仓库选址现实问题,实现了最优的选址方案-Warehouse Location of Floyd algorithm C++ source code
osyinhangjia
- 简单的c对银行家算法 操作系统银行家算法,用c和c++实现,有图形界面-C simple operating system on the banker' s algorithm bankers algorithm, with c and c++ implementation of a graphical interface
yichuan
- 本系统依靠计算机来完成教务工作中复杂的排课部分,基于遗传算法的排课系统不仅避免了手工排课产生的老师上课时间冲突和教室冲突,而且可以通过交叉和遗传实现课程的人性化的安排,避免同一个老师的课程连续上或同一个班级的课程在有些时间段排得太密集或太稀疏。该项目用C++实现,主要分为三个模块,用户的注册和登陆模块,课程等基本信息的编辑模块,具体排课的实现模块。-very interesting
DMbasedBayesian
- 用C#语言实现基于贝叶斯的数据挖掘算法,有利于初学者了解算法-C# language based Bayesian data mining algorithms, will help beginners to understand the algorithm
EAN13-barcode
- c#实现生成EAN13条码图像,作为学习EAN13条码学习之用,也可以作为参考写出其它条码算法等。-c# to generate EAN13 barcode image, the EAN13 barcode used in learning as learning, but also can be used as reference to write other Barcode algorithms.
kmeans
- C#实现Kmeans聚类算法,同时解决了C#里面深度复制的问题,对占比少于一定比例的类剔除(C# for Kmeans algorithm)
PID控制算法的C语言实现.(绝对的好东西)
- 详细讲解了PID控制算法通过C语言来实现的步骤以及PID对应的C语言程序(Detailed explanation of PID control algorithm through C language to achieve the steps and PID corresponding C language program.)