-
将空节点连接成链表的静态链表
about cooperation of list
- 2022-05-18 08:43:23下载
- 积分:1
-
列选主元的Gauss消去法
列选主元的Gauss消去法-out how the PCA Gaussian Elimination
- 2022-12-23 12:50:03下载
- 积分:1
-
With c++ Prepared Romberg integration process with examples and calculation resu...
用c++编写的龙贝格积分的程序
附有实例和计算结果-With c++ Prepared Romberg integration process with examples and calculation results
- 2022-02-07 07:17:57下载
- 积分:1
-
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程...
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book" s source code, which include the common realization of numerical algorithm, including complex calculations, matrix operations, linear equations, nonlinear equations, as well as the margin and the achievement of numerical integration.
- 2022-01-31 18:20:24下载
- 积分:1
-
构造说明语句的语法分析程序
1.根据PASCAL语言的说明语句形式,用手工及自动方法构造一个对说明语句进行词法分析的程序。该程序能对从键盘输入或从文件读入的形如:
“const count=10,sum=81.5,char1=’f’,string1=”hj”, max=169;”
的常量说明串进行处理,分析常量说明串中各常量名、常量类型及常量值,并统计各种类型常量个数。
2.对说明语句经词法分析器分析得到的
- 2022-01-26 02:36:15下载
- 积分:1
-
这个是SIMPSON求基公式的运用,求解任意一个函数在某个积分区间的结果。...
这个是SIMPSON求基公式的运用,求解任意一个函数在某个积分区间的结果。-SIMPSON this is the base formula for the use of a function to solve arbitrary points in a range of results.
- 2022-02-05 22:03:14下载
- 积分:1
-
问题分类
TF-IDF(term frequency–inverse document frequency)是一种用于资讯检索与资讯探勘的常用加权技术, TFIDF的主要思想是:如果某个词或短语在一篇文章中出现的频率TF高,并且在其他文章中很少出现,则认为此词或者短语具有很好的类别区分能力,适合用来分类。TFIDF实际上是:TF * IDF,TF词频(Term Frequency),IDF反文档频率(Inverse Document Frequency)。TF表示词条在文档d中出现的频率。IDF的主要思想是:如果包含词条t的文档越少,也就是n越小,IDF越大,则说明词条t具有很好的类别区分能力。如果某一类文档C中包含词条t的文档数为m,而其它类包含t的文档总数为k,显然所有包含t的文档数n=m + k,当m大的时候,n也大,按照IDF公式得到的IDF的值会小,就说明该词条t类别区分能力不强。但是实际上,如果一个词条在一个类的文档中频繁出现,则说明该词条能够很好代表这个类的文本的特征,这样的词条应该给它们赋予较高的权重,并选来作为该类文本的特征词以区别与其它类文档。这就是IDF的不足之处。
- 2022-02-24 18:34:48下载
- 积分:1
-
文化基因算法伪代码
memetic是一种高效的文化进化计算方法,该范例以Rosenbroek函数为例进行了演示,你也可以加入其它函数进行测试。-memetic cultural evolution is an efficient method of calculating the sample to Rosenbroek function as an example of the presentation, you can also add other functions to be tested.非原创,仅限分享。
- 2022-10-13 04:35:03下载
- 积分:1
-
简单的java程序
简单的java程序,对java的初学者相当有利,不仅能获取知识,也能培养自己变成的兴趣,一举两得,是个不错的选择呢。
- 2023-05-03 08:25:02下载
- 积分:1
-
Molgedey和舒斯特去相关算法,具有方形混合矩阵A。
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated .
The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.-The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated . The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.
- 2022-03-17 02:59:15下载
- 积分:1