资源列表
lisan_zhenzhi
- C++离散数学真值表的实现,有兴趣的朋友学习一下。 -C++ implementation of discrete mathematics truth table
qiujihe
- 离散数学中求集合的C++实现,原理及代码都很简单的问题。-Find a collection of discrete mathematics in C++ implementation of principles and codes are very simple question.
DES3
- 使用C编写DES、DESX、DES3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。-Written using C DES, DESX, DES3 encryption algorithms, and demonstrates how to call C written in Delphi encryption and decryption algorithms....
test
- test eda estructure algoritms
BPSK_Systemvue
- SYSTEM_VUE BPSK explanation for commmunication model
jisuanqi
- 实现数字的加减乘除,取消,等功能,能连续相加-Digital' s addition, subtraction, cancellation, etc.
matrics
- find the sum of the diagonals below and above the main diagonals in a matrics
MyClass
- n皇后问题,这是利用回溯做的,经过验证,绝对正确-n queens problem
code_imp
- 可用于有限元软件ABAQUS中的塑性本构关系模型UMAT-the UMAT of plasticity constitutive model
Ford
- Bellman-ford算法,根据顶点和边的权值求出最短路径-Bellman-ford algorithm, based on the weights of vertices and edges of the shortest path obtained
LMS
- LMS算法、NLMS算法和RLS算法的仿真和当今应用较广的自适应均衡器、自适应分离器、自适应滤波器。-LMS algorithm, NLMS algorithm and RLS algorithm simulation and present a wider application of adaptive equalization, adaptive separation, adaptive filter.
include1
- 多项式计算(单向链表的应用) 设计要求:设计处理n次一元多项式P(x) = a0 + a1x + a2x2 + … + anxn,多项式实际上包含n+1项,由n+1个系数唯一确定。为了节省存储空间,只存储多项式中系数非0 的项。运用链表中的每一个结点存放多项式的一个系数非0项,它包含三个域,分别存放该项的系数、指数以及指向下一项结点的指针,来对其进行相应的处理(某一多项式根据x求值、多个同元多项式处理等等)。 -Polynomial calculations (one-way link