搜索资源列表
int
- 编写函数int index返回字符t在字条串s中出现的最左边的位置,如果在s中没有与t匹配的子串,不返回-1-function int index prepared to return to the characters not string's note appeared in the leftmost position, If s and t is not matched substring, not to return -1
PMSTART8
- 保护模式下编程。通过陷阱门INT 0FEh进行字符串输出。通过任务状态段TSS进行任务切换 -Protected mode programming. INT 0FEh through the trap door to the output string. Through the Task State Segment TSS for task switching
test66
- 对中断的调用。对文件写字符串。共五个例程。test66 是在显示屏上出现彩色字符串。-using int。 write string to an archive。
example
- Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
1227150100
- 1.基础部分 (1)编写程序实现两个字符串比较的自定义版(教材8.5)。 (2)编写程序实现字符串数组的排序。用指针数组作为函数mySort形参,实现字符串数组的排序。函数mySort还有一个形参n,用来指定字符串数组的大小。 (3)教材8.4 (4)编写程序实现数据交换。分别用指针和引用作为函数mySwap的形参,并通过重载分别实现int、double型变量值的交换。 (5)字符串交换 编写程序,交换两个不同长度的字符串,分别打印