登录
首页 » matlab » CSGC

CSGC

于 2020-12-02 发布 文件大小:109KB
0 252
下载积分: 1 下载次数: 241

代码说明:

  认知无线电网路中的频谱分配算法:基于图论的颜色敏感算法。(Spectrum allocation algorithm in cognitive radio networks: the color-sensitive algorithm based on graph theory.)

文件列表:

CSGC
....\begin.m,5107,2011-04-18
....\begin.m.bak,5086,2011-04-15
....\DrawingTopology.m,708,2011-04-18
....\DrawingTopology.m.bak,708,2011-04-14
....\Result.txt,792,2011-04-15
....\拓扑.emf,22372,2011-04-15
....\颜色敏感的图着色算法演示.ppt,214528,2011-01-06

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

发表评论

0 个回复

  • live555_vs2008_vs2015(live.2014.07.25)
    live555 rtsp build in vs2008 and vs2015. also make testRTSPClient execute project
    2020-06-19 19:00:01下载
    积分:1
  • effective-connectivity_DCM
    利用动态因果模型分析方法,模拟了精神分裂症和双相情感障碍患者在执行持续性注意功能时的脑网络动态变化,揭示了皮质-纹状体网络的功能与连接异常及风险基因对脑功能网络的影响。(Dysfunction and dysconnection in cortical–striatal networks during sustained attention: genetic risk for schizophrenia or bipolar disorder and its impact on brain network function)
    2015-02-13 20:51:06下载
    积分:1
  • 新建文件夹
    说明:  ◎ 为所有socket函数调用添加错误处理代码; ◎ 范例中服务器地址和端口是固定值,请你将它们改成——允许用户以参数形式从命令行输入; ◎ 范例中客户机发送的是固定文本”Hello Network!”,请改成——允许用户输入字符串,按回车发送;实现循环,直至客户机输入“bye”退出; ◎ 服务器迭代地处理客户机:一个客户机退出后、才接受下一个,按Ctrl+C可以终止服务器程序。(Add error handling code for all socket function calls; In the example, the server address and port are fixed values. Please change them to - allow users to input from the command line in the form of parameters; In the example, the client sends the fixed text "Hello network!", please change it to -- allow the user to input the string and press enter to send; realize the loop until the client enters "Bye" to exit; Server processes clients iteratively: one client exits before accepting the next. Press Ctrl + C to terminate the server program.)
    2020-11-28 22:43:54下载
    积分: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
  • WinpkFilter
    一个高性能的网络数据包处理架构,利用WinpkFilter可以利用应用层函数直接对数据包进行处理,甚至可以在应用层函数sleep()延缓数据包发送(WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network activity without having to write low level TDI or NDIS driver code. WinpkFilter is more than just a firewall development kit for Windows. With WinpkFilter you can make an application that inserts itself into the Windows network stream: custom firewall solution, internet connection sharing (NAT), IP shaper, VPN and many other low-level network solutions completely in user-mode using your favorite development environment: Visual C++, Visual C#, Delphi, Visual Basic, C++ Builder and etc. Using WinpkFilter requires no experience in kernel mode programming on your behalf since WinpkFilter provides you with powerful user level API. However, if you need to implement your solution (to achieve better performance) in kernel mode you can use well-documented raw IOCTL interface as well. )
    2020-10-04 18:07:40下载
    积分:1
  • 实现文件传输
    计算机网络编程,实现Client和Server端之间文件传输,my_client_server,my_server_client两个文件分别对应client和server端,根据IP地址链接,传输文件,有对文件路径的判断、文件大小的判断、能看到发送过程中文件长度变化等功能。
    2022-08-18 08:16:03下载
    积分:1
  • udp_tcp_打洞
    udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞udp_tcp_打洞 udp_tcp_打洞
    2022-04-24 21:11:53下载
    积分:1
  • 包过滤序(先将扩展名改为.c结尾的,就可以啦)
    包过滤程序(先将扩展名改为.c结尾的,就可以啦)-packet filtering process (first name was changed to expand. C the end, Mr. Krabs)
    2023-03-28 23:50:03下载
    积分:1
  • invited improved search algorithm
    搜索邀请的改进算法-invited improved search algorithm
    2022-02-10 02:46:23下载
    积分:1
  • a program to uppercase a string
    实现pc通信,将小写字母转换成大写字母,基于客户机/服务器模式,这是客户端程序-a program to uppercase a string
    2022-07-26 14:29:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载