-
数据结构常用算法:平衡二叉排序树的综合操作
全部程序代码,在C环境编译通过。...
数据结构常用算法:平衡二叉排序树的综合操作
全部程序代码,在C环境编译通过。-algorithm commonly used data structures : a balanced binary sort tree all integrated operation code, the C compiler through the environment.
- 2022-01-31 18:19:18下载
- 积分:1
-
大数据的乘法
应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙 。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。
关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
- 2022-02-07 02:59:09下载
- 积分:1
-
要求完成以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。
3)能够按编号、姓名对学生的信...
要求完成以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。
3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。
4)可以统计全部学生的总成绩,及其在班上的排名。
5)能够统计各科的平均成绩及及格率。
6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。
7)如果检索不到相应的信息应提示用户。-asked to perform the following functions : 1) to read from the screen of a student"s information will be deposited into the data file. 2) can be designated information deleted from the document. 3), according to numbers, the names of the students will retrieve information retrieval results showed on the screen. 4) Statistical all students can be a total score, and the class rankings. 5) Statistics Branch to the average scores and passing rates. 6) require a functional error messages, such as sex between men and women can only import, importation of error messages to re-enter. 7) If less than the corresponding retrieval of information should prompt the user.
- 2023-04-01 16:00:03下载
- 积分:1
-
从Visual C++中用Access自动生成报表
从Visual C++中用Access自动生成报表-from using Visual C Access automatically generate statements
- 2023-01-28 11:45:03下载
- 积分:1
-
workbooks that you s
作业练习题 你们-workbooks that you s
- 2022-01-26 05:49:43下载
- 积分:1
-
Access数据库下实现的系统,功能很强大,适合初学者学习~
Access数据库下实现的系统,功能很强大,适合初学者学习~-Implemented under the Access database system, function is very powerful, suitable for beginners to learn ~
- 2022-04-25 16:13:15下载
- 积分:1
-
completion of the process of non
该程序完成对二叉树的非递归中序遍历,因为其中涉及到二叉树的构造,而且使用类来构造,所以代码比较多。-completion of the process of non- recursive binary tree which preorder because it involved the construction of a binary tree, but the use of class structure, the code more.
- 2023-07-26 00:30:03下载
- 积分:1
-
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正...
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正-A demo for different sort arithmetic,use qlist as store type.
welcome ues and question
- 2022-03-11 21:46:36下载
- 积分:1
-
postgresql7.4.6 Linux
PostgreSQL7.4.6 for Linux
- 2022-08-26 10:38:16下载
- 积分:1
-
链表,实现两个链表的相加。用于求多现实!
链表,实现两个链表的相加。用于求多现实!-List, list the sum of the achievement of the two. Used for more than reality!
- 2023-01-30 08:25:03下载
- 积分:1