资源列表
huibian
- 上传的是用汇编语言编写的5位BCD数转化为16位BIN数、8位BIN数转化为2位BCD数、16位BIN数加减乘除法、PIC的4*4键盘等源码-Upload is written in assembly language of five BCD number into 16 BIN number, eight BIN numbers into two BCD numbers, 16 BIN number addition, subtraction method, PIC 4* 4 keyboard
harris
- 数字图像中尖端点检测,采用了Harris算法,然后运用susan算法思想进行改进,使用时后面if程序的一些条件要适当改一下-Digital image edge detection, using the Harris algorithm, and then use thought susan algorithm is improved when you use the latter procedure if a number of conditions to change what should
_cvdotp
- CCS开发环境,6678平台,求两个复数向量的点积。-dot product
assem
- 使用汇编语言实现汉诺塔实验,输入1到99的整数开始实验,如果输入0则退出程序。程序会打印每次盘子移动的具体信息,包括第几个盘子从哪个地方移动到哪个地方,最后会显示总共移动的次数。-HANOR experiments using assembly language, integer input 1-99 start of the experiment, if you enter 0 to exit the program. The program will print the details of
Lab01-2-Assembler
- 汇编转机器码的cpp代码文件,这个文件可以将LC2K转为机器码-Turn machine code compilation cpp code files, the files can be converted to machine code LC2K
j2me
- 这是一个简单的j2me 里面有一些基本的操作
c05
- 利用x86汇编语言编写程序显示字符串Label Offset-Use x86 assembly language program displays a string Label Offset
dxm
- C#短信连接猫池源码 串口连接猫池 收发短信-SMS connection pool cat c# source code
OD
- Ollydbg ,是反汇编工作的常用工具
36-select-7-lottery-process
- 问题描述 (1) 要求产生7个随机数 (2) 每个随机数产生 (3) 随机数的范围定在1到36 (4) 每个随机数产生概率改变 -Problem Descr iption (1) required to produce seven random number (2) each random number generator (3) the scope of the random number set at 1-36 (4) the probability of each r
000
- 冒泡排序,C语言输入输出,不同寻址方法,vs中建立asm程序-Bubble sort, C language input and output, different addressing methods, vs the establishment of asm program
11.
- .data arrayX word 12H,34H,56H,78H,9000H arrayY word 1200H,3400H,5600H,7800H,8900H count = length arrayX arrayZ word count dup(0) 要求: (1)使用LOOP指令实现数组arrayX 和arrayY对应元素求和,结果放到数组arrayZ中。 (2)如果使用irvine的库,该库的路径必须放到C:\Irvine下。 -.d
