搜索资源列表
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
B_M算法
- VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
Linux_core_analyze
- 中文名为(liunx内核情景分析),里面包含存储,文件系统以及线性编程的知识,绝对经典的好书!-Chinese name (liunx core scenario analysis), which includes storage, file systems, and linear programming knowledge, an absolute classic books!
main
- Linux功能主文件本实验并没有进入系统空间对实际进程页面进行控制,而是在用户空间用线性表的连续存储方式对进程页面交换进行模拟。 -rintf("Select the arithmetic:\n(1)LRU\n(2)FIFO\nyour choice is:")
Chaotic_Tools_v1.0b
- 混沌是指发生在确定性系统中的貌似随机的不规则运动,一个确定性理论描述的系统,其行为却表现为不确定性--不可重复、不可预测,这就是混沌现象。进一步研究表明,混沌是非线性动力系统的固有特性,是非线性系统普遍存在的现象。牛顿确定性理论能够充分处理的多为线性系统,而线性系统大多是由非线性系统简化来的。因此,在现实生活和实际工程技术问题中,混沌是无处不在的。-Picture hide encryption program
glusterfs-2.0.2.tar
- Glusterfs是一个存储空间和访问效率都可以线性增加的一个分布式文件系统-distrubuted filesystem......
linear-system-analysis
- 线性系统状态空间分析(包括分析系统可控,可观性,对系统进行非奇异线性变换,分析系统稳定性,绘制阶跃响应曲线),极点配置-The state space of the linear system analysis (including analysis system controllability, observability, non-singular linear transformation of the system, the analysis of the stability of th
LineTable
- 数据结构线性表的完善的试验系统,包含基本的各种存储结构的线性表操作,和应用系统测试,是一个完全的人机交互式系统-Line table Data structure of the perfect test system
linbox-1.3.2.tar
- Linbox是C++模板库例程的线性代数问题包括线性系统的解,最小多项式,行列式,秩,特征多项式的解决方案,和Smith标准形。-LinBox is a C++ template library of routines for solution of linear algebra problems including linear system solution, rank, determinant, minimal polynomial, characteristic polynomial,
Part1Listing1
- 展示如何在windows系统里面实现多线性程序的编写-C++ Tutorial Multi-Threaded Programming II Part A
41735771
- 单用户超宽带通信系统仿真,基于线性调频信号,不错的 很好(Single-user uwb communication system simulation, based on the linear frequency modulation signal, the good is very good)
989905
- 掌握MATLAB的基本符号运算,在微积分中的应用,在线性代数中的应用(Master the basic symbolic operation of MATLAB in the application of differential and integral calculus, its application in linear algebra)
bbem
- 掌握用MATLAB计算拉格朗日,分段线性,三次样条三种插值的方法(Master the MATLAB computing Lagrange, piecewise linear, three kinds of cubic spline interpolation method)
subgroyp-decomposition-refer
- 瑞利信道仿真,采用线性滤波法,最简单的那种实现方式(Rayleigh channel simulation, using the linear filtering method, the simplest way of implementation)
hhe
- 线性内插器的matlab程序,调试过了 没什么问题,很好用的(Linear interpolation of the matlab program, debugging after no problem, very good)
voybfkh
- 线程的概念,属性;线性创建的2种方式及其联系,区别和使用场合()
dandwidth
- 包含了数据结构中的线性表,队列和栈的具体代码()