-
data structure : the bracketed arithmetic expression is evaluated. Complete with...
数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade expression and suffixes expression change.
- 2022-06-20 06:03:47下载
- 积分:1
-
动态求两点间距离的程序,输入点坐标,用VC++编写
动态求两点间距离的程序,输入点坐标,用VC++编写-Dynamic distance between two points for the procedure, enter the point coordinates, with VC++ Prepared
- 2022-08-04 01:05:07下载
- 积分:1
-
汇编语言的示例,学习的好东东,要下的快了。
汇编语言的示例,学习的好东东,要下的快了。-Examples of assembly language, learning a good Dongdong, it is necessary to fast.
- 2022-08-07 06:05:31下载
- 积分:1
-
PowerBuilder常用函数(汉化)
PowerBuilder常用函数(汉化)-PowerBuilder commonly used functions (finished)
- 2022-03-15 07:26:47下载
- 积分:1
-
WINCE下,s3c2440 bootloader
WINCE下,s3c2440 bootloader-WINCE under, s3c2440 bootloader
- 2022-02-15 18:53:34下载
- 积分:1
-
Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1...
Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming with Visual C++ 6 Unleashed May.11 基本完成,除了改变窗口大小。 May.12 全部完成,可以将窗口设为两种大小,并可保存最后的改变。 May.20 更正成绩保存代码,以及状态栏异常////////////////Classes: Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的 挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的 完全管理. -Sameball /// /// //// History Apr.30 DirectDraw completed initialization, in the Release Edition normal work May.1 completed a major data categories SameBallMap May.2 corrected the error, completed the interface . May.2 SameBallMap again corrected the erroneous May.8 added DirectSound, the major source cited in Eugene Olafsen (US) waiting for MFC Programming with Visual C 6 May.11 basically completed 119,000, in addition to changing the size of the window. May.12 completed, the window c
- 2022-03-19 21:09:39下载
- 积分:1
-
本书的组织,有些简单,清晰,容易记住的标准
本书的组织,有些简明扼要,条理清晰,便于记忆的标准
- 2022-05-26 22:55:04下载
- 积分:1
-
jumphorse问题求解.使用界面方式求解,直观简单.
jumphorse问题求解.使用界面方式求解,直观简单.-jumphorse problem solving. Solve the user interface, simple intuitive.
- 2023-07-11 12:00:03下载
- 积分:1
-
achieve several algorithms Brsenham Circle algorithm Polar algorithm is used to...
实现几种画圆的算法 Brsenham 算法极坐标算法等 是用c实现的-achieve several algorithms Brsenham Circle algorithm Polar algorithm is used to achieve the c
- 2023-06-04 14:25:03下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1