-
vc
说明: vc范例大全,源码,13和14章,主要内容是网络编程和动态库(vc examples of documents, source code, 13 and 14 chapters, is the Internet programming and dynamic library)
- 2010-08-01 13:42:52下载
- 积分:1
-
111
说明: zhigongcankao,zijixiede,hualehenchangshijian
- 2020-06-22 15:00:02下载
- 积分:1
-
TIN-vc
利用vc++开发的TIN的生成算法 (Using vc++ TIN generation algorithm developed)
- 2011-01-06 21:42:14下载
- 积分:1
-
C-language-matrix-example
用C语言开发的矩阵范例,更实用,为C程序处理大量数据提供保证(Sample matrix C language development, more practical, handling large amounts of data to C program provides assurance)
- 2013-12-20 00:14:09下载
- 积分:1
-
一个C语言编写的推箱子游戏源代码
一个C语言编写的推箱子游戏源代码,本游戏是字符模式的,请不要在中文dos下运行。本游戏在TURBO C下调试通过 。
- 2022-08-09 10:26:32下载
- 积分:1
-
cppsanjiao
我整合前面几个程序的三角剖分程序,蛮好用的,只是在dos下,呵呵
(integrate several procedures before the triangulation process, using very good, the only dos, Oh)
- 2006-12-19 23:56:35下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
ji
说明: 针对小流域设计洪水计算中,采用推理公式求解洪峰流量Qm及汇流时间τ的方法繁琐,查算精度较低等问题,提出用牛顿迭代法求解,该方法较原图解试算法收敛快,迭代次数少,计算速度快,精度可靠。计算实例表明,用简单迭代法与牛顿迭代法计算设计洪峰流量,其结果与图解试算法完全一致。()
- 2008-06-30 12:38:13下载
- 积分:1
-
基于51单片机的智能小车设计 蓝牙+避障 YY编写 2017.11.22
基于51单片机的智能小车设计 蓝牙+避障 YY编写 2017.11.22
- 2022-01-31 06:13:20下载
- 积分:1
-
PIDforlier
PID算法的傅立叶展开式实现法!用于大功率温控,速度控制。稳定度高,精度达0.01(PID algorithm of the Fourier expansion to achieve the Law! Used for high-power temperature control, speed control. High stability, accuracy up to 0.01)
- 2009-10-28 17:51:44下载
- 积分:1