Essential C++中文版pdf
2023-01-17 13:29:25 7.86MB Essential C++中文版pdf
1
debian10.9离线安装gcc安装包 34个安装包,安装步骤可以参考我的博客,搭配使用。整理不易,感谢支持
2022-12-03 18:02:46 47.45MB debian gcc/gdb编译调试 linux build-essential
1
二、CONCOR方法 CONCOR 是一种迭代相关收敛法(convergent correlations或者 convergence of iterated correlation)。它基于如下事实:如果对一个矩阵中的各个行(或者列)之间的相关系数进行 的重复计算(当该矩阵包含此前计算的相关系数的时候),最终产生的将是一个仅仅由 1和 -1 组成的相关系数矩阵。进一步说,我们可以据此把所要计算的一些项目分为两类:相关 系数分别为 1和-1的两类。这个现象最初是于 1970年代分别由两个研究小组独立发现的。 具体地说,CONCOR 程序开始于一个矩阵,首先计算矩阵的各个行(或者各个列)之 间的相关系数,得到一个相关系数矩阵(C1)。如前所述,这些相关系数只是表征结构对等 性的一种可能的测度。CONCOR算法的特点是,它把系数矩阵 C1作为输入矩阵,继续计算 此矩阵的各个行或者各个列之间的相关系数。也就是说,要计算第一个系数矩阵 C1的各个
2022-11-09 20:42:18 1.97MB 社会网络分析
1
定义:一个块模型是由如下两项组成的:(1)把一个网络中的各个行动者按照一定标准 分成几个离散的子集,称这些子集为“位置”,也可称之为“聚类”、“块”(参见Wasserman and Faust,1994:350;White,Boorman and Breiger,1976:769);(2)考察每个位置之间 是否存在关系。 这样看来,一个块模型就是一种模型,或者一种关于多元关系网络的假设。它提供的信 息是关于各个位置或者各个子群(而不是每个行动者)之间的关系,因而研究的是网络的总 体特点(White, Boorman, and Breiger,1976)。 每个“块”(block)(即 klrb )实际上对应的是初始矩阵的一个子矩阵。如果某块中所有 值(对角线除外)都是 1,称之为 1-块;如果都为 0,称之为 0-块。 总之,一个块模型就是对一元关系或者多元关系(包括二值关系以及多值关系)网络的 一种简化表示,它代表的是该网络的总体结构。每个位置中的各个行动者相互之间都具有结 构对等性。例如,位置 BK中的所有行动者与 Bl中的所有行动者之间的关系都类似。因此, 块模型是在位置层次上的研究,而不是在个体层次上的研究(参见 Wasserman and Faust, 1994:394~340;Burt,1976:93~122)。 关于块模型的构建和对块模型的解释,请参见拙作(2006)。我们专门设一章探讨块模 型,此处不再赘述。 三、LS集合 如果既考虑到子群内部关系的频次,也考虑到子群的成员向子群外发出关系的频次的 话,就可以得到一个新的子群概念,这就是 LS集合。 (一)LS集合的含义 赛德曼(Seidman, 1983a,转引自Wasserman and Faust, 1994: 268)把 LS集合界定为: “在一个社会网络中,如果存在满足如下条件的一个点集 S,则称该点集为 LS 集合: 如果该点集内的每个真子集合中存在的到‘该真子集合在 S中的补集’的关系都多于该真子
2022-11-07 15:38:33 1.97MB 社会网络分析
1
这是 NetFlowAnalyzer 的单机版,不像那些分布版、企业版,这个只需要一个虚拟机就可以工作了,已带许可文件。这是第二部分,包含32、64位。总共有两部分。
2022-10-12 15:01:16 185.81MB NetFlowAnalyzer Essential
1
这是 NetFlowAnalyzer 的单机版,不像那些分布版、企业版,这个只需要一个虚拟机就可以工作了,已带许可文件。这是第一部分,包含32、64位。总共有两部分。
2022-10-12 14:59:15 200MB NetFlowAnalyzer Essential
1
Essential C# 5.0 is a well-organized, no-fluff guide to the latest versions of C# for programmers at all levels of C# experience. Fully updated to reflect new features and programming patterns introduced with C# 5.0 and .NET 4.5, this guide shows you how to write C# code that is simple, powerful, robust, secure, and maintainable. Microsoft MVP Mark Michaelis and C# principal developer Eric Lippert provide comprehensive coverage of the entire language, offering a complete foundation for effective software development. The authors illustrate key constructs with succinct, downloadable code examples. Graphical mind maps at the beginning of each chapter outline the material that is covered and how individual topics interrelate. This edition also includes C# Coding Guidelines that call attention to today's best practices for writing C# code. Separate indexes of C# versions 3.0, 4.0, and 5.0 make it easy to find answers specific to whatever version of C# you are using. Throughout, topics intended for beginners and advanced readers are clearly marked. If you're new to C#, this guide will help you start writing significant code quickly. If you're an experienced C# developer, you'll gain insight into today's most complex programming challenges and techniques as you master key C# 5.0 innovations such as async/await pattern. No matter how advanced your skills become, you'll come to rely on this indispensable reference. Coverage includes * Mastering C# data types, operators, control flow, methods, and parameters* Making the most of C# object-oriented constructs, including classes, inheritance, interfaces, and more* Building reliable, effective exception handling into your code* Using generics, delegates, Lambda expressions, and events to reduce code complexity* Learning dynamic programming with reflection and attributes* Querying virtually any type of data using LINQ with Query Expressions* Creating custom collections that operate against business objects* Understanding the Common Language Infrastructure and C# in the context of the .NET 4.5 development platform* Taking advantage of declarative programming, embedded metadata, reflection, and attributes* Thoroughly mastering multithreading and synchronization, including the new async/await paradigm* Discussion of WinRT and programming in C# for Windows 8* Using P/Invoke, pointers, and direct memory manipulation to interoperate with code in other languages* Understanding how C# programs relate to the underlying runtime
2022-10-11 15:05:36 37.58MB C# Essential Multithread Reflection
1
This book is intended to be a concise reference to the Python programming language. Although an experienced programmer will probably be able to learn Python from this book, it’s not intended to be an extended tutorial or a treatise on how to program. Rather, the goal is to present the core Python language, and the most essential parts of the Python library in a manner that’s accurate and concise.This book assumes that the reader has prior programming experience with Python or another language such as C or Java. In addition, a general familiarity with systems programming topics (for example, basic operating system concepts and network programming) may be useful in understanding certain parts of the library reference.
2022-09-01 16:48:05 5.15MB Python
1
mit公开课程2004秋季課程:Essential Coding Theory, Fall 2004--NEW--6-895Fall-2004,from lecture01 to lecture 23,
2022-08-13 17:00:02 4.25MB Essential Coding Theory Fall
1
Mysql服务安装的资源包
2022-08-11 14:03:58 33.59MB mysql
1