自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (14)
  • 收藏
  • 关注

原创 欧拉计划(11)Largest product in a grid

【题目】在20X20的网格中同一直线上四个数的最大乘积是多少?In the 20×20 grid below, four numbers along a diagonal line have been marked in red.08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 77 91 0849 49 99 40 17 81

2015-05-11 21:17:57 1536

原创 欧拉计划(10)Summation of primes

【题目】The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.Find the sum of all the primes below two million.【翻译】10以下的质数的和是2 + 3 + 5 + 7 = 17.找出两百万以下所有质数的和。【思路】依旧暴力法 【代码】bool isPr

2015-05-09 17:28:07 546

原创 欧拉计划(9)Special Pythagorean triplet

【题目】A Pythagorean triplet is a set of three natural numbers, a b c, for which,a2 + b2 = c2For example, 32 + 42 = 9 + 16 = 25 = 52.There exists exactly one Pythagorean triplet for which a +

2015-05-09 17:23:30 680

原创 欧拉计划(8)Largest product in a series

【题目】The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832.7316717653133062491922511967442657474235534919493496983520312774506326239578318016

2015-05-09 17:01:32 1007

原创 欧拉计划(7)10001st prime

【题目】By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.What is the 10 001st prime number?【翻译】前六个质数是2,3,5,7,11和13,其中第6个是13.第10001个质数是多少?

2015-05-09 16:33:56 639

原创 欧拉计划(6)Sum square difference

【题目】The sum of the squares of the first ten natural numbers is,12 + 22 + ... + 102 = 385The square of the sum of the first ten natural numbers is,(1 + 2 + ... + 10)2 = 552 = 3025Hence th

2015-05-09 16:22:00 896

原创 欧拉计划(5) Smallest multiple

【题目】2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.What is the smallest positive number that is evenly divisible by all of the numbers

2015-05-09 16:09:09 718

原创 欧拉计划(4)Largest palindrome product

【题目】A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99.Find the largest palindrome made from the product of two

2015-05-09 14:57:19 804

原创 欧拉计划(3)Largest prime factord

【题目】The prime factors of 13195 are 5, 7, 13 and 29.What is the largest prime factor of the number 600851475143 ?【翻译】13195的质数因子有5,7,13和29.600851475143的最大质数因子是多少?【思路】求一个数分解质因数,要从最小

2015-05-09 13:29:05 726

原创 欧拉计划(2)Even Fibonacci numbers

【题目】Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...By consi

2015-05-09 10:16:37 676

原创 欧拉计划(1)Multiples of 3 and 5

【题目一】If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.Find the sum of all the multiples of 3 or 5 below 1000.【翻译】10以

2015-05-09 10:03:39 1846

虹软2017年秋招算法岗笔试题

虹软2017年秋招算法岗笔试题

2016-09-16

13年南理工上机真题

13年南理工上机真题

2014-04-08

南理工877计算机2014年真题

南理工877计算机2014年真题

2014-04-08

MATLAB6实例教程._.郝红伟编著_.-.北京_.中国电力出版社,.2001年9_0.rar

MATLAB6 使用教程 适合初学者多看一下

2012-09-17

精通MATLAB—综合辅导与指南.rar

精通MATLAB—综合辅导与指南 北京师范大学的数学建模教程,可以看下,吸收点精华……

2012-09-17

数学建模软件spss和SAS软件教程

数学建模软件spss和SAS软件教程 好东西,不解释,自己看

2012-09-15

数学建模教程

数学建模教程 初学者应该看看的书……个人感觉还不错

2012-09-15

LINGO和Excel在数学建模中的应用

LINGO和Excel在数学建模中的应用 经典作品

2012-09-13

数模竞赛matlab经典算法的程序.zip

涉及算法: 插值与拟合 规划问题 常见绘图 解方程 数据分析 图论算法 优化算法

2012-09-10

数学建模10大算法详解+程序源码打包.rar

蒙特卡罗算法、数据拟合、参数估计、插值等数据处理算法 线性规划、整数规划、多元规划、二次规划等规划类问题 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法 模拟退火法、神经网络、遗传算法 、网格算法和穷举法

2012-09-10

克里金工具箱

克里金(Kriging)插值法又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。它首先考虑的是空间属性在空间位置上的变异分布.确定对一个待插点值有影响的距离范围,然后用此范围内的采样点来估计待插点的属性值。该方法在数学上可对所研究的对象提供一种最佳线性无偏估计(某点处的确定值)的方法。它是考虑了信息样品的形状、大小及与待估计块段相互间的空间位置等几何特征以及品位的空间结构之后,为达到线性、无偏和最小估计方差的估计,而对每一个样品赋与一定的系数,最后 进行加权平均来估计块段品位的方法。但它仍是一种光滑的内插方法 在数据点多时,其内插的结果可信度较高 。

2012-09-10

克里金插值matlab程序

克里金插值matlab程序 克里金(Kriging)插值法又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。它首先考虑的是空间属性在空间位置上的变异分布.确定对一个待插点值有影响的距离范围,然后用此范围内的采样点来估计待插点的属性值。该方法在数学上可对所研究的对象提供一种最佳线性无偏估计(某点处的确定值)的方法。它是考虑了信息样品的形状、大小及与待估计块段相互间的空间位置等几何特征以及品位的空间结构之后,为达到线性、无偏和最小估计方差的估计,而对每一个样品赋与一定的系数,最后 进行加权平均来估计块段品位的方法。但它仍是一种光滑的内插方法 在数据点多时,其内插的结果可信度较高 。

2012-09-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除