-
SilverTreeContainer
老外写的在WPF下显示树状结构的控件,包括 GraphLayout和Panel。(This article includes two very different basic assemblies and a couple of test assemblies for WPF. The first basic assembly is GraphLayout which implements the Reingold-Tilford algorithm, described here, to determine the placement of nodes in a tree structure. This tree is structured as a top down tree with the root at the top and the leaves at the bottom. This algorithm is entirely independent of any actual drawing of those nodes and so can be used for any purpose where such positioning is required. It includes options for vertical justification for nodes, collapsing of nodes, distance between sibling nodes and distance between non-sibling nodes. This assembly is not WPF specific and could easily be used to produce a GDI+ tree drawer (though I haven t included any here). It also includes a list of endpoints for lines which can be drawn as connectors between nodes. Currently, these lines are simply straight lines from the bottom center of the parent node to the top center of the child )
- 2014-02-14 09:07:42下载
- 积分:1
-
QuanJu
解决全局变量在编程时遇到的疑惑,值得一看。有很好的参考价值。(To resolve global variables encountered in the programming of doubt, worth a visit. Have a very good reference value.)
- 2008-03-11 21:34:46下载
- 积分:1
-
bujiaozuizong
目标追踪代码学习,经供参考版权所有侵权必究谢谢合作(Thank you for your cooperation target tracking code to learn reserved for reference Copyright infringement)
- 2013-01-10 17:13:36下载
- 积分:1
-
恒温控制系统
说明: 基于C51系列单片机的恒温控制系统程序(仅含下位机)(Program of Constant Temperature Control System Based on C51 Single Chip Microcomputer)
- 2020-06-18 14:20:01下载
- 积分:1
-
LIS3DHcc2541代码(iic)
说明: LIS3DH通过IIC与cc2541单片机进行通讯(Lis3dh communicates with cc2541 through IIC)
- 2020-10-14 14:26:34下载
- 积分:1
-
图书管理系统
用C++语言编写的小型的图书管理代码
部分代码如下
#include
#include
#include
using namespace std;
const int Max_book=2500; //可保存图书数量的上限
const int Max_reader=2500; //可保存读者数量的上限
const int Max_bor_book=5; //读者借阅图书本数上限
class Book //图书类
{
private:
int num; //设置图书条形码
int flag; //设置删除标记 1:已经删除 0:还未删除
int onshelf;
- 2022-03-17 07:50:15下载
- 积分:1
-
test
C51单片机8位LED左移显示变化数字实验例程(C51 single-chip 8-bit LED digital test routines left show changes)
- 2013-12-19 21:22:21下载
- 积分:1
-
汽车诊断代码与软件
汽车开发诊断通讯协议软件,系统软件!
- 2022-07-26 22:44:40下载
- 积分:1
-
COMPUTER_GRAPHICS
本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generation ,three times spline curve and so on),source code and executable
files are all included in the compressed
file。 )
- 2020-11-24 16:19:32下载
- 积分:1
-
asp.net做的企业网站后台管理系统,对于asp.net开发人员适用
asp.net做的企业网站后台管理系统,对于asp.net开发人员适用-asp.net website to do business background management system, asp.net developer to apply for
- 2022-02-20 04:07:51下载
- 积分:1