CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ln

搜索资源列表

  1. include

    0下载:
  2. 考虑在一个打印机上整齐地打印一段文章的问题。输入的正文是n个长度分别为L1、L2、……、Ln(以字符个数度量)的单词构成的序列。我们希望将这个段落在一些行上整齐地打印出来,每行至多M个字符。-Consider neatly on a printer to print a passage problems. N is a text input sequence lengths L1, L2, ......, Ln (to measure the number of characters) of w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:4901
    • 提供者:肖杰
  1. Gaussian_Sequence

    0下载:
  2. 极坐标方法产生高斯白噪声 产生N(0,1)高斯白噪声序列,最常见的方法是极坐标法,其计算步骤如下所示: (1) 产生两个独立同分布的随机序列(0,1),U1,U2; (2) 令V1=2U1-1;V2=2U2-1;并计算S=V1^2+V2^2 (3) 若S>1,则返回第一步;否则计算Y=sqrt(-2*ln(S)/S) (4) 令实部I=V1*Y,虚部Q=V2*Y,再求Output=I+Q*i,即可得到随机复数高斯白噪声序列。 理论上,可证明上述产生的I、Q两路序
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:772
    • 提供者:张三
  1. jisuanqi

    1下载:
  2. 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:18510
    • 提供者:周雷
  1. 113172198Linux_command_source_code

    0下载:
  2. Linux command source code (cp, cut, date, df, kill, ln, mkdir...)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:229355
    • 提供者:张苗
  1. exportplotdata_cmenu

    0下载:
  2. EXPORTPLOTDATA_CMENU Context menu to export plot data to workspace or file EXPORTPLOTDATA_CMENU(ln) adds a right-click context menu to the line objects passed (e.g. as returned by PLOT), which allows the user to export the line s data
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1129
    • 提供者:XIAOMIN XU
  1. Markov-series

    0下载:
  2. 随机生成满足马氏性P-III型分布和对数正态分布序列-The generation of Markov series that have a P-III disrtibution or three parameters LN distribution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3334
    • 提供者:Hu Rong
  1. HUFFMAN-CODING-TREE.cpp

    0下载:
  2. 构造一个具有n个外部节点的扩充二叉树,每个外部节点Ki有一个Wi对应,作为该外部节点的权。使得这个扩充二叉树的叶节点带权外部路径长度总和最小: Min( W1 * L1 + W2 * L2 + W3 * L3 + … + Wn * Ln) Wi:每个节点的权值。 Li:根节点到第i个外部叶子节点的距离。 编程计算最小外部路径长度总和。-Constructing a binary tree with n external expansion nodes, each external n
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1230
    • 提供者:nature
  1. Compil_DAKICHE_Narimene_A1

    0下载:
  2. c est un mini excel qui traite les fonctions arithmétiques tel que: =ARRONDI(93.15-54) > 39.0 =a1*c1 =ARRONDI(a1*moyenne(15.4,c3)) =PRODUIT(racine(2*4),ln(45),fact(6)) >7752.144557390572 Fonctions trigonometriques: ****
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:981927
    • 提供者:Narimene
  1. 输入表达式字符串求值

    0下载:
  2. 输入表达式字符串,以“=”表示结束, 计算并输出表达式值。 操作数可以是整数或实数,操作符有 “+”、“-”、“*”、“/”、“^”(乘方)和 “sin( )”(正弦)、“cos( )”(余弦)、“log( )(对数)、“ln( )”(自然对数)等函数。
  3. 所属分类:数学计算/工程计算

  1. cpp

    0下载:
  2. 最速下降/牛顿法 armijo线性搜索 比较 F(x)=x2+2x2-ln(x1x2-1) 迭代次数、步长 精度ε=0.1 σ1=0.4 ρ=0.5-Steepest descent/Newton method armijo linear search compare F (x) = x2+ 2x2-ln (x1x2-1) iterations, step length Precision ε = 0.1 σ1 = 0.4 ρ = 0.5
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:211848
    • 提供者:戴雨航
  1. m4

    1下载:
  2. 神经网络控制源程序,徐丽娜神经网络配套程序-Neural network control source program, xu ln neural network supporting program
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:135062
    • 提供者:douzi
  1. LN

    1下载:
  2. 基于rfid的自动仓储系统,实现人机交互,管理pc界面的功能,上传文件是实现这些功能的源代码,使用c++里面的mfc编程。-Rfid based automatic storage systems, human-computer interaction, function management pc interface, uploading files is the source code for these functions, using c++ mfc programming inside
  3. 所属分类:SQL Server

    • 发布日期:2017-05-23
    • 文件大小:7652942
    • 提供者:elvis
  1. VXWOKS PCPENTIUM网卡

    0下载:
  2. 虚拟机搭建的时候的网卡驱动,做虚拟机的时候需要改网卡,如果有不明白的地方 可以私信
  3. 所属分类:VxWorks

  1. FindStudent

    0下载:
  2. 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用回溯法实现-The length of L1, L2... Ln n programs put in the tape on T1 and T2, and hope that in accordance with the maximum searc
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4442404
    • 提供者:321
  1. Counter

    0下载:
  2. 表达式计算器,包括集合操作。可通过的样例输入: 11.1 + 22.2 、 ln2 或 ln(2) 、 pow(2,4) 、 2*(1+31/3.1) 、 2 + sum([sin30,3+4,6,sum([sum([sum([1,2,3]),2,3]),2,3])]) +4*3-Expression calculator, includes a set of operations. Sample input can be adopted: 11.1+ 22.2 、 ln2 或 ln
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:108350
    • 提供者:
  1. mathCalc

    0下载:
  2. 一个计算器,可以处理括号和各种函数,也可以算方程 如 x=1 ln(y=2 x^2+y^2)-
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-16
    • 文件大小:3621767
    • 提供者:tqc
  1. MvcApplication_FileUpload

    0下载:
  2. hư ớ ng dẫ n web Asp.net MVC cách úp file lên server
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4902181
    • 提供者:dungba
  1. ln

    0下载:
  2. actual or intended publication of such source code. Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1524
    • 提供者:nbjeijp
  1. ln

    0下载:
  2. if the user doesn t have access to the file, ask him.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:rpbiujn
  1. jisuanqi

    0下载:
  2. 输入表达式字符串,以“=”表示结束, 计算并输出表达式值。 操作数可以是整数或实数,操作符有 “+”、“-”、“*”、“/”、“^”(乘方)和 “sin( )”(正弦)、“cos( )”(余弦)、“log( )”(对数)、“ln( )”(自然对数)等函数。-Enter the expression string to " =" indicates the end of the calculation and the output value of the expression.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:4678
    • 提供者:唐呵呵
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com