搜索资源列表
GameEngine
- Multiline 5 reel slot machine game framework with real mathematics. Developed under C++ and OpenGL API currently runs under Windows OS. Uses OpenAL for audio. Visual Studio Solution.
replace13
- 完成多文件批量文本查找与替换,专门对内存进行优化执行效率高-SuYogi Super Replaceis an easy to use, yet powerful tool to perform the search and replace operations across multiple ASCII (text, HTML etc.) files. Below is the list of the main program s features:- It can perform searc
reading-practicing
- 读入一些整数,输出它们的和。 输入 输入为多行,每行为一个整数。输入以“End of file”结束。 可以保证,运算过程中和最后运算结果都不会越界。 输出 输出这些整数的和。 输入示例 1 2 3 4输出示例 10提示 用“scanf( d , &num) 1”这个条件可以判断输入是否结束。如果此条件为假,则输入结束(对于本题)。 -Read in some integers and output their
Case-conversion
- 读入一些字符串,将其中的小写字母转成大写字母(其他字符不变)。 输入 输入为多行,每行为一个字符串,字符串只由字母和数字组成,长度不超过80。输入以“End of file”结束。 输出 对于每行输入,输出转换后的字符串。 输入示例 Hello ICPC2004 12345abcde输出示例 HELLO ICPC2004 12345ABCDE提示 用“scanf( s , str) 1”这个条件可以判断输入是否结束。如
