登录
首页 » 算法 » 蒸发的无梗水滴 I.理论因素为双组分体系

蒸发的无梗水滴 I.理论因素为双组分体系

于 2022-06-21 发布 文件大小:2.37 kB
0 162
下载积分: 2 下载次数: 1

代码说明:

这个 codet 的目的是提供一个模型和计算机的程序,可以用于单组分无梗液滴在非机密及易于遵循的窗体中的蒸发。提供了一个示例应用程序的单组分无梗液滴。此外,提供的模型及计算机程序旨在用于计算的无梗液滴蒸发组成的两个组件解决方案。此模型为解决众多的使命问题。

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

发表评论

0 个回复

  • This is the document on the operation of a title, and that Italy, we can see tha...
    这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从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.
    2022-05-24 19:47:39下载
    积分:1
  • 构造说明语句的语分析程序
    1.根据PASCAL语言的说明语句形式,用手工及自动方法构造一个对说明语句进行词法分析的程序。该程序能对从键盘输入或从文件读入的形如: “const count=10,sum=81.5,char1=’f’,string1=”hj”, max=169;” 的常量说明串进行处理,分析常量说明串中各常量名、常量类型及常量值,并统计各种类型常量个数。 2.对说明语句经词法分析器分析得到的
    2022-01-26 02:36:15下载
    积分:1
  • 遗传的一些见解。特别是简单的遗传程序…
    关于遗传算法的一些见地。特别是关于简单遗传程序设计的实现。-on Genetic Algorithms some insight. Especially on the simple genetic procedures designed to achieve.
    2022-03-06 13:27:25下载
    积分:1
  • 用c语言编写的贝齐尔曲线
    用c语言编写的贝齐尔曲线-prepared by the Bezier curve
    2022-01-28 07:43:29下载
    积分:1
  • 有关ACM的一些研究,主要是线段树方面
    有关ACM的一些算法研究,主要是线段树方面-Line Tree
    2022-04-06 11:58:37下载
    积分:1
  • 伯肃叶流动用格子boltzmann方去扩展新的研究方
    伯肃叶流动用格子boltzmann方法去扩展新的研究方法-Peter Stephen leaf lattice boltzmann method flow go with the expansion of new research methods
    2022-10-15 11:15:03下载
    积分:1
  • 贪吃蛇
    应用背景某个公司的面试题,贪吃蛇,用动态规划求解最佳路径。蛇从屏幕左端走到右边,经过格子可以得分,求最大得分关键技术动态规划,DP。一列一列的递归,右边一列的值取决于左边一列的值,从左到右最后获得全局解。
    2022-02-05 16:24:21下载
    积分:1
  • k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k object as initial cluster centers and the remaining for the other object, then according to their cluster center with those of the similarity (distance) respectively assigned to them with the most similar (represented by cluster center) clustering obtained and then calculated for each new cluster center clustering (all objects in the cluster mean) repeated this process until the standard measure of function until the beginning of convergence.
    2023-07-14 07:15:02下载
    积分:1
  • 飞控核心--四元数互补滤波(源码)
    资源描述四元数互补滤波算法,已经在无人机项目中使用
    2022-03-24 17:33:02下载
    积分:1
  • 函数名称:CRC
    函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全"1"(0xFFFF)。 b.寄存器组向右移动一个字节。 c.刚移出的那个字节与数据字节进行异或运算,得出一个指向值表的索引。 d.索引所指的表值与寄存器组做异或运算。 f.数据指针加1,如果数据没有全部处理完,则重复步骤b。 g.寄存器组取反,得到CRC,附加在数据之后(这一步可省略)。
    2023-05-27 07:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载