-
已知一颗有根树是 2
已知一颗有根树是 2-tree(只有度为2和度为0的结点),并且有n个叶子节点,从左到右编号为1,2,…, n,还知道两个相邻编号节点之间的 ChonSu(这棵树中这链接这两个节点的路径的边数)。求任意两个叶子节点x, y (1≤x≤n)之间的 ChonSu-Rooted tree is known to a 2-tree (only the degree 2 and degree 0 nodes), and there are n-leaf nodes from left to right numbered 1,2, ..., n, also know that two adjacent numbers between nodes ChonSu (this tree that links these two nodes in the path of the number of edges). Seeking any two leaf nodes x, y (1 ≤ x ≤ n) between the ChonSu
- 2022-01-22 01:37:29下载
- 积分:1
-
SpringMVC的简单测试
Spring MVC属于SpringFrameWork的后续产品,已经融合在Spring Web Flow里面。Spring 框架提供了构建 Web 应用程序的全功能 MVC 模块。使用 Spring 可插入的 MVC 架构,从而在使用Spring进行WEB开发时,可以选择使用Spring的SpringMVC框架或集成其他MVC开发框架,如Struts1(现在一般不用),Struts2等。
- 2022-02-06 20:15:12下载
- 积分:1
-
Base on EVC
EVC串口编程源代码,实现了串口的通讯。开发环境:2410工程下的EVC。-Base on EVC
- 2023-04-22 15:40:03下载
- 积分:1
-
Rarnu C 是百度编程群老大Rarnu个人的作品。是图形界面的C编译器。希望大家喜欢。...
Rarnu C 是百度编程群老大Rarnu个人的作品。是图形界面的C编译器。希望大家喜欢。-Rarnu C Programming Group Baidu is the leader Rarnu personal work. Is a graphical interface C compiler. Hope you like them.
- 2022-08-05 14:39:27下载
- 积分:1
-
机票预订
这个项目对机票预订用VB语言
- 2023-01-12 05:20:04下载
- 积分:1
-
vc开发的多线程聊天软件源码,winsock编程,mfc
vc开发的多线程聊天软件源码,winsock编程,mfc-Network chat program source code, support multithread.
- 2022-02-13 12:20:40下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
inside the ACM often contain high
这个程序里面包含ACM中常考的高精度算法的全部,非常有价值,算法比传统的要简单精炼-inside the ACM often contain high-precision test algorithm all, a very valuable, algorithm than the traditional simple refining
- 2022-08-10 10:35:01下载
- 积分:1
-
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。-A program of data structure,which named QINGJIUSHAO arithmetic.It also includes caculating method.
- 2022-01-22 12:43:27下载
- 积分:1
-
可以实现RAR文件解压功能的小程序。有需要的朋友可以下来试试,里面是一个VC工程文件,编译即可运行...
可以实现RAR文件解压功能的小程序。有需要的朋友可以下来试试,里面是一个VC工程文件,编译即可运行-RAR files can extract the functional implementation of small programs. Friends can have the required down try, which is a VC project file, the compiler can be run
- 2022-02-14 20:43:09下载
- 积分:1