搜索资源列表
求24点,学递归
- 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢。但你有没有遇到过求不出解的情况呢?是自己没有想出来还是确实无解?很难判断吧!有没有想过用电脑来求解呢。如果你有一点点VB的基础,那就让我们一起来看看该怎样用VB来求算24点吧。-calculating 24 is a very interesting public intellectual games, won many people like it. But you have never met before seeking solut
知三点求圆心半径
- 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate
由日期求出多少天
- 由日期求出有多少天,一个日期转换的问题,适用于WIN98/WINX2000/WINXP-date sought by a number of days, a date conversion are applicable to WIN98/WINX2000/WINXP
求集合的交并差_king0023
- 用C语言编写的求集合的交并差的小程序-C language prepared by the pool for the poor and pay the small program
求二叉树的高度、叶子节点数
- 求二叉树的高度和深度,求高度时采用递归算法,求深度时采用非递归算法。-for binary tree height and depth, used for highly recursive algorithm, seeking depth of the use of non - recursive algorithm.
求具有abcd=(ab+cd)2性质的四位数
- 3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
求奇数个数
- 一个很有效的求求奇数个数的小程序,可以求出0—7所能组成的奇数个数。 -a very effective begging for the odd number of small programs that can be derived 0-7 composed of odd numbers.
计算式求值栈操作
- 计算式求值栈操作-formula evaluates stack operation
用Romberg求PI
- 用Romberg求PI-with Romberg for PI
表达式求值的C源程序
- 用栈实现表达式求值-stack with Expression Evaluation
求pi
- 非常牛的求PI程序。-very PI cattle for the procedure.
求一堆数里面的最大值
- 求一堆数里面的最大值-heap for the maximum number of inside! !
求集合
- 自己做的一个求集合的小程序,实现十分简单- Own do the scr ipt which asks to gather, the realization is extremely simple
回溯法求迷宫问题
- 回溯法求迷宫问题-back Method Maze
求方程的根
- 一个小巧的求根代码-a small rooting code
求积分的类
- VC类代码,求积分的类,可应用到自己程序中-VC category code for the integration category, can be applied to their own procedures
LabVIEW波形求导
- LabVIEW对波形求导,求导后的斜率用波形显示(LabVIEW is used to derive the waveform, and the slope after derivative is displayed in waveform)
小波求波峰
- LABVIEW 小波变换求波峰,对比传统方法与小波方法的优缺点(LABVIEW wavelet transform for wave crest, comparing the advantages and disadvantages of the traditional methods and wavelet methods)
例7-1 求稳定状态时的曲线
- 求稳定状态时的曲线,程序为《labview2015程序设计从入门到精通》内的例程,labview2015编译环境下编写的程序,对初学者很有用(Stable state curve, the program for "labview2015 programming from entry to master" routines, labview2015 compiler environment written procedures, useful for beginners)
求最大值
- 求出三个数字(从键盘录入整形、浮点型)的最大值,并打印出来。附:C语言程序设计(谭浩强)第四版_课后答案(The maximum value of three numbers)