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

搜索资源列表

  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. 24Points-JavaVer

    0下载:
  2. 加减乘除24,java的GUI界面,输入的数字在1-13的范围内,产生的结果中已去除了冗余的结果,并统计产生结果的个数.- The arithmetic operations 24, java GUI contact surface, the input numeral in 1-13 scope, in the result which produces has removen the redundancy result, and the statistics has the result
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11819
    • 提供者:shoarh
  1. 24_Source

    0下载:
  2. C#,DotNet FrameWork2.0,计算4张牌四则混合运算以后等于24的算法源码-C#, Delegate FrameWork2.0. Calculation four licensing mixed four to 24 after the operator of the algorithm source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10683
    • 提供者:janet
  1. wpzbh

    0下载:
  2. 24点程序,运行之后,可以在输入4个阿拉伯数字后,用四则运算法算出结果。-24 points procedures, operational, the importation of four Arabic numerals, with four algorithms calculate the results.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57844
    • 提供者:王俊
  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3687
    • 提供者:jason
  1. 24p

    0下载:
  2. 24点傅立叶算法,用标准C编写,对执行速度进行了优化
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:殷喆
  1. Project

    0下载:
  2. C 语言开发的日历(课程设计很不错的) Month:123/1 --- --- --- Sun Mon Tue Wed Thu Fri Sat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3147
    • 提供者:zhangdan
  1. 24

    0下载:
  2. 给定四个数(1--13),判经过四则运算后能否得到结果24,若能,输出表达式。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:黄利
  1. anff

    0下载:
  2. 4个牌,每个只用一次,就用加减乘除得出结果为24的算式。解纸牌24点游戏
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:meme
  1. 10020

    0下载:
  2. 算24点,若有解则输出每一步计算步骤,若无解则返回“No answer!”
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1389
    • 提供者:justin
  1. 24位二进制数转asc码

    0下载:
  2. 自己做的程序,可能对你有用-own procedures that may be useful to you
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:865
    • 提供者:
  1. 数字图像处理

    0下载:
  2. 本程序为图象处理,可将八位图转换为二十四位图-the procedures for image processing, can be converted to 8 Figure 24 Figure
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:71909
    • 提供者:hrui
  1. 计算几何

    3下载:
  2. 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
  3. 所属分类:数学计算/工程计算

  1. numericalmethodsofintegration.

    0下载:
  2. 数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3 x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算,Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming languag
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:60976
    • 提供者:andy
  1. fixedptc

    0下载:
  2. 用于数字信号处理的定点运算库,24.8格式-Fixed-point arithmetic library, 24.8 format
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3108
    • 提供者:feiyanke
  1. 四则运算的计算器源码

    1下载:
  2. C语言编程,用Visual C编程,接受用户输入的一个四则运算表达式,输出其结果。例如用户输入表达式(5‐1/5)*5,则输出结果24.00,输出时精确到小数点后两位-C language programming, using Visual C programming, to accept user input of a four operational expression, the output results. For example, the user enters the expres
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-27
    • 文件大小:419844
    • 提供者:王南
  1. Code.tar

    0下载:
  2. the 2253 2492 2503 of PKU JudgeOnline
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1639
    • 提供者:xxh
  1. 24

    0下载:
  2. 一个24点的算法实验程序(输入4个小于13的数,判断能否通过四则运算最终得到24) 基于VC++6.0 ,可正常运行-A 24-point algorithm for experimental procedures (type 4 small number of 13, to determine whether the operation eventually get through four 24) based on VC++6.0, a functioning
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1618
    • 提供者:hankhuang
  1. 24

    0下载:
  2. 用vc++编写的自动找出得到24的算法,可以修改代码,将24换成其他的数。练习程序,仅供初学者参考,与君共勉!-Prepared with vc++ algorithm automatically finds get 24, you can modify the code number will be replaced by other 24. Practice procedures, for beginners reference, and the king of encouragement!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:27588
    • 提供者:yuxuegang
  1. 24-game

    0下载:
  2. 给出4个1-10的数字,通过加减乘除,得到数字为24就算胜利。 -4 1-10 figures given by the addition, subtraction, to give figures for the 24 even if the victory.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:828
    • 提供者:陈沧海
« 12 3 4 »
搜珍网 www.dssz.com