-
2 找出最大值
说明: c语言是很多编程软件的基础,找最大值,也是C语言运用中的一大关键因素(C language is the basis of many programming software, to find the maximum value, is also a key factor in the use of c language)
- 2020-06-21 12:00:02下载
- 积分:1
-
对文本文件进行huffman编码,并显示huffman树
对文本文件进行huffman编码,并显示huffman树-to the text document for Huffman coding, and that Huffman tree
- 2022-06-18 16:02:23下载
- 积分:1
-
只是关于数据结构的同步教材的例子,在这里可以帮助大家轻松的学习数据结构。...
只是关于数据结构的同步教材的例子,在这里可以帮助大家轻松的学习数据结构。-Only on the data structure example of synchronous teaching materials here to help everyone easily learning data structures.
- 2022-04-30 15:17:54下载
- 积分:1
-
powerbuilder
powerbuilder
- 2022-10-06 02:20:02下载
- 积分:1
-
用C#语言书写的用于Microsoft SQL Server数据库备份和恢复的类,带进度条...
用C#语言书写的用于Microsoft SQL Server数据库备份和恢复的类,带进度条-With C# Language written for Microsoft SQL Server database backup and recovery class, with the progress bar
- 2022-07-04 01:47:15下载
- 积分:1
-
二叉数插入排序,及删除算法
二叉数插入排序,及删除算法-two forks inserted several sequencing, and deletion algorithm
- 2023-03-10 14:00:03下载
- 积分:1
-
员工休假管理系统
软件管理保持部员工的所有记录。在第一次的员工管理应该注册。在此过程中,一个唯一的用户名和密码将予以通过,他们可以登录,澄清任何疑点。
根据他们的登录信息,访问级别将分配给他们。所有的重要细节,然后保存到数据库中。他们都是然后放到不同的访问级别。在结束了休假或开始,以及信息、 确保特定雇员每日、 每月、 每年报告将可通过 querrying 数据库。
访问级别: 这里所有的用户被编程到 ony 访问他们的是 auhorised 和权。用户分类,包括普通员工、 管理和各部门主管,每个级别有自己设置的安全级别对信息的访问。级别确定了位置识别 (posid) 如下图所示:
·小 admin previllages FC 3à员工: 他们文件离开,查看可用的离开,离开信息和搜索去查看。
·博士 2à员工与有限的管理员凭据像搜索查看其详细的信息和确凿的员工离开
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-20 12:37:13下载
- 积分:1
-
without passwords, directly extract, is a teacher decorated tree ranking two for...
无需密码,直接解压,是老师布置的二叉排序树的C语言代码,适合学生使用.-without passwords, directly extract, is a teacher decorated tree ranking two forks of C language code, for use by students.
- 2023-05-28 22:40:03下载
- 积分:1
-
libgist是广义的搜索树的一种实现,模板索引结构。
Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
-Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
- 2022-03-25 06:12:32下载
- 积分:1
-
Infix to Postfix Conversion
这是将中缀表达式转换为后缀表达式的代码。中缀到后缀转换使用堆栈。各种使用的函数包括基本堆栈操作,如overflow()、int underflow()、void push()、int pop()、int peep()、void display()等。
- 2022-03-19 10:57:53下载
- 积分:1