登录
首页 » c++ » 数据结构-树基本操作的封装

数据结构-树基本操作的封装

于 2022-08-23 发布 文件大小:3.33 kB
0 57
下载积分: 2 下载次数: 1

代码说明:

数据结构-树基本操作的封装。包括树的创建、销毁、插入、删除、等操作。

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

发表评论

0 个回复

  • 员工管理系统WinForm版
    说明:  窗体应用,仅供参考。 提供源代码说明,VS2015版本,对现在许多学生有用(Form Application Provide source code instructions, VS2015 version, useful for many students today)
    2020-06-18 08:00:02下载
    积分:1
  • CPP
    This sample demonstrates using the Microsoft Video Control to view ATSC digital television in a window. This is a simple ATL application that merely hosts the control and allows you to adjust the channel up or down. When CPPVideoControl launches, it will look for an ATSC Network provider on your system. If a working tuner is found, CPPVideoControl builds the digital television filter graph, tunes to channel 46, and displays the broadcast signal. It may take several seconds to completely build the digital television filter graph, so please be patient.
    2007-11-14 10:11:28下载
    积分:1
  • WCF四种常用应用场景实例下载
    使用注意:建立demo数据库,使用aspnet_regsql.exe建立Memmbership一些安全场景需要证书,使用CertTool的工具生成具体的授权时的角色和用户名字参考HostSvc、Client代码修改成测试用的后才能正常运行 一、目录结构Common来自于Programming WCF Services[ISBN: 978-0-596-80548-7],实现WCF的声明式安全HostSvc:不同场景的接口和服务实现,命令行承载服务MembershipAdmin:用于操作demo数据库membership的成员操作,Asp.net Configuraion 可添加角色和用户,并使用IIS服务承载HostSvc实现的服务Client: 使用各种服务的客户端场景 二、四种场景的区别:Intranet Transport保护 使用tcp绑定 windows集成的安全 Internet 只能使用Message形式的保护,需要数字证书 tcp wsHttp绑定 使用Membership进行安全认证 Anoymous 使用Message形式的保护,需要数字证书 tcp wsHttp绑定 None 消息不保护  http tcp wsHttp绑定 三、App-comment.config: 包含对于各种配置的说明 四、证书的生成:CertToolSetupCerts.bat生成,命令行工具从VS SDK已经拷贝过来 五、IIS中承载服务的注意: 需要把WCFServer赋予IIS的账号以权限 受信任人中加入WCFServer证书 六、证书如何管理:1、命令行启动mmc2、“添加、删除管理单元"加入"证书", 按照提示选择当前用户或本机3、此时即可管理IIS的权限操作: 在"个人/证书"下找到WCFServer,"更多操作/所有任务/管理私钥",弹出界面设置用户权限受信任人: 在"个人/证书"下找到WCFServer,导出证书,然后在”受信息人/证书“下导入以上证书即可 七、远程机器客户端的证书问题 导出WCFServer【不要私钥】 然后在远程客户端机器上导入即可,此时的公钥可以用于消息的验证 八、IIS中承载MembershipAdmin中加入了对应的四个.svc文件【逻辑使用的一个HostSvc中的实现】以提供WCF服务,具体配置和HostSvc一致,当然地址不一样了此例是把MembershipAdmin作为应程序发布到80端口的demo下 注意:1、需要设置IIS的http和net.tcp协议支持2、数据库demo需要能被IIS账号访问3、WCFServer证书需要能被IIS账号访问
    2021-03-03 08:29:33下载
    积分:1
  • MWC2.4
    MWC是MultiWii Copter的缩写,它并不是指硬件产品,而是开源固件。此固件的原创作者是来自法国的Alex,他为了打造自己的Y3飞行器而开发了最初的MWC固件(原创交流帖与官网的链接在最下方)。几年来经过许多高手的参与及共同努力,开发进度越来越快。现在MWC已经基本成熟,可以支持更广泛的硬件平台、外围设备及更多飞行模式,让运行MWC的飞控硬件成为国外开源飞控市场上占有率最高之一的产品。
    2022-08-10 11:10:47下载
    积分:1
  • c
    linux 下c语言 多线程实例 ,能让读者对在linux下用C编写多线程有个切实理解。(Under the multi-threaded linux c language example, allows readers to write in linux under multiple threads with C have a practical understanding.)
    2008-07-28 06:47:55下载
    积分:1
  • Plug_In_1
    这是插件程序中一个插件的实际例子,里面已经给出了很详细的实现。大家看一下,自己子要稍加改造,就可以应用于自己的工程。(This is a plug-in procedures plugin actual examples, which has given a very detailed implementation. We look at their son to a little alteration, it can be applied to their project.)
    2006-11-11 09:47:23下载
    积分:1
  • 15.5
    带字库的12864仿真软件学习带电路图和仿真软件。(12864 with a font with a circuit simulation software and simulation software to learn.)
    2013-11-01 23:15:48下载
    积分:1
  • Stockfish 7
    stockfish version 7 chess engine
    2019-05-30 01:26:51下载
    积分:1
  • DNS_Redirect
    驱动级域名劫持 就是访问A.com转到b.com,当然如果改成访问A就丢包,那就变成拦截指定网站了。首先用抓包工具发现,访问某网站时,(如果本地没有该网站的DNS缓存)首先会发DNS查询包(UDP),然后会与该网站建立连接,然后,发http请求包。 观察包内容,需要把发出的包的目标改成我们的目标,然后把响应的包中我们改过的东西改回来,就是欺上瞒下。代码不多,重点是演示了如何获取TCP与UDP的接收到包的内容。仅适用于XP: bin会将www.baidu.com劫持到ip138.com(Drive level domain hijacking is to visit A.com to b.com, of course, if A is dropping into access, it becomes blocked designated site. First discovered by capturing tool, visit a website, (if there is no local DNS cache of the site) will first send a DNS query packets (UDP), then establish a connection with the site, and then send http request packet. Observe the contents of the package, we need to change the target packet sent our goal, then put the package in response to the things we turn to come back, that is, superiors and subordinates. Code much focus is to demonstrate how to get the contents of TCP and UDP packets received. Only applies to XP: bin will www.baidu.com hijacked to ip138.com)
    2014-02-13 13:30:04下载
    积分:1
  • dianwei1
    电位电极系测井曲线,用matlab编写,可用于学测井的人参考(Potential electrode system logs, prepared by matlab, people can learn logging for reference)
    2013-11-29 14:32:56下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载