搜索资源列表
MoShiPiPei
- 有一串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次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
24Points-JavaVer
- 加减乘除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
24_Source
- 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
wpzbh
- 24点程序,运行之后,可以在输入4个阿拉伯数字后,用四则运算法算出结果。-24 points procedures, operational, the importation of four Arabic numerals, with four algorithms calculate the results.
FormulaProcessor_beta1_CSharp
- 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
24p
- 24点傅立叶算法,用标准C编写,对执行速度进行了优化
Project
- 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
24
- 给定四个数(1--13),判经过四则运算后能否得到结果24,若能,输出表达式。
anff
- 4个牌,每个只用一次,就用加减乘除得出结果为24的算式。解纸牌24点游戏
10020
- 算24点,若有解则输出每一步计算步骤,若无解则返回“No answer!”
24位二进制数转asc码
- 自己做的程序,可能对你有用-own procedures that may be useful to you
数字图像处理
- 本程序为图象处理,可将八位图转换为二十四位图-the procedures for image processing, can be converted to 8 Figure 24 Figure
计算几何
- 目录 ㈠ 点的基本运算 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
numericalmethodsofintegration.
- 数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对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
fixedptc
- 用于数字信号处理的定点运算库,24.8格式-Fixed-point arithmetic library, 24.8 format
四则运算的计算器源码
- 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
Code.tar
- the 2253 2492 2503 of PKU JudgeOnline
24
- 一个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
24
- 用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!
24-game
- 给出4个1-10的数字,通过加减乘除,得到数字为24就算胜利。 -4 1-10 figures given by the addition, subtraction, to give figures for the 24 even if the victory.