-
文学研究助手(AC自动机版本)
资源描述英文小说存放于一文本文件中,待统计的词汇集合要一次输入完毕,程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。 整个统计过程中只对小说文字扫描一遍以提高效率。
- 2023-01-20 17:50:03下载
- 积分:1
-
MATLAB6.0数学手册
MATLAB6.0数学手册-coefficients Mathematics Handbook
- 2022-02-01 10:06:35下载
- 积分:1
-
multi
多维数组(二维以下和数组)在内存中也是按顺序存放的,因此也可以用这种方式传递。但是,如果要确切知道每个元素在数组中的位置,就应给出各维的最大索引值-multi-dimensional arrays (two-dimensional array and below) in memory is stored sequentially, so you can pass this way. However, if we know exactly each element in the array position, it should be given the largest peacekeeping index
- 2022-03-04 16:08:08下载
- 积分:1
-
线性表操作
基于数据结构的操作,包括线性表结构建立,线性表元素的增删和线性表置空清空等操作,本代码的操作语言为C
- 2022-03-18 15:53:25下载
- 积分:1
-
简单的求和小程序
c语言程序 求和C语言是一种计算机程序设计语言,它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔实验室的Dennis M. Ritchie于1972年推出,1978年后,C语言已先后被移植到大、中、小及微型机上,它可以作为工作系统设计语言,编写系统应用程.
- 2022-01-22 00:48:45下载
- 积分:1
-
实现了简单的宽度优先搜索,算法比较简单,课程设计时可用。...
实现了简单的宽度优先搜索,算法比较简单,课程设计时可用。-To achieve a simple breadth-first search
- 2022-08-16 07:51:56下载
- 积分: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-02-22 07:35:43下载
- 积分:1
-
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引...
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引-matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker
- 2022-03-14 17:46:13下载
- 积分:1
-
This is a publication by the University of Cambridge, a set of c language inform...
这是一套由剑桥大学出版的一套c语言的科学计算资料及相关的算法源程序,非常权威,这套资料对从事软件开发,科研计算等人都非常有帮助-This is a publication by the University of Cambridge, a set of c language information and related scientific computing algorithm source code, very authoritative, this information is engaged in software development, scientific computing, such as people are very helpful
- 2022-04-21 23:36:00下载
- 积分:1
-
构建凸包和不规则三角网
使用C#和Arcengine技术,通过读取txt坐标的DEM高程数据文件文件,在mapcontrol上绘制点,并由点构建凸包,由三角网生长算法构建不规则三角网
- 2023-01-22 03:15:04下载
- 积分:1