能快速多线程获取网段内存活主机的小工具,杀毒软件报毒属多线程行为误报,无毒
2022-04-28 19:06:01 425KB 网络工具
1
Complex Networks Toolbox for MatLab is designed to analyze large-scale graphs, model them, explore with simulations of dynamic processes and generate appealing and insightful layouts. example: function [BetweenneessCentrality, varargout]= GraphBetweennessCentrality(Graph,SourceNodes) % Computes betweenneess centrality of each node. % % Receives: % Graph - Graph Struct - the graph loaded with GraphLoad % SourceNodes - array of double - (optional) nodes, from which passes start. Default: [] (all nodes). % % Returns: % BetweenneessCentrality - array of double - Betweenneess Centrality for each node. % Nodes - array of double - (optional)List of all nodes for which betweennessn centrality is computed % % Algorithm: % http://www.boost.org/libs/graph/doc/betweenness_centrality.html % % See Also: % mexGraphAllNodeShortestPasses % warning('Use the more optimized mexGraphBetweennessCentrality.dll'); error(nargchk(1,2,nargin)); error(nargoutchk(0,2,nargout)); if ~exist('SourceNodes') | isempty(SourceNodes) SourceNodes = unique(Graph.Data(:,1)); end Nodes = unique(Graph.Data(:,1:2)); %TotalPasses = zeros(GraphCountNumberOfNodes(Graph),GraphCountNumberOfNodes(Graph)); Betweenness = zeros(GraphCountNumberOfNodes(Graph),1); for Node = Nodes(:).' [ShortesPasses PassesHistogram]= mexGraphAllNodeShortestPasses(Graph,Node); %TotalPasses = TotalPasses + sum(PassesHistogram(2:end)); tic for i = 1 : numel(ShortesPasses) %T = ShortesPasses(i).Passes(end); %TotalPasses(Node,ShortesPasses(i).Passes(end)) = size(ShortesPasses(i).Passes,2); % compute total number of shortes passes from Node to some other node. Passes = ShortesPasses(i).Passes(2:end-1,:); NodesOnTheWay = unique(Passes); if numel(NodesOnTheWay)==1 Count = 1; % hist behaves differently in this case. else Count = hist(Passes(:),NodesOnTheWay);
2022-04-26 20:46:45 24.47MB 复杂网络 连锁故障
1
是一个用户界面友好的SNMP浏览器,使用灵活,技术领先,功能强大,是 Windows操作系统上使用最广泛的SNMP浏览器。(带MIB Compiler)
2022-04-21 08:10:29 17.3MB mib snmp 网络工具
1
最新IP数据库已更新为2019.11.15,集成工具网络工具打包,含itracert、tcping、windump、纯真IP地址数据库,windows系统环境,使用方法百度
2022-04-19 11:08:10 5.79MB 最新ip
1
python写的复杂网络工具networkx的使用介绍以及安装说明
2022-04-13 23:48:15 1.27MB networkx 使用介绍
1
一个可以扫描网络IP的软件。抓肉鸡必备的产品,用吧不用多说了。
2022-04-12 16:00:38 3.29MB 网络工具
1
思科CDP邻居发现工具
2022-04-06 02:05:37 584KB 网络工具
1
ddns工具,网络工具
2022-04-06 00:46:11 6.3MB ddns
1
面对企业电话复杂管理和电话费高的问题?抢先免费下载性价比高的Windows IP PBX 的3CX电话系统软件大大地方便企业电话管理而且还节省金钱.非常适合没有大量或专业IT员工的中小型企业! 3CX VOIP电话系统支持Windows 免费版个办工事的电话系统/IP PBX完全取代了私权PBX系统. 选择3CX VOIP电话系统软件的10大理由: 1. 大量减低企业电话费用:3CX VOIP电话系统能通过电脑网络操作, 节省通话费用,因为它不需依靠PSTN电话线路和昂贵的PBX硬件 2. 减少长途电话费用:3CX能为分公司支持任何供应商标准的SIP软/硬电话实现远程电话会议(call conferencing),不需被锁定在一个供应商的合约 3. 减少企业用户培训时间:3CX用户可以通过方便理解的Web配置介面管理自己的IP手机 4. 减轻企业员工的负担:3CX 使用内置的驻留功能如自动服务员的操作(如按1找销售,按2找技术支持) 5. 节省IT人员的时间:3CX可以集成于您公司的其它网络/应用工具如通过VOIP网关利用已存在的PSTN 电话线路实现电话操作功能 6. 实现企业的投资回报率:3CX允许您的公司选择任何VoIP或WAN服务提供商节省电话费用 7. 容易安装和管理的软件:3CX软件支持微软(Windows)系统提供电话呼叫交换(call switching), 呼叫路由(call routing)和呼叫排队 (call queueing)功能而不需要您培训人员学习复杂的Linux系统 8. 提高企业生产力:3CX允许远程工作功能如流动 (hotdesking)和漫游(roaming) 9. 增加员工生产力:3CX可以与客户关系管理与CRM和ERP的整合 10. 统一通信解决答案:3CX提供传真和语音邮件直接到用户信箱(inbox) 更多3CX信息,请参考 : http://www.3cx.cn (3CX 中国) http://www.3cx.hk (3CX香港) http://www.3cx.com.tw (3CX台湾)
1
将matlab神经网络工具箱代码导出
2022-04-02 15:49:42 46KB 系统开源
1