资源列表

« 1 2 ... .02 .03 .04 .05 .06 2907.08 .09 .10 .11 .12 ... 3400 »

[数学计算/工程计算Mod_Realloc

说明:采用FOR90语言编制的实现类似Delphi中Setlength的动态数组扩展功能。原有的FORTRAN90的动态数组在扩展时首先需要释放掉原有空间,即原有数据不能得以保存,而SetLength(A,N)则将A的长度动态设定为N,而保持原有数据。 这种动态数组在很多时候非常有用。-reallocated array a to newsize FORTRAN array while keeping the original da
<韧峰> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Mod_CPUTime

说明:一个用来实现CPU间计算的FORTRAN90模块M_CPUTime。在你的FORTRAN程序中,只要包含这一模块,就可以在你的主要算法运行前:Call GetStartTime(),在你的算法运行完成后Call GetEndTime()就可以在屏幕上打印出你的算法程序的耗时。主要用于FORTRAN程序设计中,各算法速度之间的比较。-A FOR90 module to count the expending time of some Fo
<韧峰> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算WLSF

说明:基于加权最小二乘的探测器状态估计,可实现快速估计和收敛-Weighted LM based probe states estimation, with high speed and rapid convergence.
<木月> 在 2024-11-17 上传 | 大小:1kb | 下载:1

[数学计算/工程计算Parabolic-interpolation-procedure

说明:Fortran编写的抛物线插值法程序Parabolic-interpolation-procedure.f90-Parabolic interpolation procedure
<枫过留痕> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fan

说明:问题描述: 球赛门票的售票处规定每位购票者限购一张门票,且每张门票售价50元。购票者中有 m位手持50元钱币,另有n人手持100元。假设售票处开始售票时无零钱。问这m+n人有 几种排队方式可使售票处不致出现找不出钱的局面。 编程任务: 对给定的m,n(0<=m,n<=11),输出各种排队方式(从小到大),计算出排队方式总数。 -Problem Descr iption: The box office
<atlantis> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算calculator

说明:你可以用其来模拟计算器进行数学计算,相当于计算器算法-You can use it to simulate calculator for mathematical calculations, which is equivalent calculator algorithm
<罗横> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算IDMAgold

说明:Simulating Interleave Division Multiple Access technique using Gold coding on Matlab environment
<Nabil> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算code5

说明:在1~42 的整數中, 樂透彩會開出6 個號碼以及一個特別號, 請你寫一個程式以計算n 張彩券的中獎總金額. 中獎規則以及獎額假設如下: 獎項規則獎金 頭獎6 個號碼全中1,000,000 二獎6 個號碼中5 個, 另一個中特別號100,000 三獎6 個號碼中5 個10,000 四獎6 個號碼中4 個1,000 五獎6 個號碼中3 個100 註: 中頭獎的不能再被被視為中三獎-Integers from 1
<James> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算compensator

说明:control systems compensator in image processing
<Arun> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算pra_cont

说明:regarding the control systems
<Arun> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算sortowanie

说明:The function shows the image
<Przemko81> 在 2024-11-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算interParaSuce

说明:Successive parabolic interpolation is a technique for finding the extremum (minimum or maximum) of a continuous unimodal function by successively fitting parabolas (polynomials of degree two) to the function at three uni
<Marcio> 在 2024-11-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 2907.08 .09 .10 .11 .12 ... 3400 »

源码中国 www.ymcn.org