搜索资源列表
sprintf
- 不怕溢出的sprintf int main() { string s stringprintf(s, "int: d, double: f, str: s", 18, 18.55, "test") cout << s << endl }-Not afraid of overflow sprintf int main () (string s stringprintf (s, " int: d, double: f, st
test
- const int TOTAL_PRINTERS = 2 //打印机总数 const int TOTAL_SCANNERS = 1 //扫描仪总数 const int TOTAL_MODEMS = 1 //调制解调器总数 const int TOTAL_CDS = 2 //光驱总数 const int TOTAL_MEMORIES = 1024 //内存大小-const int TOTAL_PRINTERS = 2 //total of printer const int T
Print_calendar
- 在日历中输入日期后,程序自动打印日历的年、月、日。-This program prints a calendar for a year specified int text
nova
- 将int类型的数中 某两位的大小判断出来 如00 打印出0 01打印出1-Number in the int type to determine the size of a two out, such as 00 out of 001 print print 1
no.1
- 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)