-
TREE_INT
Tree AVL
In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than one, rebalancing is done to restore this property. Lookup, insertion, and deletion all take O(log n) time in both the average and worst cases, where n is the number of nodes in the tree prior to the operation. Insertions and deletions may require the tree to be rebalanced by one or more tree rotations.
- 2014-12-05 02:27:12下载
- 积分:1
-
WPF高级动画
说明: 界面使用了很多属性触发器 WPF高级动画(The interface uses many attribute triggers for WPF advanced animation)
- 2020-06-18 13:40:02下载
- 积分:1
-
eZdspF2808
DSP F2808 在Flash Memory中运行(This code accompanies the Texas Instruments application report Running an Application from Internal Flash Memory on the TMS320F2808)
- 2010-05-20 22:04:28下载
- 积分:1
-
GSL-1.8 源码及库的安装包
GSL库,以及源程序文件,以及直接安装。不用编译。(The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.)
- 2019-01-09 23:07:16下载
- 积分:1
-
DOCKPANEL
含浮动工具栏、左右侧可隐藏面板等源码,可以直接使用,效果超好。和VS2005的界面相似。(With a floating toolbar, left and right side panels, etc. to hide source code, you can be used directly, the effect super-good. And an interface similar to VS2005.)
- 2010-01-22 08:44:05下载
- 积分:1
-
HALCON与C#联合编程
说明: C#联合HALCON打开相机采集图像及简单图像处理(C# Joint HALCON Open Camera to Acquisition Image and Simple Image Processing)
- 2020-07-02 16:40:01下载
- 积分:1
-
room-fire
火灾动力学模拟软件fds的高校宿舍火灾模拟代码(Fire dynamics simulation software fds college dormitory fire simulation code)
- 2013-11-14 15:22:54下载
- 积分:1
-
SGBP1
China Unicom SGIP1 2 short message Gateway Development Interface Library ra
- 2019-04-01 21:35:23下载
- 积分:1
-
Go-ICP_V1.3
Go ICP for the registration of point couds
- 2017-03-06 23:42:41下载
- 积分:1
-
MDIFrameBackground
To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
- 2010-08-06 14:07:20下载
- 积分:1