搜索结果
找到约 158 项符合
Infra-red 的查询结果
数据结构 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert
排序算法、字典和B-树的C++语言实现
代码内容 包括以下算法:
qui.c sort: quicksort
qsort.c sort: qsort
ins.c sort: insert sort
shl.c sort: shell sort
has.c dictionary: hash tables
bin.c dictionary: binary tree
rbt.c dictionary: red-black trees
skl.c dictionary: skip lists
ext.c external sort
b ...
网络 This a script for working with short TCP files with several source nodes, sharing a single bottlenec
This a script for working with short TCP files with several source nodes, sharing a single bottleneck link with a RED buffer
文章/文档 改变文字颜色和背景色可以得到不同的效果。文字颜色修改
改变文字颜色和背景色可以得到不同的效果。文字颜色修改,只要修改filter:glow(color=red,strength=2) 中的color项,strength为颜色的深度值 。
文章/文档 主要介绍Oracle相关安装和配置的基本方法。Oracle是运行在Windows和Unix操作平台上的主流数据库系统之一。因为Windows上的Oracle安装配置相对比较简单
主要介绍Oracle相关安装和配置的基本方法。Oracle是运行在Windows和Unix操作平台上的主流数据库系统之一。因为Windows上的Oracle安装配置相对比较简单,所以本手册只介绍Unix平台上的安装和配置,而且主要以Linux操作系统为主(笔者强烈推荐Linux)。如果不特别声明,本文档涉及的操作都是在Red Linux和Oracle9i上完成 ...
数值算法/人工智能 A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional
A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.
数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
技术管理 非常好的一篇paper
非常好的一篇paper,关于Opnet下的网络流量控制算法的比较。TCP,RED,PIRED等
其他 计算机彩色显示器显示色彩的原理与彩色电视机一样
计算机彩色显示器显示色彩的原理与彩色电视机一样,都是采用R(Red)、G(Green)、B(Blue)相加混色的原理:
加密解密 3des 算法 Richard Outerbridge 本人写的一个不错的版本
3des 算法 Richard Outerbridge 本人写的一个不错的版本,有测试的例子也是他本人写的。在RED HAT LINUX 9 测试通过