-
实现了银行家算法,操作系统课程设计时编写的,能够成功运行...
实现了银行家算法,操作系统课程设计时编写的,能够成功运行-The banker" s algorithm implementation, the operating system designed to prepare the curriculum, be able to run successfully
- 2022-01-25 16:56:53下载
- 积分:1
-
C语言常用算法源代码,数据结构原理实现,
对学习应用有参考价值。...
C语言常用算法源代码,数据结构原理实现,
对学习应用有参考价值。-C language source code commonly used algorithms and data structures to achieve the principle of learning about the application of a reference value.
- 2022-02-01 16:31:45下载
- 积分:1
-
VC编写的读取数据文件的源码
VC编写的读取数据文件的源码-VC compilation reads the fetching according to the document
source code
- 2022-01-25 19:58:28下载
- 积分:1
-
一个简单的LISP算术表达式计算器。Lisp简单算术表达式…
一个简单的LISP算术表达式计算器。
简单LISP算术表达式定义如下:
(1)一个0....9的整数
(2)(运算符 表达式 表达式)
例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.-LISP a simple arithmetic expression calculator. LISP simple arithmetic expressions are defined as follows: (1) a 0 .... 9 integer (2) (expression operator expression) for example, 6, (+ 45), (+ (+ 25) 8 ) are expressions, and its value, respectively 6,9,15.
- 2022-09-21 21:30:03下载
- 积分:1
-
数据结构的课程设计 哈希表 有详细的论文和源程序
数据结构的课程设计 哈希表 有详细的论文和源程序 -Data structure of the curriculum design Hashtable detailed papers and source code
- 2023-06-01 23:35:04下载
- 积分:1
-
读取串口的源码
串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是 RS-232-C 接口(又称 EIA RS-232-C)它是在 1970 年由美国电子工业协会(EIA)联合贝尔系统、 调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准"该标准规定采用一个 25 个脚的 DB25 连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于 4% 的情况下,传输电缆长度应为 50 英尺。
- 2022-02-16 05:22:04下载
- 积分:1
-
用电管理,用ftp编的源程序,小改一下就可以用了
用电管理,用ftp编的源程序,小改一下就可以用了-electricity management, use ftp addendum to the source, small change can use this!
- 2022-01-26 07:34:19下载
- 积分:1
-
This simple procedure is to write several different types of the traversal algor...
这个简单的程序写的是几种不同的对二叉树的遍历算法,在数据结构中经常可以看到。-This simple procedure is to write several different types of the traversal algorithm for binary tree in data structure can be seen frequently.
- 2023-08-08 19:35:03下载
- 积分:1
-
数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法...
数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法-data structure ,if you want to learn it
well, you need it,I think!
- 2022-07-12 00:15:14下载
- 积分:1
-
*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子...
*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem description : a long, wide and high respectively m, n, p rectangular cut into the 000 m* n* p small cube. Within each small cube is an integer. Seeking to have the largest rectangular son cuboid. The son of rectangular size it contained all integral and defined.* /
- 2023-05-13 14:30:02下载
- 积分:1