-
线索化二叉树的源程序
线索化二叉树的源程序-clues to the source of Binary Tree
- 2022-02-14 18:04:51下载
- 积分:1
-
此文件用于实现生产者消费者的问题
此文件用于实现生产者消费者的问题- This document uses in to realize the producer consumer s
question
- 2022-02-01 18:10:21下载
- 积分:1
-
vb坐标正反算
适用于坐标转换,利用高斯投影正算反算坐标在北京54西安80以及cgcs2000下的坐标系,可以实现坐标系的换带等。对于测绘和地理信息上图幅纠正等,是最基础的条件。
- 2022-10-30 08:55:02下载
- 积分:1
-
SPH method used to prepare the shock tube procedures, the development of the lan...
用SPH方法编写的激波管程序,开发语言C-SPH method used to prepare the shock tube procedures, the development of the language C
- 2023-07-18 05:15:03下载
- 积分:1
-
各种算法的c语言程序,包括huffman、线性表、栈、队列等
各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
- 2022-04-19 07:42:59下载
- 积分:1
-
Very fast calculation of Newton method algorithm for C++ programs, hoping to giv...
很好很快的计算Newton法的C++程序算法,希望能给大家带来帮助-Very fast calculation of Newton method algorithm for C++ programs, hoping to give us some help
- 2022-05-28 08:40:04下载
- 积分:1
-
密码锁程序
应用背景可以应用在一些加密的情况上,不过程序比较简单,加密程度不够,只是学习51单片机的一种例子程序而已关键技术通过对EEPROOM的写入 保存密码,然后通过键盘输入密码,再核对。最终又LCD显示出来
- 2022-03-23 00:24:51下载
- 积分:1
-
Numar 图元
程序 P2.2;
使用 crt ;
var 我、 n、 f: 整数 ;
开始
clrscr ;
重复
写 ("Introduceţi 联合国 număr 天然 n =") ;
readln(n) ;
直到 n > 2 ;
- 2022-04-19 13:46:49下载
- 积分:1
-
telnet,common telnet
import java.io.InputStream;
import java.io.PrintStream;
import org.apache.commons.net.telnet.TelnetClient;
public class TelnetTest
{
private TelnetClient telnet = new TelnetClient();
private InputStream in;
private PrintStream out;
- 2022-03-16 19:54:43下载
- 积分:1
-
如何做B树索引
这是获得高速查找一个有效的方法。你可以在10万条记录中的1微秒的数据
- 2022-02-05 03:31:52下载
- 积分:1