资源列表
[Windows编程] verhulst_model
说明:verhulst 预测软土路堤沉降,采用matlab编写-verhulst model for predicting the soft embankment settlement<malc> 在 2025-11-23 上传 | 大小:1kb | 下载:0
[其他小程序] ch06
说明:1. 编写并测试如下函数:void Add (int a[], int m, int b[], int n) 该函数将数组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},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。 编写一<王石> 在 2025-11-23 上传 | 大小:34.93mb | 下载:0
[控制台(字符窗口)编程] ch09_05
说明:编写返回数组中最大元素数值的模板函数。输入为两行,第一行为元素的个数n,第二行为n个元素。输出见main函数。 -Write a template function returns the value of the largest element in the array. Input for the two lines of the first acts of the number of elements n, n elements of the second act. Output, s<王石> 在 2025-11-23 上传 | 大小:4.76mb | 下载:0
[进程与线程] myAllgather
说明:采用MPI_send和MPI_Recv实现MPI_Allgather的功能,并测试对比你的实 现和MPI原有实现的性能-To adopt MPI_send and MPI_Recv the functionality of MPI_Allgather and to test the contrast you achieve and original MPI to achieve performance<vivian> 在 2025-11-23 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] ch09_09
说明:设计一个类模板Exam<T>,实现operator==运算符重载,用于比较各种类型数据是否相等(包括字符串和可以用等号直接进行比较的数据类型)。-Design a class template the Exam <T>, achieve operator overloading operator == for the comparison of various types of data are equal (including the string data type<王石> 在 2025-11-23 上传 | 大小:4.73mb | 下载:0
[控制台(字符窗口)编程] ch08_02
说明:已知一个有理数类Zrf_Ratio,实现如下的操作符重载形式: friend zrf_Ratio operator-(const zrf_Ratio&) friend zrf_Ratio operator+(const zrf_Ratio&, const zrf_Ratio&) friend zrf_Ratio operator-(const zrf_Ratio&, const zrf_Ratio&) friend zrf_Ratio operator*(c<王石> 在 2025-11-23 上传 | 大小:4.75mb | 下载:1
[其他小程序] paperanalysis
说明:基于excel VBA的试卷成绩分析系统,可生成doc格式报告-Doc format can be generated based on the the excel VBA papers performance analysis system, report<icypriest> 在 2025-11-23 上传 | 大小:32kb | 下载:0
[GDI/图象编程] Double-Buffer
说明:源码实现了贴图的双缓冲技术,对于C#游戏编程有很大帮助-The source texture double buffering technology C# Game Programming<小刚> 在 2025-11-23 上传 | 大小:140kb | 下载:0
[控制台(字符窗口)编程] ch08_08
说明:声明一个抽象类Med作为基类,其中仅包含一个string 类型数据成员title(名称)和两个纯虚函数print()和id()。然后派生出Book类,CD类和Mag类。在Book类中,包含3个string类型数据成员 author(作者), pub(出版者), isbn(书号)和函数成员print()和id()。在CD类中,包含3个string类型数据成员composer(制作者), make(介质形式), number(编号)和函数成员print()和id()。在Mag类中,包含2个strin<王石> 在 2025-11-23 上传 | 大小:4.92mb | 下载:2
[Windows编程] vba-sql-Excel
说明:excel vba 连接sql server程序-excel vba connect sql server program<icypriest> 在 2025-11-23 上传 | 大小:2.38mb | 下载:0