资源列表
[其他小程序] designpatternofCplusplus
说明:关于C++的设计模式,对20种设计模式进行讲解,并且给出程序实例-About design pattern of c++,analyse 20 design pattern , and give the program<hugo> 在 2025-10-15 上传 | 大小:1016kb | 下载:0
[其他小程序] zuoyi
说明:该函数的功能是将字符串str中的字符“循环左移”m位。例如,输入“ABCDE”,则循环左移2位应输出“CDEAB”,输入“1234567”,则左移3位输出“4567123”。-This function is the function of the characters in the string str " circle left" m-bit. For example, type " ABCDE" , the cycle should be two left<huaying> 在 2025-10-15 上传 | 大小:11kb | 下载:0
[其他小程序] WR_RD_93C46
说明:源碼是利用MICROCHIP之PIC系列單片機設計的組語,利用源碼可讀取或寫入93C46 EEPROM-Source is the use of MICROCHIP' s PIC series of single-chip design group language, the use of source code can be read or written into the 93C46 EEPROM<alex hsu> 在 2025-10-15 上传 | 大小:2kb | 下载:0
[其他小程序] shanchukongge
说明:程序实现删除一个字符串的所有空格,如输入字符串“This is a string”,输出“Thisisastring”。-Procedures to achieve a string delete all the spaces, such as the input string " This is a string" , output " Thisisastring" .<huaying> 在 2025-10-15 上传 | 大小:11kb | 下载:0
[其他小程序] baoliuxiaoshu
说明:编写函数double fun(double x, int m),它的功能是将浮点数X保留M个小数,第M+1位四舍五入,如输入123.456,保留两位小数输出123.46-The preparation of function double fun (double x, int m), its function is to float X retained a small number of M, the first M+1 bit rounded, such as the importation<huaying> 在 2025-10-15 上传 | 大小:7kb | 下载:0
[其他小程序] zichuanweizhi
说明:编写一个函数int loc(char * a, char *b),确认a,b两个字符串中一个字符串是否包含另一个字符串,如果包含则返回被包含字符串在另外一字符串的起始位置,如果不包含则返回-1。请在主函数中让用户输入两个字符串,调用该函数进行判断,并输出判断结果。-Write a function int loc (char* a, char* b), confirmed that a, b two string if a string contains another string, if c<huaying> 在 2025-10-15 上传 | 大小:16kb | 下载:0
[其他小程序] shuzhizhuanhuan
说明:实现由用户输入一个整数,计算该数字的二进制和八进制、十六进制,并显示出来。-Realize an integer input by the user, calculate the number of binary and octal, hexadecimal, and displayed.<huaying> 在 2025-10-15 上传 | 大小:10kb | 下载:0