资源列表
多项式加法 线性表
- 我们经常遇到两多项式相加的情况,在这里,我们就需要用程序来模拟实现把两个多项式相加到一起。首先,我们会有两个多项式,每个多项式是独立的一行,每个多项式由系数、幂数这样的多个整数对来表示。 如多项式2x20- x17+ 5x9- 7x7+ 16x5+ 10x4 + 22x2- 15 对应的表达式为:2 20 -1 17 5 9 - 7 7 16 5 10 4 22 2 -15 0。 为了标记每行多项式的结束,在表达式后面加上了一个幂数为负数的整数对。 同时输入表达式的幂数大小顺序是随机
Lab1_Skeleton.tar
- adder verilog lab 1 assignment
gpiostat
- Implementation generic gpio program for CS5536 inside the alix3c3.
ATM项目存取款操作代码
- ATM项目存取款操作代码,非常实用,便于初学者一起分享(ATM project access operation code, very practical, easy for beginners to share)
2Dmodel - 有接触
- ANSYS软件中的隧道支护2d模型,考虑了地应力(2D model of ANSYS tunnel support)
SHA-1
- 用C语言编写的一个实现SHA-1加密的程序(Using C language to achieve a SHA-1 encryption program)
Clien
- 自己写的socket文件 实现图形化界面(Write their own socket files to achieve graphical interface)
trainnet_cross
- 采用10折交叉验证得到光合速率预测模型,代码中有程序语言的详细注释。(The 90% off cross validation of photosynthetic rate prediction model, the procedures detailed notes in the language code.)
加强图
- 图 深度优先搜索遍历和 邻接矩阵,闫蔚敏版,简单易懂,适合平时交作业(Graph depth first search and adjacency matrix, Yan Yumin version, simple, suitable for everyday homework)
Dot_Matrix (2)
- it is dot matrix example verilog
买鸡问题
- 买鸡问题的算法分析(Algorithm analysis of chicken buying problem)
MATLAB求解simple算法例题
- 作为示例,利用MATLAB求解动量方程,给出流场分布(MATLAB,simple,flow field,momentum equation)