搜索资源列表
CONVSTRN
- C function to convert strings.一个实用的C处理函数。-C function to convert strings. A practical C. handling functions.
Hello-world-Beta
- 最简单的操作系统,使用nasm来编译,启动会显示一些字符串smile米奇-The easiest operating system to use nasm to compile, will start to show some strings smile Mickey 333
OS exercise 1
- 编写一个从标准输入中读取字符串的程序。所有字符串都不包含0字节字符,并以\ n换行符终止。最后一行输入可能不会被换行符终止。读取所有字符串后,应根据libc提供的strcmp函数的顺序对这些字符串进行排序。排除所有字符串后,应按新顺序将这些字符串打印到STDOUT。在将字符串写入STDOUT时,每个字符串应以\ n换行符终止。(Write a program that reads string from the standard input. All strings will contain n
