资源列表
[控制台(字符窗口)编程] test2
说明:vector向量容器的介绍, 不指定元素个数 定义一个用来储存10个double类型的元素的向量容器 下标:0~9,每个元素的初值0.0;-Vector vector of the container is introduced, the introduction of vector vector containers, not specified number of elements Define a used to store 10 double type of elements<willion> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[其他小程序] hudiexiaoying
说明:用龙格库塔法描绘蝴蝶效应的三个图形,大家可以看一看 对计算物理学的同学有帮助 -Using Runge-Kutta method described the butterfly effect three graph, we can look for computational physics students help<贝贝不会哭> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[Windows编程] Cholesky.cpp
说明:本代码是用C++ 写的丘拉斯基分解的实现文件 头文件已经上传 希望对大家有用 -This code is written in c++ and the high places of the decomposition of the yankees lars implementation file header file upload hope of the useful has been: thank you<董坤> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[Windows编程] pointer-function
说明:指针实现循环闪灯,从左到右实现4种状态不同闪烁的例程-pointer cycle<段晨风> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[Windows编程] 4
说明:已知在文件IN.DAT中存有10个产品销售记录,每个产品销售记录由产品代码dm(字符型4位)、产品名称mc(字符型10位)、单价dj(整型)、数量sl(整型)、金额je(长整型)几部份组成。其中:金额=单价×数量,可计算得出。编程:函数readData()读取这10个销售记录并存入结构数组sell中。函数sortData()按产品名称从小到大进行排列,若产品名称相同,则按金额从大到小进行排列,最终排列结果仍存入结构数组sell中。函数writeData()把结果输出到文件OUT.DAT中。结构数<蛛蛛> 在 2025-07-01 上传 | 大小:1kb | 下载:0