登录
首页 » Delphi-C++Builder » achievements : the right of each selection of the smallest contribution, the com...

achievements : the right of each selection of the smallest contribution, the com...

于 2022-02-14 发布 文件大小:1.18 kB
0 231
下载积分: 2 下载次数: 1

代码说明:

建树方法:每次选取最小权建树,建好树根节点的权为其所有树叶权之和-achievements : the right of each selection of the smallest contribution, the completion of the root node right for all of the power and leaves

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 100例源化学需氧量书的编程效能…
    Delphi实效编程百例的随书源代码 这是其中的磁盘文件部分-Delphi programming effectiveness of the 100 cases with books that the source code is part of the Disk File
    2022-02-13 15:17:49下载
    积分:1
  • 用C++Builder开发Windows下的屏保
    用C++Builder开发Windows下的屏保-Windows Screen Saver in C++Builder
    2023-05-16 23:15:03下载
    积分:1
  • RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了
    RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了 用的是ZXing 的下载了直接编译出安卓的APK放安卓里就可以试效果了罗。。^m^
    2022-08-04 02:50:10下载
    积分:1
  • 在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、...
    在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、拖动鼠标等。鼠标控制的三个相关属性是Cursor、DragCursor、DragMode;鼠标控制的三个对象方法是BeginDrag、Dragging、EndDrag;鼠标控制的七个事件包括OnDragDrop等。-In the Windows environment, the mouse and keyboard are the main input device. In Delphi, almost every object has to reflect the control of the mouse events, these events are the main functions include changing the shape of the mouse pointer, move, trigger, drag the mouse and so on. Mouse control of three related attributes are Cursor, DragCursor, DragMode mouse control of the three objects is BeginDrag, Dragging, EndDrag mouse control of the seven events, including OnDragDrop so.
    2022-02-01 18:16:48下载
    积分:1
  • 个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧...
    个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧-personal programming skills compile a (Delphi), the Delphi programming should be helpful bar, it quickly download
    2023-04-28 17:50:03下载
    积分:1
  • 创世纪的C++ Builder
    创世纪的C++ Builder -------------------------------------------------------------------------------- 告别Hello World的年代 图形程式设计基本概念 具体而微的绘图程式 以C++ Builder处理Windows讯息(Message) 动态链结函式库(DLL-Dynamic Linked Library) Install Shield的使用介绍 -Genesis of the C++ Builder farewell Hello World era of the basic concepts of graphics programming miniature graphics program to C++ Builder handle Windows messages (Message) dynamic link library (DLL-Dynamic Linked Library) Install Shield of introduce the use of
    2022-07-07 02:11:01下载
    积分:1
  • TeeChart控件源代码
    source code for TeeChart
    2022-03-05 00:11:35下载
    积分:1
  • unit Video interface uses Windows, Messages, SysUtils, Classes, Gr...
    unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
    2022-02-21 02:41:49下载
    积分:1
  • pascal Essential
    pascal精要-pascal Essential
    2022-08-04 01:48:57下载
    积分:1
  • windows外壳扩展编程入门实例 关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The Complete I...
    windows外壳扩展编程入门实例 关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The Complete Idiot’s Guide to Writing Shell Extensions 我也曾想过所谓眼前有景道不 得崔颢题诗在上头既然已经有了这么好的文章我还来饶舌算什么不过转念再想文章 虽好毕竟是为Visual C++的用户看的对Delphi 的使用者来说似乎有点不公平我最初编 写Shell Extension 的时候用的也是Visual C++ 不过现在已经转而使用Delphi 觉得两者 毕竟还是有所不同因此就有了这篇文章算是将我的一些心得体会和大家分享 我最初的打算是将Michael Dunn 文章中涉及的全部内容全部转成Delphi 程序再加上我-windows Windows Michael Dunn The Complete Idiots Guide to Writing Shell Extensions What kind of tongue but want to switch majors article was, after all, is good for Visual C users the right to see the Delphi users seem to me a little unfair to the initial preparation of Shell Extension of the Visual C but also now turn to the use of Delphi or think they have, after all, we will have a different result this article I will be some experiences to share with you my initial intention was to Michael Dunn article, the full content of all to the proceedings with Delphi as I
    2023-07-16 10:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载