资源列表
[Windows编程] 6_6
说明:该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用append(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。-The function of the array b before the n additional eleme<weiht> 在 2025-11-22 上传 | 大小:9kb | 下载:0
[Windows编程] WordAutomation
说明:VC++中进行word表格的填写。主要用于word表格的制作、填充等。-fill some data information such as stuff information in word table。<徐鲁宾> 在 2025-11-22 上传 | 大小:444kb | 下载:0
[Windows编程] 7_7
说明:定义一个基类Person,数据成员包含字符指针类型变量Name用于保存姓名,函数成员包括默认构造函数、带参构造函数用于初始化数据成员和输出姓名的成员函数PrintName()。从Person类派生出Student类,增加长整型数据成员Number用于保存学号,函数成员包括带参构造函数用于初始化数据成员和输出学生信息的成员函数PrintInfo()。要求:在函数PrintInfo()中需要调用基类的成员函数PrintName()。-Define a base class Person, a mem<weiht> 在 2025-11-22 上传 | 大小:16kb | 下载:1
[Windows编程] 10_10
说明:编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。-Programming to achieve the following functions: the main function, use the find () function to find Vector co<weiht> 在 2025-11-22 上传 | 大小:4kb | 下载:0
[其他小程序] 2009120456
说明:惊叹网址,一个用来收集网址的程序源代码.-Amazing site, a site used for the collection of source code.<chenxin> 在 2025-11-22 上传 | 大小:534kb | 下载:0
[Windows编程] linearlist
说明: 线性表的顺序(链式)存储表示及实现 3. 从单链表中删除指定的元素x,若x在单链表中不存在,给出提示信息。 要求: (1)指定的值x由键盘输入;(2)程序能处理空链表的情况。-The order of the linear form (chain) store that and the realization of 3. From a single list to remove the element x, if x in a single linked list does n<奈奈> 在 2025-11-22 上传 | 大小:103kb | 下载:1
[通讯编程] simulationsystem
说明:围绕模拟系统调制仿真的模拟通信系统包括两个部分: 1.线性调制: 包括调幅(AM)、双边带调制(DSB)、单边带调制(SSB)、残留边带调制(VSB)。 2.非线性调制: 包括调频(FM)、调相(PM)。-Around the simulation system for simulation of analog modulation communication system consists of two parts: 1. Linear modulation: includi<王丽越> 在 2025-11-22 上传 | 大小:265kb | 下载:0