资源列表
add_edge_weights
- 在社会网络和移动网络中,增加边的权重的一个小型算法-Social networks and mobile networks, increasing edge weight of a small algorithm
transmissiontime
- 全双工中继,不同距离下,画FD、HD和直接传输的时间比-full-duplex relayDifferent distance, painting FD, HD and direct transmission time than
caishugai
- 猜0-100的一个随机数,很简单的一个C语言程序,仅供参考,如有雷同,那就是意外-Guess a random number 0-100, it is simply a C language program, for reference, any similarity, it is unexpected
qwe
- vrml 触发器节点的应用,主要是适合初学者使用,帮助理解一些基本节点和交互运动的使用。希望对初学者有用。-VRML program code
Lag_polyfit
- 拉格朗日多项式的matlab程序,主要利用拉格朗日多项式实现数值模拟-Lagrange Polynomial
bb
- 注意是n位数! 思路: 对于给的n都会包含有四种状态 0、7和9的个数都是奇数 1、7是奇数,9是偶数 2、7是偶数,9是奇数 3、7是偶数,9是偶数 显然状态3是我们要状态,但是他们之间是可以互相转移的 所以对于每次添加一个空位放数字,建立转移矩阵 | 3 1 1 0 | | 1 3 0 1 | | 1 0 3 1 | | 0 1 1 3 | 初始状态为 (0,0,0,1) 然后就是n次方了~利用矩阵快速幂 最后ans.mat[0][
Queen
- 解决八皇后问题的算法,能够用非递归的方法解决八皇后问题-8 Queen' s problem solution algorithm
greymodel
- 本程序主要用来计算根据灰色理论建立的模型的预测值。 应用的数学模型是 GM(1,1)。 原始数据的处理方法是一次累加法。-This procedure is mainly used to establish based on gray theory model of predictive value. Application of the mathematical model is GM (1,1). Treatment of the raw data is a cumulative m
zifuchuan.c
- 经典的小函数的调用,用于字符串的调用,非常的好用-zifuchuan
form
- 判断注册表,用于Vb.net注册表编程设计-To determine the registry, the registry for Vb.net Programming
MK
- 此程序采用曼-肯德尔方法检测气候突变点,是非参数统计检验方法-THIS IS A PROGRAM FOR DETECTING ABRUPT CLIMATIC CHANGE BY USING MANN-KENDALL TECHNIQUE
printfk
- 一个类似与printf功能的函数。支持16进制和10进制及字符串打印。-A similar function with the printf function. Support for hex and 10 hex string to print.