资源列表
[C#编程] Calc_Rcgpara
说明:C# 最小二乘法求线性回归参数,比较适合初学者,蛮好懂的-C# method for least squares linear regression parameters, more suitable for beginners to understand just fine<苏强> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[C#编程] turbo-coding
说明:turbo 码编码程序,对初学者很有帮助-this is turbo coding program<迪尔康> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[C#编程] csharp-cdo-email
说明:How to send cdo email from C# The Microsoft .NET fr a mework provides two namespaces, System.Net and System.Net.Sockets for managed implementation of Internet protocols that applications can use to send or receive data over the Internet . I<Seb Spam> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[C#编程] bianpozibian
说明:flac3d 求解边坡安全系数 用fish语言自行定义了安全 系数求解命令流-flac3d slope safety<黄格式> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[C#编程] Performance_self
说明:该程序可以实时监控程序本身对应进程的工作集、私有工作集和CPU使用率-The program can real-time monitor itself corresponds to the working set of the process, the private working sets and CPU usage.<吴伟> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[C#编程] homework
说明:将两个分别从小到大排列的有序数组a和b复制合并到第3个有序数组c中。m和 n分别是数组a和b的元素个数,结果c的元素个数为k。例如,a和b数组分别为{1,2, 2,3,8}和{3,4,7,8},则结果数组c的值是:{1,2,2,3,3,4,7,8,8)。算法是:将a、b两个数组看成两个队列,比较队首的两个元素,将较小者放入c队列尾部,如果队首的两个元素相等,则先选择a队列首部元素加入c队列尾部。循环执行以上过程,直到a或b队列之一为空,然后将另一个非空队列拷贝到c队列尾部。注意:不允许使用其它算<姜玉洁> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[C#编程] inherit-
说明:试定义类TRI(三角形)及其派生类COL(三角柱体).其中三角形类可以计算三角形的面积和周长:三角柱体类可以计算柱体的体积和表面积.-Try to define classes TRI (triangle) and its derived classes COL (triangular prism) which can calculate the triangle class area and perimeter of triangles: triangular prism class can<姜玉洁> 在 2025-06-04 上传 | 大小:1kb | 下载:0