资源列表
Conductor-calculation-Figure
- 测绘工程程序设计作品,可调式,用于图根导线计算,大家可参考参考。-Surveying Engineering program designs, adjustable, calculation for wire diagram, we can refer to the reference.
3-Ddata-visualization
- 实现一组三维数据的可视化,绘制图原来模型-Implement a three-dimensional data visualization, rendering the original model of Figure
MOD
- 模乘法快速运算有miller-rabbin和二进制算法-miller-rabbin and 2
20091211123318
- VB写的一个汉字、全角字符点阵提取软件,支持汉字、全角字符点阵字模的提取。代码演示生成240*128和128*64点阵的字模。源代码来自ourdev.cn。对学习单片机的朋友有一点帮助,所以我就放上来了,有问题可以联系原作者:CoolFishWalking@163.com,在这里感谢作者。 -VB to write a character, full-width character dot-matrix extraction software to support Chinese chara
algoritmanalysis
- 算法分析。。。虽然 不是很出名。不过还算是经典之做-clrs Needless to say it. . Chm can be considered original if you like to buy a new
Basic
- LMS基础算法程序,还有一种 LMS/F算法程序,和三个改进变步长自适应滤波算法期刊-LMS based algorithm program, there is a LMS/F algorithm program, and three improved adaptive filtering algorithm for variable step size Journals
VB_0416
- 卷积码维特比译码算法的实现,自己写的程序,调试通过-Convolutional codes Viterbi decoding algorithm implementation
KMeans
- K均值(K-Means)聚类算法,采用模板方式实现,支持不同类型样本数据。-K-Means cluster algorithm, using template to suport any data type.
sjy1
- 2维三角元法,用第一边界条件求磁场分布的有限单元法。-2-D triangular element, with the first magnetic field boundary conditions demand the finite element method
LIGNE
- modele de ligne de transmission
j
- 求矩阵特征值和特征向量,一些基本类型的矩阵求解方法实现,解法和试题-Matrix eigenvalues and eigenvectors, some of the basic types of matrix solution method implemented method and questions
1
- 已知整数a,b,假设函数succ(x)=x+1,pred(x)=x-1,不许直接用‘+’、‘-’运算符号,也不许用循环语句,只能利用函数succ(x)和pred(x),试编写计算a+b,a-b的递归函数add(a,b),snb(a,b),并在主程序中验证该函数的正确性。 -Known integers a, b, assuming the function succ (x) = x+1, pred (x) = x-1, allowed the direct use of' +'