Welcome![Sign In][Sign Up]
Location:
Search - BBP

Search list

[Mathimatics-Numerical algorithmsgb-bbp

Description: bbp算法计算圆周率精确到千万位以上-bbp algorithm for calculating pi accurate to more than 10 million
Platform: | Size: 1880 | Author: 高兵 | Hits:

[Other resourcechinapi_demo

Description: 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及公开文档需包含下列文字: 修改自分布式计算开发示例 原作者 郝佳男 2、不得用于以下用途: 1)非法项目 2)商业项目 3)与个人功利有关的方面(如论文、毕设等) 3、经原作者特殊授权的不受此条款制约 由于制作仓促,难免会有疏漏,敬请指正 欢迎大家讨论(http://www.equn.com/forum/forumdisplay.php?fid=2) 但下列问题请大家自己查阅相关资料(我希望重点讨论与分布式计算有关的部分) 原因:这些都是实现的细节,并非分布式计算设计的重点 1、Windows编程方面的 2、VB编程方面的 3、BBP公式相关 4、WinSock编程方面的 5、数据库方面的 -which I specially produced by the example of distributed computing procedures, is for staff development related to the use of the reference to ChinaPI for the internal test version of a blueprint for modification %, aimed at improving China's distributed computing framework for the design standards integrity, Apart from the safety component contains other important components (in order to highlight ChinaPI distributed computing and security, various components have been simplified) on the PI BBP calculated using the formula (not part of the core focus, written more chaos) for user-friendly, using Visual Basic 6.0 is not a standard document prepared documentation, only indicative of the source code and related documentation can be modified after issuance, subject to the following condit
Platform: | Size: 113707 | Author: 侯欣杰 | Hits:

[Other resourcepai

Description: 本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。 最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
Platform: | Size: 10679 | Author: 邓超 | Hits:

[Mathimatics-Numerical algorithmsgb-bbp

Description: bbp算法计算圆周率精确到千万位以上-bbp algorithm for calculating pi accurate to more than 10 million
Platform: | Size: 2048 | Author: 高兵 | Hits:

[Algorithmchinapi_demo

Description: 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用 本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平 架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化) 对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱) 为了通俗易懂,使用VB6.0编写 文档并非标准文档,只是示意性的 相关源码及文档可以经修改后再发行,但须遵循以下条款: 1、源码及公开文档需包含下列文字: 修改自分布式计算开发示例 原作者 郝佳男 2、不得用于以下用途: 1)非法项目 2)商业项目 3)与个人功利有关的方面(如论文、毕设等) 3、经原作者特殊授权的不受此条款制约 由于制作仓促,难免会有疏漏,敬请指正 欢迎大家讨论(http://www.equn.com/forum/forumdisplay.php?fid=2) 但下列问题请大家自己查阅相关资料(我希望重点讨论与分布式计算有关的部分) 原因:这些都是实现的细节,并非分布式计算设计的重点 1、Windows编程方面的 2、VB编程方面的 3、BBP公式相关 4、WinSock编程方面的 5、数据库方面的 -which I specially produced by the example of distributed computing procedures, is for staff development related to the use of the reference to ChinaPI for the internal test version of a blueprint for modification %, aimed at improving China's distributed computing framework for the design standards integrity, Apart from the safety component contains other important components (in order to highlight ChinaPI distributed computing and security, various components have been simplified) on the PI BBP calculated using the formula (not part of the core focus, written more chaos) for user-friendly, using Visual Basic 6.0 is not a standard document prepared documentation, only indicative of the source code and related documentation can be modified after issuance, subject to the following condit
Platform: | Size: 113664 | Author: 侯欣杰 | Hits:

[Algorithmpai

Description: 本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。 最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
Platform: | Size: 10240 | Author: 邓超 | Hits:

[Mathimatics-Numerical algorithmsBBP

Description: 利用BBP算法计算pi值。详细讲解了BBP算法的推导过程,可用于快速计算Pi值。-The use of BBP algorithm to calculate the value of pi. BBP algorithm is explained in detail the derivation process can be used to quickly calculate the value of Pi.
Platform: | Size: 46080 | Author: BlueStar | Hits:

[AI-NN-PRbbp

Description: 神经网络能有效的来训练数据,训练后的效果还很不错,使用Matlab编程的-Effective neural network to training data, training effect is still very good, using Matlab programming
Platform: | Size: 2048 | Author: 杨米 | Hits:

[Windows DevelopPplaate-reeadl

Description: 车牌的定位与分割,和使用BBP神经网络实现字符的识别。 -Positioning and segmentation of license plate character recognition and BBP neural network.
Platform: | Size: 486400 | Author: 消极 | Hits:

[Program docRT3050_5x_V2.0_081408_0902

Description: The RT3052 SOC combines Ralink’s 802.11n draft compliant 2T2R MAC/BBP/RF, a high performance 384MHz MIPS24KEc CPU core, 5-port integrated 10/100 Ethernet switch/PHY, an USB OTG and a Gigabit Ethernet MAC. With the RT3052, there are very few external components required for 2.4GHz 11n wireless products. The RT3052 employs Ralink 2nd generation 11n technologies for longer range and better throughput. The embedded high performance CPU can process advanced applications effortlessly, such as routing, security and VOIP. The USB por t can be configured to access external storage for Digital Home applications. In addition, the RT3052 has rich hardware interfaces (SPI/I2S/I2C/UART/GMAC) to enable many possible applications.
Platform: | Size: 3311616 | Author: Andy | Hits:

[Windows DevelopBBP--nnnP

Description: BP神经网络分类器程序源码有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令令符下下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开Weight.dat、Sample.d -BP neural network classifier program source code has two operating states, a learning another classification. Bp learn, learning state, entered in the Dos Command Prompt and began learning the study results on the weight.dat in work state, input the bp work, they begin to identify classfyme Dos command Ling Fu under. dat data after recognition is complete the results on results.dat. Bp running any kind of state can manually open Weight.dat, Sample.d
Platform: | Size: 69632 | Author: 表现 | Hits:

[Other42832795pai

Description: BBP算法求pi,可以输入任意精度,算法统计运行时间,内存消耗-BBP algorithm for getting pi, why must be 20 words, such a good algorithm also required description
Platform: | Size: 10240 | Author: 石金玉 | Hits:

[Linux-Unixadm8211

Description: Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC/BBP).
Platform: | Size: 17408 | Author: kyrebec7803 | Hits:

[Linux-Unixadm8211

Description: Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC BBP).
Platform: | Size: 17408 | Author: reficin | Hits:

[Linux-Unixadm8211

Description: Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC BBP).
Platform: | Size: 17408 | Author: kkqinkang | Hits:

[Energy industryBBP-autotests

Description: 电力系统母线保护功能自动测试代码:包括基本开入开出模拟量接口测试、支路各保护功能测试、母联各保护功能测试等等。-Powersystem bus-bar protection autotesting.Basic binary IO and analog input interfaces, bay functions, tie fucntions.
Platform: | Size: 99328 | Author: lxzf | Hits:

CodeBus www.codebus.net