登录
首页 » 算法 » This is the document on the operation of a title, and that Italy, we can see tha...

This is the document on the operation of a title, and that Italy, we can see tha...

于 2022-05-24 发布 文件大小:8.54 kB
0 124
下载积分: 2 下载次数: 1

代码说明:

这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided into three parts. The first part from in.dat read into the data, the second part of that is to achieve the ranking algorithm, the final order will be to achieve the results were exported to out.dat.

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

发表评论

0 个回复

  • 面阵中的二维角度估计unitary-esprit
    资源描述本文基于面阵提出一种UNITARY-ESPRIT算法解决非相干信源的二维DOA估计问题,利用酉变换把复值导向矩阵和复协方差矩阵转换为实值计算,因此特征值分解或者奇异值分解仅在实数域下进行,大大降低运算复杂度,而且估计性能优于传统的ESPRIT算法。
    2022-08-19 05:30:42下载
    积分:1
  • VB有限元程序,利用三角形单元来计静力荷载
    VB有限元程序,利用三角形单元来计算静力荷载
    2022-10-06 01:55:03下载
    积分:1
  • 高维数据判别分析程序!数据挖掘及图像分析利器!matlab版!...
    高维数据判别分析程序!数据挖掘及图像分析利器!matlab版!-High dimensional data discriminant analysis procedures! Data mining and image analysis tool! matlab version!
    2022-11-23 04:55:03下载
    积分:1
  • C语言查表求atan函数,
    采用C语言实现,查表法运算速度快,对于不带浮点运算的单片机来说,查表法既简单又高效,对于一般精度要求的场合都适用。查表法只需要查找判断,不涉及浮点计算,对时钟要求不高,可轻松应用的51单片机上。例程给出了此查表法在TI的MSP430单片机中的简单应用。
    2022-02-27 04:10:11下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-05-01 03:01:58下载
    积分:1
  • simple二维非稳态对流传热问题
    已测试有效,计算结果为流场中喷入热流体后的参数变化过程,可直接导入到tecplot中观察,包含温度、压力、速度和密度随之间的变化过程。代码中使用交错网格,simple算法,TDMA求解,考虑了非稳态和湍流的计算,可以作为有限体积法编程的入门算例,希望对广大学习流体力学的同学有帮助。
    2022-01-26 06:30:56下载
    积分:1
  • 方程求根的数值实验,利用Newton迭代,求出所给方程的跟。...
    方程求根的数值实验,利用Newton迭代算法,求出所给方程的跟。-Equation Roots of numerical experiments using the Newton iterative algorithm are obtained with the given equation.
    2023-03-16 11:15:04下载
    积分:1
  • 6元+ +下的元胞自动机生成程序,很难
    vc++6.0下的元胞自动机生成程序,好不容易找到的哦,非常好用!-vc++6.0 under the cellular automaton generating program, hard-won Oh, very easy to use!
    2023-08-26 02:15:04下载
    积分:1
  • 文件MD5 生产
    char *MD5_file (char *path, int md5_len)   {       FILE *fp = fopen (path, "rb");       MD5_CTX mdContext;       int bytes;       unsigned char data[1024];       char *file_md5;       int i;          if (fp == NULL) {           fprintf (stderr, "fopen %s failed ", path);           return NULL;       }          MD5Init (&mdContext);       while ((bytes = fread (data, 1, 1024, fp)) != 0)       {           MD5Update (&mdContext, data, bytes);       }       MD5Final (&mdContext);              file_md5 = (char
    2022-07-11 22:12:17下载
    积分:1
  • 这是一个验证歌德巴赫猜想对2000以内的正偶数成立的小程序
    这是一个验证歌德巴赫猜想对2000以内的正偶数成立的小程序-This is a test Goldbach conjecture right now within the 2000 establishment of even small programs
    2022-03-20 07:11:48下载
    积分:1
  • 696518资源总数
  • 105964会员总数
  • 17今日下载