资源列表
平方乘算法
- 平方乘算法.txt
河道断面处理程序
- MAtlab写的,很难找到的。主要是针对河道断面输入数据的,可以自动读取断面。大大提高工作的效率。适用于MIKE11河道水力学建模等。
编程解九连环
- 编程解九连环
模板匹配
- 精度绝对不错,自己编写的。
hill加密
- 自己编写的hill加密程序
LED闪烁程序
- LED闪烁程序
matlab生成mif文件
- 用matlab生成mif文件,例子中生成的是正弦波
trees made to order
- We can number binary trees using the following scheme: The empty tree is numbered 0. The single-node tree is numbered 1. All binary trees having m nodes have numbers less than all those having m+1 nodes. Any binary tree having m nodes w
雜碼運算
- 雜碼運算
图像均值滤波matlab程序
- 图像均值滤波matlab程序
oula数值积分.rar
- 欧拉法
交通灯控制系统
- CODE SEGMENT ASSUME CS:CODE ORG 1000H START:MOV DX,73H MOV AL,80H OUT DX,AL