资源列表
[Windows编程] 2
说明:在BUF数据区中放有三个双字节数,现要求将这三个数按从大到小次序重新存放。分别将这些数视为有符号数和无符号数这两种情况编写程序。-Placed in BUF data area has three double-byte number, are required by these three numbers beginning with the largest order of re-deposited. There were signs of these numbers as unsigned<夏玥> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[Windows编程] visualc4
说明:函数fun的功能是将形参a所指结构体变量s中的数据进行修改,并把a中地址作为函数值返回主函数,在主函数中输出修改后的数据。-Function fun feature is the structure parameter a referred variable s in the data modification, and to a function value in the address as the return to the main function, in the main funct<晶晶> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[Windows编程] visualc1
说明:函数fun的功能是将存放学生数据的结构体数组按照姓名的字典序(从小到大)排序,在fun函数内采用的选择排序法,选择排序法中的升序排序,首先从数组中挑选一个元素,把它和第一元素交换,接着从剩下的n-1个元素中再挑出一个最小的元素,把它和第二个元素交换,不断重复以上过程,直到比较完最后两个元素。 -Function fun function is to store the data structure an array of students by name, the dictionary or<晶晶> 在 2025-06-24 上传 | 大小:1kb | 下载:0