资源列表

« 1 2 ... .45 .46 .47 .48 .49 2350.51 .52 .53 .54 .55 ... 3400 »

[数学计算/工程计算c++mathfunc

说明:用c++编写数学常用算法的源代码,包括矩阵、向量操作,一般和特殊函数。-With c++ Commonly used mathematical algorithms to prepare the source code, including the matrix, vector operations, general and special functions.
<梁潇> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算count

说明:一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排, 每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数 字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1, 2,…,9。-A book page from the natural number coding sequence until the beginning of one natural number n. Book page num
<lin> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算Sink

说明:Ex8-4 汇点问题 « 问题描述: 采用邻接矩阵表示一个具有n 个顶点的图时,大多数关于图的算法时间复杂性为 O(n2 ),但也有例外。例如,即使采用邻接矩阵表示一个有向图G,确定G 是否含有一个 汇(即入度为n-1,出度为0 的顶点),只需要O(n)计算时间。试写出其算法。 « 编程任务: 对于给定的有n个顶点的图G 的邻接矩阵,各顶点依次编号为1,2,…,n。试设计一 个O(n)时间算法,计算图G 的汇点。 « 数据输入:
<Tonsen> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算LS

说明:此源码在c++环境下,实现实现最小二乘估计算法的计算。-This source in c++ Environment, realize realize the calculation of least squares estimation algorithm.
<金甲> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算zuixiaoercheng

说明:这是一个有关最小二乘的算法-This is a least-squares algorithm
<> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算homework1

说明:圆周率统计计算方法仿真(即蒙特卡罗Monte Carlo仿真) 文件 应用程序:圆周率的统计计算.exe 源代码文件:圆周率的统计计算.c-Statistical method of calculating pi simulation (ie Monte Carlo simulation Monte Carlo) file applications: the statistical calculation of pi. Exe source code files: the sta
<文字> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算NPVertexCover

说明:NP问题的顶点覆盖问题的近似算法的Vc++实现-NP problem vertex cover problem approximation algorithm Vc++ Achieve
<walle> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算TSFFT

说明:TS201 FFT程序,学习tigersharc的可以参考一下-TS201 FFT procedures, learning TigerSHARC can refer to
<蒋景红> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算jisuanfangfa

说明:数值分析方法,主要里面涵盖了计算方法方面matlab程序!-Numerical analysis methods, which cover the main aspects of the calculation method matlab program!
<raosu> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算RegulateurPID

说明:Basic PID to drive two motors.
<misteroups> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算FFT

说明:This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classi
<nytza> 在 2025-07-03 上传 | 大小:51kb | 下载:0

[数学计算/工程计算Dijks-Shor-Path

说明:实现了求最短路径的Dijkstra算法,方便操作,可以自已在程序界面上指定每一个点的位置,在界面上空白的地方每点击一下生成一个点-Achieved for the Dijkstra shortest path algorithm to facilitate the operation of their own in the program interface can be specified on the location of each point in the interface areas
<Shanrock> 在 2025-07-03 上传 | 大小:51kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 2350.51 .52 .53 .54 .55 ... 3400 »

源码中国 www.ymcn.org