资源列表
[PlugIns编程] Literature-research-assistants
说明:文学研究助手: 利用文件方面的知识引入一待处理的文件,设置数组用来存储所指定的单词的频率和位置。开始处理文件时,先指定单词(不唯一),遇到指定单词频率标志 +1,记录已出现’\n’的次数来确定词的位置。-Literature research assistants: the use of knowledge to introduce a file to be processed files, settings specified<ck> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[P2P编程] Find-height-of-the-tree
说明:求树的高度: 先利用递归算法依次比较每一层树的左右子树是否为空,通过层层比较,得出树高,再通过树高用遍历得出路径。-Find height of the tree: the first use of a recursive algorithm sequentially comparing each sub-tree layer around the tree is empty, through the layers of compa<ck> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[网络截获/分析] Matrix-addition
说明:矩阵相加(三元组): 先建立稀疏矩阵的三元组存储结构。输入第一个矩阵的行数和列数和非零元素个数,并输入非零元所在位置和大小。输入第二个矩阵的非零元素个数并输入非零元所在位置和大小。然后处理这两个矩阵:若矩阵1中非零元素的行列值等于矩阵2中非零元素的行列值,只需将两非零元素相加;若矩阵1中非零元素的行列值不等于矩阵2中非零元素的行列值,分别记录其所在位置和大小。-Matrix addition (triples): First c<ck> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] jquery.validate
说明:正则表达式的js验证代码,做个例子,可以套用-Js regex validation code, to be an example, you can apply<康雕> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] RC4suanfa
说明:这是RC4算法,对文件的加密解密,大家可以看看,对我们有帮助的-This is the RC4 algorithm for file encryption and decryption, we can look to us to help<yanluya> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] client
说明:客户端实现代码,用于和服务器相连从而可以获得相应的权限-Client-side code, which is used to connect to the server and obtain the appropriate permissions can<rose> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] tcpScanner
说明:基于linux的tcp端口扫描器,可以进行主机电脑开设端口的扫描-Based on the linux tcp port scanner<薛赓> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] cc
说明:1.通过上机计算体会迭代法求解线性方程组的特点,并能和消去法比较; 2.运用所学的迭代法算法,解决各类线性方程组,编出算法程序; -1. Understand iteration method to solve linear equations by computer calculation, the characteristics of and can be compared to elimination method<国庆> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] pipeline
说明:实现LINUX 经典流水线算法。 PIPELINE,即将各个工作阶段插入链表,下一个的输入,依赖于上一个的输出-Achieve LINUX classic lines algorithms. PIPELINE, each session is about to insert the list, the next input, the output depends on the previous one<杨帆> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] MyServer1
说明:java网络编程服务器端,详细地实现了聊天系统-java network programming server, detailed to achieve the chat system<叶青青> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] MyClient1
说明:java网络编程客户端端,详细地实现了聊天系统-java network programming client side, detail to achieve a chat system<叶青青> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[Internet/网络编程] tripple_matrix
说明:用三元组建立两个矩阵a,b,将a矩阵转置,,然后将转置后的a矩阵与b矩阵相乘,存储到c三元组中,,输出a,b,c矩阵-Create a matrix with two triplets, b, to a matrix transpose, and the transposed matrix of a matrix multiplication with b, c triples stored in the output a, b, c<Jack> 在 2025-01-12 上传 | 大小:1kb | 下载:0