python code to read and process remote sensing data
2022-05-06 15:01:35 3.61MB remote sensi
1
MPLNClust:带有闪亮应用程序的R包,用于通过多元泊松对数正态模型的混合来执行和可视化计数数据的聚类
1
Behavior Trees for Everyone v1.6.8 Movement Pack_1.5.6 Tactical Pack v1.3.1 Behavior Designer Intergrations and samples
2022-04-30 09:09:17 384.36MB Unity BehaviorTree BehaviorDesigne
1
Enscape是一款最近兴起的渲染软件,因为其简洁的操作界面、单一的操作方式以及不输于Lumion的渲染质量,广受BIM爱好者的青睐。 Enscape这软件它能和Lumion竞争已经说明了有其过人之处,它的渲染速度真的是目前所有渲染软件里数一数二的。优点非常明显,渲染快、不用单独的客户端、所见即所得、更新快......缺点也是很明显,素材不够多也不够精,草地材质也有得改进。 我前面说了很多sketchup,我说enscape是因为这个能直接结合sketchup使用,并在skectchup中调用enscape。 该文章包含了安装包和汉化包,安装和使用方法,直接去这篇博客:
2022-04-30 09:02:14 90.26MB enscape3.1 enscape3.1汉化
1
仅供学习使用,不作商业用途
2022-04-27 09:01:14 11.12MB 学习 小说
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
#Reduced-Rank Randomized SVD 包 (RRSVD-Package) 此存储库包含论文“Fast Time-Evolving Block-Decimation algorithm through Reduced-Rank Radomized Singular Value Decomposition”中描述的方法的实现 介绍 mxn 矩阵A的奇异值分解的计算复杂度为O (mn^2)。 因此,对于大型矩阵,SVD 可能需要大量时间。 在许多情况下,不需要完整的 SVD:实际上只需要最大的奇异值(以及相应的左奇异向量和右奇异向量)。 通过使用截断的 SVD方法,可以避免A的完整SVD,只计算前k 个奇异值和相应的奇异向量; 这些方法是数据分类算法、信号处理和其他研究领域的标准工具。 Implicitly Restarted Arnoldi Method 和 Lanczos
2022-04-25 20:28:16 64.68MB C++
1
Sublime text 3 Build 3211 安装 package control 使用到的文件,用来汉化Sublime text 3 Build 321
2022-04-20 16:50:37 656KB Sublime Text
1
package 重装系统 老毛桃 Win10
2022-04-17 18:00:50 637.7MB .
1
unity3d-reorderable-list Unity的列表控件,允许编辑器开发人员将可重新排序的列表控件添加到其GUI。 支持通用列表和序列化属性数组,尽管可以通过实现Rotorz.Games.Collections.IReorderableListAdaptor来支持其他集合类型。 $ yarn add rotorz/unity3d-reorderable-list 该软件包与工具兼容。 有关将程序​​包同步到Unity项目中的信息,请参阅工具的。 特征 拖放重新排序! 重新排序时,如果在滚动视图内,则自动滚动。 使用标记轻松自定义。 IList和SerializedProperty适配器。 订阅以添加/删除项目事件。 支持混合的项目高度。 逐项禁用拖动和/或移除。 插入插入(用于UnityEditor.DragAndDrop )。 如果需要,可以按列
2022-04-14 09:33:25 208KB unity3d unity3d-npm-package C#
1