-
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!...
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!-achieve long-integer arithmetic, as modified by the cross-border solution to the problem of calculating the number 200!
- 2023-02-13 22:50:03下载
- 积分:1
-
应用程序接口C语言共享工具
应用程序接口C语言共享工具-Application Program Interface C language tools for sharing
- 2022-07-05 13:15:12下载
- 积分:1
-
网吧计费系统源码.
网吧计费系统源码.-Internet Billing System source.
- 2022-01-25 15:06:52下载
- 积分:1
-
A simple Spartan 3e above LCD control procedures
简单的Spartan 3e 上面的LCD控制程序-A simple Spartan 3e above LCD control procedures
- 2022-12-30 01:30:06下载
- 积分:1
-
基于c8051平台,at25f512flash芯片测试程序
基于c8051平台,at25f512flash芯片测试程序-C8051-based platform, at25f512flash chip test program
- 2022-04-26 19:06:34下载
- 积分:1
-
UNIX网络编程,难度有点偏大,高手适合。
UNIX网络编程,难度有点偏大,高手适合。-UNIX Network Programming, a bit too difficult, suitable for a master.
- 2022-08-23 07:01:02下载
- 积分:1
-
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作...
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。
-balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
- 2022-03-05 06:54:53下载
- 积分:1
-
这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign――C语言编写的时钟程序Very Sim...
这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign――C语言编写的时钟程序Very Simple CPU――CPU仿真工具StudentQuery――基于SQL语言数据库的学籍管理系统Theory of Computation――一些关于计算理论算法的实现,详见内附说明Hotel――酒店管理系统另外还有一些硬件VHDL方面的程序,整理好后会陆续上传-here at school I wrote some of the procedures, some of which may be Java recompile about to run, as follows : C Course Disign-- C language clock procedures Very Simple CPU-- CPU simulation tool StudentQuery-- based on SQL database the Information Management Theory of Computation-- some theoretical algorithm for the calculation of the realization of enclosing detailed statement Hotel-- hotel management system there are some VHDL hardware of the procedures, will be sorted out gradually upload
- 2022-08-16 08:29:14下载
- 积分:1
-
stanford university 某位老师的东西
stanford university 某位老师的东西-certain things teachers
- 2023-02-11 18:50:03下载
- 积分:1
-
uva10324解法(提共題目和解法程式)
題目說明:給你一連串僅包含0和1的字串 (字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間(包含第i個和第j個)、 是否所有的字元均相同 (均為1或均為0)。如果均相同請回答Yes、 否則請回答No。输入每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n 代表對於上一列字串以下有n個問題。皆下來的 n 列每列有2個非負的整數分別代表 i和 j。输出對每一列測試字串,請先輸出第幾個的案例。然後根據 n 個問題回答肯定或否定的。解法:1.用获取讀入整行字串輸入、 並計算長度2.先判斷第 0 個位置,为 0 則把 0 存入另一個整數陣列,为 1 則存 13.用迴圈把字串陣列轉換存到整數陣列、 遇到字元 0 則值不變、 遇到字元 1 則加 14.欲判斷的i、 j位置都為字元 0、 且整數陣列i、 j位置的值相同、 代表有一連串 0、 輸出是5.欲判斷的i j位置都為字元 1,且整數陣列i、 j位置的值相減為i、 j的差、 代表有一連串 1,輸出是6.其他情況輸出号
- 2022-05-06 12:04:30下载
- 积分:1