资源列表
Cannyarithmetic
- Canny 边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。-Canny edge detector is the John F. Canny in 1986, developed a multi-level edge detection algorithm.
inversecolour
- 反色又叫补色,红的补色是绿色,蓝的补色是橙色,黄的补色是紫色,由这三种对比关系可引出很多对比的反色。 -Also known as anti-color complementary color, complementary color is red, green, blue complementary color is orange, yellow complementary color is purple, by the contrast between these three can lea
BarbAttack
- 一个野蛮人进攻国王以及护卫的游戏。 游戏有剑手,弓手,守卫三种士兵-A savage attack on the king and the security of the game. Games swordsman, archers, three soldiers guarding
3
- 字符串转换和拷贝 Data segment str_a db ‘assembly language is not difficult’ str_b db 40 dup (?) Data ends 请将字符串str_a中的字符转换成大写并拷贝到str_b中。 编写程序,编译连接,用DEBUG运行调试 -String conversion and copying Data segment str_a db ' assembly language is not dif
4
- 编写程序将含有20个数据的数组M分成两个数组:正数组P和负数组N,并分别统计两个数组的个数,显示在屏幕上。 M DB 1,3,-4,…….. ;20个 P DB 20 DUP (?) N DB 20 DUP(?) -Write a program will contain an array of M 20 data into two arrays: an array P and the negative group is N, and two arrays were the nu
1
- 学生管理系统,学生实习用,该程序经运行正确-Student Management System
combo
- 对一个给定的自然数M,求出所有的连续的自然数段,这些连续的自然数段中的全部数之和为M。 例子:1998+1999+2000+2001+2002=10000,所以从1998到2002的一个自然数段为M=10000的一个解。 -Of a given natural number M, the continuous nature of all calculate the number of segments, the number of consecutive paragraphs all t
zhengshuzhuanhuanerjinzhima(zhanshixian)
- 任意输入一个整数,输出x得二进制码,用栈实现,其中包含出栈入栈操作-Any input an integer, the output x be a binary code, with the stack implementation, which contains a stack stack operation
20100913175137086514
- 大三学期重要课程 贪吃蛇程序说明,51单片机游戏-college students need
1111
- 数组实现循环链表 准备: 1. 队列空间的大小 maxsize 2.队首指针 front 3.队尾指针 rear 4.存储方式 动态数组 运算 出队,入队,初始化队列,创建队,释放队 5.a 动态数组的首地址-Prepared to achieve an array of circular linked list: 1. Queue space the size of the maxsize 2. Team first pointer front 3. Tail
chap2_04_Noise_Singal_ratio_MIMO
- 系统辨识与自适应控制程序 ,一个很小的.m文件-System identification and adaptive control procedure, a small. M file
