-
企业员工工资管理系统(简化版)内置使用手册和数据库的表定义文件,删除了试验报告部分
企业员工工资管理系统(简化版)内置使用手册和数据库的表定义文件,删除了试验报告部分-Employee wages Management System (Starter Edition) built using the manual and the database table definition files, delete part of the test report
- 2022-11-16 11:55:03下载
- 积分:1
-
show keyboard input, display and the pair of signal source
显示键盘的输入,显示键值及信号的源码-show keyboard input, display and the pair of signal source
- 2023-02-21 23:25:03下载
- 积分:1
-
系统购买门票总线
(1) 系统要买的车票 (2) 在那里你可以选择座位 (3) 分支和巴士 (4) 的次数,是在控制台 (5) 有例外和菜单选项来填补。
- 2022-02-21 18:48:16下载
- 积分:1
-
二叉树的创建,预
二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in the non-recursive traversal sequence after sequence of non- recursive traversal algorithm. Which contains a sequence of stack and queue the realization of the code.
- 2023-07-03 07:40:02下载
- 积分:1
-
学生数据库
这是一个适合初学者的 c + + 项目。这个程序使数据库在那里可以输入学生信息,提取后的学生。此程序显示了不同的使用功能。
- 2023-07-16 19:05:03下载
- 积分:1
-
Controlling brightness and contrast of image
Controlling brightness and contrast of image
- 2022-02-20 22:19:23下载
- 积分:1
-
GIS相关工具,可以把e00和 Coverage 文件进行互转
GIS相关工具,可以把e00和 Coverage 文件进行互转-GIS tools, and can e00 files Cross Coverage
- 2022-06-27 07:12:39下载
- 积分:1
-
水分配系统
翻译 maninwest@Codeforge 作者:Saleth Prakash@CodeProject我想为一个山坡或小村落的自来水分配系统程序化并进行计算。它模拟一个液体分配系统,有管道、阀门、水箱和其他组件。在这里,我将向你展示创建一组适用于特地情况的类是多么简单。类似的方法也可用在其他进程控制应用中,例如操作飞机的液压系统。普遍化的方法甚至可以用在电力分配系统或者跟踪资金流动的经济系统上。下图展示了一个构建在山坡上的小社区的水分配系统。这个水系统在 components.dll 库中建模。水分配系统的组件水源 -在真实世界中可能是泉、井或水库。假设水源的水永不枯竭,供水速度不能超过一个固定值。水槽 -是水的用户。它表示一个家庭、工厂或农田或一组这样的水的消费者。水槽以固定速率消耗水。管道 -输送水经过一定距离。管道具有限制可以流入的水量的特性阻抗。流入管道的水等于流出管道的水。水箱 -存储水,也分离流入/流出水流: 水流入水箱的速度可以跟流出的不同。 水箱有特征最大流出量,由水箱的出口大小决定。为了防止水箱溢出,并确保水箱不会干涸,我们给水箱使用开关。 在数量达到一定量时打开开关,开关驱动阀门,阀门控制水箱的水位。阀门 -监控水流。可以打开,让水无阻碍地流入。可以关上,完全停止进水。阀门假设是由伺服机构操作,通常由水箱关联的开关控制。流量、压力和回压系统中每个组件均有三个重要部分:流量、压力和回压。当将一个组件连接到其他组件时,我们是在连接
- 2023-06-19 00:50:03下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
在 c + + 中的 LinkedList 执行
在 c + + 中的一个简单的数据结构的应用程序演示如何实现 LinkedList 数据结构...
它具有删除、 插入和菜单显示的选项选择,将帮助初学者也理解的数据结构
功能。
- 2023-05-28 05:00:02下载
- 积分:1