资源列表

« 1 2 ... .22 .23 .24 .25 .26 2927.28 .29 .30 .31 .32 ... 3400 »

[数学计算/工程计算3

说明:函数ReadDat()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中,请编制函数StrOL(),其函数的功能是:以行为单位对行中以空格或标点符号为分隔的所有单词进行倒排。最后把已处理的字符串(应不含标点符号)仍按行重新存入字符串数组xx中,最后调用函数writeDat()把结果xx输出到文件OUT6.DAT中。-Function ReadDat () to read from a file IN.DAT an article in English into the string
<房飞洒> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算4

说明:已知在文件IN.DAT中存有100个产品销售记录,每个产品销售记录由产品代码dm(字符型4位),产品名称mc(字符型10位),单价dj(整型),数量sl(整型),金额je(长整型)五部分组成。其中:金额=单价*数量计算得出。函数ReadDat()是读取这100个销售记录并存入结构数组sell中。请编制函数SortDat(),其功能要求: 按产品名称从小到大进行排列,若产品名称相等,则按金额从小到大进行排列,最终排列结果仍存入结构数组sell中,最后调用函数WriteDat()把结果输出
<房飞洒> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算5

说明:函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS2.DAT中。   替代关系:f(p)=p*13 mod 256(p是数组中某一个字符的ASCII值,f(p)是计算后新字符的ASCII值),如果计算后f(p)值小于等于32或其ASCII值是偶数,则该字符不变,否则将f(p)所对
<房飞洒> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算romberg

说明:数值计算,采用romberg算法实现的快速进行积分计算的简单C程序-Numerical calculation, using romberg algorithm for fast calculation of a simple C program integration
<Crane> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算monopole

说明:使用Rao-Wilson-Glisson三角法对有限地面上及生成的四分之一长单极子进行网格化,调用了德络内函数-Using the Rao-Wilson-Glisson triangular method of finite one-fourth of the ground and build long-monopole to grid, function calls within the German Contact
<冉茶宗> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算edfa

说明:Edfa gain computation versus pupm frequency
<ali> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算XXS

说明:电力系统的潮流分布Newton-Raphson算法,计算潮流分布 -Power flow distribution of Newton-Raphson algorithm, computational power flow distribution
<wqr> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算tabu

说明:This Tabu search, i use that in my dimplom.-This is Tabu search, i use that in my dimplom.
<Das> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算bingreedy

说明:此源程序为解决一维集装箱装载问题,但是为二维和三维算法提供了很好的思路。-This source code to solve one-dimensional container loading problem, but for the two-dimensional and three-dimensional algorithm provides a very good idea.
<碧天> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算DIJKSTRA

说明:Dijkstra s algorithm.For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
<andrushkutzzaa> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算KLMAN

说明:klman 离散随机系统的卡尔曼滤波编程算法,代码比较容易懂-klman discrete stochastic systems programming Kalman filter algorithm, the code easier to understand
<zzh> 在 2025-06-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算KLMAN0

说明:klman 离散随机系统的卡尔曼滤波编程算法主程序,应该比较好懂-klman discrete stochastic systems programming Kalman filter algorithm the main program, should better understand
<zzh> 在 2025-06-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 2927.28 .29 .30 .31 .32 ... 3400 »

源码中国 www.ymcn.org