资源列表
FindPrimeNumbers
- Write a C++ program that uses an array of n elements (where n is a user input) to determine and display the prime numbers between 2 and n, including n using the method described below. Ignore array elements 0 and 1. A prime number is any intege
mainc
- 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
FreeICTCLAS
- 对中文进行分词,c++实现多中文文本的分词算法-Using java prepared tf* idf results
kmeans
- 这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
src
- 格子玻尔兹曼处理流体流动,对初学者有很大帮助-Lattice boltzmann processing flow
TM_dielectric_cylinder
- TM波入射下电大介质柱的电磁散射特性计算-Optimization of Electromagnetic Scattering Characteristic for dielectric Cylinder by TM incidence
calculator
- 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
computationalgeometr
- acm的计算几何方面的ppt,代码等。适合参加程序设计竞赛的同学-acm aspects of computational geometry ppt, code, etc.. Suitable for students to participate in programming contest
Brownian-Motion-simulation
- 布朗运动是一种具有广泛应用背景的重要随机过程。在本文件中,采用了基于matlab GUI对二维布朗运动进行了仿真模拟-Brownian motion is a widely used background random process. In this document, using a two dimensional Brownian motion simulation based on the matlab GUI
mathematical-theory
- 由曹志浩教授编写的数值线性代数一书。讨论了数值线性代数的三大分支。-Written by the Professor Cao Zhihao numerical linear algebra book. Discussed the three branches of numerical linear algebra.
AHP
- AHP 层次分析法 层次分析法概述。层次分析法(Analytic Hierarchy Process简称AHP)是美国运筹学家T. L. Saaty教授于70年代初期提出的, AHP是对定性问题进行定量分析的一种简便、灵活而又实用的多准则决策方法。它的特点是把复杂问题中的各种因素通过划分为相互联系的有序层次,使之条理化,根据对一定客观现实的主观判断结构(主要是两两比较)把专家意见和分析者的客观判断结果直接而有效地结合起来,将一层次元素两两比较的重要性进行定量描述。而后,利用数学方法计算反映每
c
- 求两个数的最大和最小公约数 和最小公倍数