-
the simulation operating system memory allocation and scheduling process. A bett...
本程序模拟操作系统中内存分配和进程调度.有比较好的界面.-the simulation operating system memory allocation and scheduling process. A better interface.
- 2022-12-04 22:10:03下载
- 积分:1
-
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode<T>...
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode* &t);
完善以下两个函数:
计算树的高度int Depth(BTNode* &root);
对树的所有子树交换左右孩子void swapsons(BTNode* &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, the exchange about the issue of his son to write a complete description of function, calculating the number of tree node int CountNode (BTNode
- 2022-02-12 18:10:20下载
- 积分:1
-
下雨模拟的C 源程序,用C编写的图形程序。供学习之用
下雨模拟的C 源程序,用C编写的图形程序。供学习之用-rain simulation of C source files, with C graphics prepared by the procedure. For learning purposes
- 2022-08-17 01:54:36下载
- 积分:1
-
SAMSUNG S3C2410 烧写软件,用来引导WINCE启动 U2410MON.BIN
SAMSUNG S3C2410 烧写软件,用来引导WINCE启动 U2410MON.BIN-burning software, used to guide pulled launched U2410MON.BIN
- 2022-11-01 17:10:04下载
- 积分:1
-
ggxj hguyxhsjhgxukhxh
nsahjvdxjhbska; ihcxivbsj,jkchbds
dbcvdbclvds.kcvdsc
d bcdvgcjd
- 2023-03-20 04:30:02下载
- 积分:1
-
可以实现在你的网页中直接登陆新浪、网易等许多著名的邮箱,再不用分别登 陆各大网站了...
可以实现在你的网页中直接登陆新浪、网易等许多著名的邮箱,再不用分别登 陆各大网站了-Can be achieved in your landing page directly Sina, Netease, and many other well-known e-mail, without the need to visit the major sites, respectively, the
- 2022-08-10 20:08:41下载
- 积分:1
-
人脸特征点提取
资源描述用opencv+node实现的人脸特征提取,可实现,运行,要安装node.js才可以结合opencv实现的 , opencv2.4.9-2.4.11都可以
- 2022-01-25 23:48:07下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
lmemdebug.dll例如Windows Mobile(跟踪内存泄露)
LMemDebug.DLL example for windows mobile (track memory leaks)
- 2022-07-26 13:18:58下载
- 积分:1
-
算法设计手册
The Algorithm Design Manual
by
Steven S. Skiena
- 2022-02-03 05:41:37下载
- 积分:1