登录
首页 » Visual C++ » berth_quay10_8

berth_quay10_8

于 2020-07-02 发布 文件大小:96KB
0 175
下载积分: 1 下载次数: 12

代码说明:

  用于解决港口优化调度的算例,程序可解,且富有详细说明(The optimal scheduling algorithm used to solve the port, the program is solvable, and rich detailed instructions)

文件列表:

小论文10_8
..........\Backup
..........\......\小论文10_8
..........\......\..........\Program.cs,12542,2012-06-06
..........\......\..........\Properties
..........\......\..........\..........\AssemblyInfo.cs,1394,2012-05-31
..........\......\..........\小论文10_8.csproj,2768,2012-05-31
..........\......\小论文10_8.sln,929,2012-05-31
..........\UpgradeLog.XML,2314,2012-06-25
..........\_UpgradeReport_Files
..........\....................\UpgradeReport.css,3348,2012-06-25
..........\....................\UpgradeReport.xslt,12505,2010-05-04
..........\....................\UpgradeReport_Minus.gif
..........\....................\UpgradeReport_Plus.gif
..........\小论文10_8
..........\..........\bin
..........\..........\...\Debug
..........\..........\...\.....\test.lp,69392,2012-06-25
..........\..........\...\.....\小论文10_8.exe,11264,2012-06-25
..........\..........\...\.....\小论文10_8.pdb,22016,2012-06-25
..........\..........\...\.....\小论文10_8.vshost.exe,11608,2012-06-30
..........\..........\...\.....\小论文10_8.vshost.exe.manifest,490,2010-03-17
..........\..........\...\Release
..........\..........\obj
..........\..........\...\Debug
..........\..........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5863,2012-06-25
..........\..........\...\.....\ResolveAssemblyReference.cache,4817,2012-06-25
..........\..........\...\.....\TempPE
..........\..........\...\.....\小论文10_8.csproj.FileListAbsolute.txt,1583,2012-06-30
..........\..........\...\.....\小论文10_8.exe,11264,2012-06-25
..........\..........\...\.....\小论文10_8.pdb,22016,2012-06-25
..........\..........\Program.cs,12518,2012-06-25
..........\..........\Properties
..........\..........\..........\AssemblyInfo.cs,1394,2012-05-31
..........\..........\小论文10_8.csproj,4443,2012-06-25
..........\..........\小论文10_8.csproj.user,452,2012-06-25
..........\小论文10_8.sln,929,2012-06-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • GEAR
    吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)
    2021-03-08 11:29:28下载
    积分:1
  • -recursive-
    天线组阵中相位差的递推最小二乘估计与滤波(Phase array antenna group recursive least squares estimation and filtering)
    2013-12-20 13:17:48下载
    积分:1
  • q
    说明:  实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间(Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show)
    2010-05-29 10:45:27下载
    积分:1
  • shdom
    fortran语言的球谐函数离散坐标法大气传输模型主程序,可用于大气场景生成(FORTRAN, spheric harmonic function of the discrete coordinate method main program, the atmospheric transmission model can be used for the atmospheric scene is generated)
    2020-10-11 09:57:33下载
    积分:1
  • fft
    用C++编写的一维和二维快速傅里叶变换程序(Prepared with C++ one-dimensional and two-dimensional fast Fourier transform procedure)
    2013-11-04 16:19:50下载
    积分:1
  • STKtest1
    说明:  C++调用STK 仿真软件的程序。可以实时进行场景仿真。(C++ simulation software program called STK. Scenarios can be simulated in real time.)
    2020-09-21 13:37:51下载
    积分:1
  • fluid-1
    气泡上浮实验,基于fluent的二维模型(Bubble Floating Experiment)
    2019-03-28 21:16:57下载
    积分:1
  • projection
    CT迭代重建算法中3维投影矩阵的生成算法,该算法对学习计算机断层层析成像很有帮助。(CT image reconstruction projection ,3D)
    2012-10-26 23:46:42下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • cp
    说明:  最小二乘法拟合曲线的一个小程序,采用C++程序,(Least-squares fitting curve C++ program)
    2012-07-24 12:26:31下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 20今日下载