-
真二叉树重构
说明: 但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
- 2019-04-21 16:54:36下载
- 积分:1
-
Graphics
运用Visual C++编译器实现的3D图像变成代码,主要实现图像绘制(Using Visual C++ compiler implements the 3D image into a code, the main image rendering)
- 2014-12-26 14:39:14下载
- 积分:1
-
yanshou
单处理机的进程调度1、采用时间片轮转调度算法实现进程调度。
2、确定进程控制块的内容,进程控制块的组织方式。
3、完成进程创建原语和进程调度原语。
4、编写主函数对所做工作进行测试。
(The process of scheduling a single processor, using round-robin scheduling algorithm process scheduling. 2, the process control block to determine the content, process control block of the organization. 3, the complete process of creating the original language and process scheduling primitives. 4, the preparation of the work done by the main function of the test.)
- 2011-11-09 15:41:09下载
- 积分:1
-
productionManageSys
基于MFC控件的生产线管理系统,包含了数据库,串口接受数据等功能。。。(MFC controls the production line management system, database features such as serial port to accept data. . .)
- 2013-03-01 20:30:08下载
- 积分:1
-
lpc2368-CAN
带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
- 2020-07-03 08:40:01下载
- 积分:1
-
vcPP6.0shujukulianjie
c++连接数据库不可多得的材料,包括ODBC和DAO数据库,希望可以帮助您(c++ connected databases rare material, including ODBC and DAO database, hope can help you)
- 2012-10-31 08:43:44下载
- 积分:1
-
H矩阵读取程序
通过文本文档读取矩阵,并存储为二重指针。(Read the matrix and store it as a double pointer.)
- 2018-03-06 10:20:30下载
- 积分:1
-
serialcommunication
串口通信工具,简单实用支持多速录。串口通信工具,简单实用支持多速录。(serial communication)
- 2009-06-03 19:26:09下载
- 积分:1
-
GPSadjustment
测绘gps数据处理中必须应用的内容,用于gps基线网平差(GPS adjustment)
- 2014-11-07 11:35:08下载
- 积分:1
-
aspnet_ani
在Asp.Net WEB开发中,结合JQuery实现简单的图形移动动画效果
包括文字动画平滑放大,图片的动画变淡,菜单树动画展开,div自动绕圈移动等效果,源代码使用VS2010开发
(In Asp.Net WEB development, combined with the JQuery to achieve a simple graphical animation effects
Including text animation smooth zooming of picture animation, pale, menu tree animation, div automatic cruising mobile effect, source code is developed using VS2010
)
- 2012-04-20 10:06:17下载
- 积分:1