资源列表
[其他小程序] Fortranreadwrite
说明:用于Fortran顺序读写文件,比如有如下数据,其存放格式: 11 10 15 19 30 50 70 80 第一次调用前两行, 第二次调用后两行. 改动后可以进行读入,或者写进-Sequential read and write files for Fortran, for example, the following data, its storage format: 11 1015 1930 5070 80 calls before the first two<ala> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] mks
说明:用于搜寻linux操作系统访问过的文件,自动生成安装脚本,可用于定制超小体积的linux系统,程序虽小,但肯定是很多linux程序员所需要的,关键是这种定制方法的独创性和高效性-Linux operating system used to search visited documents, automatically generates installation scr ipts can be used to customize the volume of ultra-small linux s<袁勇> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[书籍源码] Kruskaltree
说明:在连通的带无权无向图中寻找一个最小 代价生成树的程序。-In the connected undirected graph with no right to seek a minimum cost spanning tree procedure.<zyz> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[书籍源码] stringsearch
说明:S和T分别是具有m个和n个字符的顺序存储的串,在S和T中寻找最大公共子串。-S and T, respectively, with m and n of the order of characters stored in string, in the S and T to find the largest common sub-string.<zyz> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[远程控制编程] JavascriptGetUrl
说明:实现获得地址栏参数的多种方法介绍,经过测试,绝对可以用-Parameters to achieve access to the address bar of a number of ways to introduce, after testing, the absolute can be used<徐禄军> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[Internet/网络编程] server
说明:是一个多线程虚函数实现的c++版的socket程序-Is a multi-threaded virtual function realized c++ Version of the socket program<iriver> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ErChaShu
说明:假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。-Assuming top-down by the level of input from left to right each node of a triple (N, P, L/R). One N-based node elements, P node fo<江紫桉> 在 2025-06-25 上传 | 大小:1kb | 下载:0