CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - LoG

搜索资源列表

  1. Calculate20060802

    1下载:
  2. VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等 -VC most cattle arithmetic expression math.h will integrate all functions are used together can be worked out including the arithmetic; (, Shogen, Yuxuan, involution, ln log, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11761
    • 提供者:周志光
  1. sciencecomputer

    0下载:
  2. 这是一个科学计算器,可以进行基本的加减乘除运算,还可以进行三角运算,以及平方开方log运算等。-This is a scientific calculator, the basic arithmetic operations can also be used for Triangle operations and the square prescribing log, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32225
    • 提供者:smilefish
  1. whitenoise

    1下载:
  2. 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。 1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为用户输入的变量; 2) M =235,ζi= x/M; 3) 取ζi的小数部分再赋值给ζi+1,这就是均匀分布白噪声; 4) 利用公式
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5711
    • 提供者:陈栋
  1. gaussrand

    0下载:
  2. 生成标准正态分布的随机数,也可由此随机数生成其他的随机数,数对数正态分布随机数。-Standard normal distribution to generate the random numbers can also be a result of other random number generator random number, the number of log-normal distribution of random numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:912
    • 提供者:吴承华
  1. cordic

    1下载:
  2. cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1855
    • 提供者:waqas
  1. HuangAlgorithmIpLookup

    0下载:
  2. this file need a traffic log in txt format, given the traffic log, it gets the ip address source and destination to perform the IP-lookup following the Huang s algorithm, as result it returns another txt showing the right port and destination ip
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3291
    • 提供者:Pedr0
  1. Extractionofabsorptionspectrum

    1下载:
  2. 吸收系数是进行储层描述和油气预测时的一个重要参数 ,它对岩性变化具有很高的灵敏性。结合层位解释结果从地震资料中提取该层位地层吸收系数的空间分布对于提高油藏描述及油气预测精度具有重要作用 ,并可与其它地震、测井和地质信息相结合直接用于圈定油气分布范围 ,估算储量-Absorption coefficient is an important parameter in the reservoir descr iption and hydrocarbon prediction. It is very s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1123
    • 提供者:解建建
  1. Expresschengxu

    0下载:
  2. 函数程序中支持的函数有:sin,cos,tan,asin,acos,atan,exp,log,sign,pow-Function program support functions are: sin, cos, tan, asin, acos, atan, exp, log, sign, pow
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:29972
    • 提供者:欧阳
  1. cpp_tracer

    0下载:
  2. Lifitime tracer. *** *** *** *** *** *** *** *** ***** Example: #include <timings.h> void foo() { TRACE_LIFETIME usleep(100000) } void main() { foo() } *** *** *** *** *** *** *** *** *** See lifetimes.log: FUNC
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6054
    • 提供者:Gosh
  1. ydaimaIntegarteClass

    0下载:
  2. 件介绍:一个求积分的VC++类及Demo源代码 一个求积分的VC++类及Demo源代码,特点:   1. 支持各种复杂的积分表达式,可含任何数学函数,如 3*exp(x)*tan(x)/(8+log(x))   2. 可检查出表达式的书写错误   3. 可设置积分精度   4. 使用方便简单   使用方法:   1. 定义个CIntegrate 对象,构造时初始化或用 initial(char *s,double Upperlimit,double LowerLi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:32677
    • 提供者:qiufeng
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  1. FFT

    0下载:
  2. 快速FFT变换,复数形式! 时间复杂度为O(n * log n)! 很快!-fast FFT transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1102
    • 提供者:常迪
  1. SeeImage

    0下载:
  2. 一个用来处理简单pgm格式的小程序,比如对数变换、指数变换、直方图均衡化等等,功能不多,但是很有用-Pgm format to handle a simple little program, such as log transformation, exponential transform, histogram equalization, etc., function much, but useful
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1836658
    • 提供者:冉金兰
  1. LogdetPPA-0

    0下载:
  2. 解log-det半定规划的matlab软件包,对解优化问题很有用。-A MATLAB software package for log-determinant semidefinite programming, it is useful to solve optimization problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:219449
    • 提供者:yishuiwang
  1. HeapSort

    0下载:
  2. Heapsort is a comparison-based sorting algorithm, and is part of the selection sort family. Although somewhat slower in practice on most machines than a well implemented quicksort, it has the advantage of a more favorable worst-case O(n log n) runtim
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1285
    • 提供者:ww
  1. FSspiral

    0下载:
  2. This program is a 2D analysis of Slope stability for homogeneous soils, that consider log-spiral failure surface.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1381
    • 提供者:Jaber
  1. fast-calculator

    0下载:
  2. 从数值分析入手,对参考论文中提出的指数及对数函数高精度快速算法进行了分析,并对exp,log两个函数的计算复杂性以及误差作了详细的讨论。并编写了C#程序实现了论文中讨论的关于5个指对函数的数值算法,取得了理想的实验结果。-Starting from the numerical analysis, paper presented to the reference index and logarithmic functions of fast algorithms for high-precisio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:131187
    • 提供者:na
  1. sova0

    0下载:
  2. This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generato
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1316
    • 提供者:yk
  1. scientific_calculator

    0下载:
  2. 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1032959
    • 提供者:fay
  1. WebPageRecommendationAlg

    0下载:
  2. 为改善用户的Web页面访问行为、提高访问效率,设计了一种基于贝叶斯网络的网页推荐模型及推荐算 法。通过收集和分析服务器中的描述文件和日志文件,利用Bayesian网络分析页面间的依赖关系,构建了基于贝 叶斯网络的网页推荐模型并产生推荐集。通过在Microsoft公司提供的网络日志数据集上做的实验,可以获得超 过80%的准确率和覆盖率。理论分析和实验结果表明:算法能够在线实时向用户做出个性化的推荐,与已有的推 荐算法相比,算法能较快地给出推荐集,并且可以获得更高的准确率和覆盖率-T
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:596709
    • 提供者:ming
« 12 »
搜珍网 www.dssz.com