资源列表
copy
- 子程序功能:求字符串的长度 入口参数:DS:DX存放字符串的首地址,该字符串以0为结束标志 出口参数:CX存放该字符串的长度 算法描述:用BX来指针来扫描字符串中的字符,如果遇到其结束标志,则停止扫描字符串操作
1227150100
- 1.基础部分 (1)编写程序实现两个字符串比较的自定义版(教材8.5)。 (2)编写程序实现字符串数组的排序。用指针数组作为函数mySort形参,实现字符串数组的排序。函数mySort还有一个形参n,用来指定字符串数组的大小。 (3)教材8.4 (4)编写程序实现数据交换。分别用指针和引用作为函数mySwap的形参,并通过重载分别实现int、double型变量值的交换。 (5)字符串交换 编写程序,交换两个不同长度的字符串,分别打印
zhongli
- 重力正演,可供联系,建议大家看看,应该是可以的-former for 重力
migong
- 迷宫功能,输入迷宫,运行走出迷宫!迷宫从坐标(1,1)开始!
I2C_EEPROM
- flowcode EEPROM asm example code-flowcode EEPROM asm example code
2nd-order_(ENO)method
- 2nd-order Essentially Non-Oscillatory (ENO) method.f
huibian
- 汇编设计计算器,包过四则运算,有负号处理,也有优先级处理。-Assembly design calculators, including over four operations, handle negative numbers, but also priority treatment.
092
- 编写一个程序,记录某个字存储单元数据中1的个数,以十进制形式显示结果。 -Write a program to record a word in a data storage unit number to display the results in decimal form.
cPPproducter
- 单个生产者消费者,多个生产者消费者的代码,多进程多缓冲区-Code of individual producers and consumers more than producers and consumers, multi-process buffer
VC ASM
- 一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。- An assembly and VC union procedure code this procedure is for the purpose of demonstrating how inserts the assembly language in VC, reduces the procedure the size.
youxi-asm
- 一个简单的小游戏供大家借鉴 用汇编编写-A simple little game for everyone to use for reference Program assembly language
reverse-the-word
- 用于把字母以相反的顺序重新排列,如123456,相反后就变成654321-For the letter rearranged in reverse order, such as 123456, 654321, it becomes the opposite
