文件名称:sqrt
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-14
- 文件大小:
- 94kb
- 下载次数:
- 0次
- 提 供 者:
- S**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个求取sqrt(x)的程序(仿计算器的功能),输入任意10位有效数字以内的正数,可以求取其正的平方根,要求精确到10位有效数字。实现了泰勒级数展开、牛顿迭代、二次插值、最佳一次逼近、卡马克平方根倒数。-A strike sqrt (x) of the program (like a calculator function), the positive input 10 of any less significant digits, the positive square root of the strike may require accurate to 10 significant digits. Achieve a Taylor series expansion, Newton iteration, quadratic interpolation, the best time approximation, reciprocal square root Carmack.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2011011450_547603_209507774_2011011450_自11_盛腾飞
..................................................\作业2
..................................................\.....\Readme.txt
..................................................\.....\作业2
..................................................\.....\.....\App.config
..................................................\.....\.....\Form1.Designer.cs
..................................................\.....\.....\Form1.cs
..................................................\.....\.....\Form1.resx
..................................................\.....\.....\Program.cs
..................................................\.....\.....\Properties
..................................................\.....\.....\..........\AssemblyInfo.cs
..................................................\.....\.....\..........\Resources.Designer.cs
..................................................\.....\.....\..........\Resources.resx
..................................................\.....\.....\..........\Settings.Designer.cs
..................................................\.....\.....\..........\Settings.settings
..................................................\.....\.....\bin
..................................................\.....\.....\...\Release
..................................................\.....\.....\...\.......\作业2.exe
..................................................\.....\.....\...\.......\作业2.exe.config
..................................................\.....\.....\...\.......\作业2.pdb
..................................................\.....\.....\...\.......\作业2.vshost.exe
..................................................\.....\.....\...\.......\作业2.vshost.exe.config
..................................................\.....\.....\...\.......\作业2.vshost.exe.manifest
..................................................\.....\.....\obj
..................................................\.....\.....\...\Debug
..................................................\.....\.....\...\.....\DesignTimeResolveAssemblyReferences.cache
..................................................\.....\.....\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
..................................................\.....\.....\...\.....\TempPE
..................................................\.....\.....\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
..................................................\.....\.....\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
..................................................\.....\.....\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
..................................................\.....\.....\...\.....\作业2.Form1.resources
..................................................\.....\.....\...\.....\作业2.Properties.Resources.resources
..................................................\.....\.....\...\.....\作业2.csproj.FileListAbsolute.txt
..................................................\.....\.....\...\.....\作业2.csproj.GenerateResource.Cache
..................................................\.....\.....\...\.....\作业2.csprojResolveAssemblyReference.cache
..................................................\.....\.....\...\.....\作业2.exe
..................................................\.....\.....\...\.....\作业2.pdb
..................................................\.....\.....\...\Release
..................................................\.....\.....\...\.......\DesignTimeResolveAssemblyReferencesInput.cache
..................................................\.....\.....\...\.......\TempPE
..................................................\.....\.....\...\.......\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
..................................................\.....\.....\...\.......\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
..................................................\.....\.....\...\.......\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E7