-
hipr
使用push-relabel方法求解最大流问题,是国外的一个研究机构编写的,速度很快。(This is an efficient implementation of the push-relabel method.
See
Goldberg and Tarjan, "A New Approach to the Maximum Flow Problem,"
J. ACM Vol. 35, 921--940, 1988
and
Cherkassky and Goldberg, "On Implementing Push-Relabel Method for the
Maximum Flow Problem," Proc. IPCO-4, 157--171, 1995.)
- 2009-11-23 11:00:19下载
- 积分:1
-
GJB438B
国军标的软件开发规范,基本涵盖,希望对进行软件认证的文稿编写者有用(Guojun underlying software development specifications, covering, we want to be useful for software certification document writers)
- 2013-08-07 12:23:08下载
- 积分:1
-
datastr
VC++常用的数据结构类源码
这是我在VC++日常开发中收集的一些经常用到的类库,每一款都可以轻松重用,这些类库适用于vs2003及以上的开发环境,其中 Thread 和 Delegate 是从C#中得到的灵感,还有一些是在使用开源代码或其它语言时得到的启发和灵感。个人认为部分代码还算好用,所以拿来分享一下。部分类库附带有例子,欢迎参考。
(Commonly used data structures in VC++ class source This is the daily development of VC++ I collected some frequently used library, each designed to easily reuse these libraries apply to vs2003 and development environment, including Thread and Delegate inspiration from C#, there are some inspired use of open source code or other languages and inspiration. Personally think that part of the code is fairly easy to use, so used to share. Some class library included with examples for reference.)
- 2012-08-14 14:00:37下载
- 积分:1
-
C实现的基于adaboost算法的人脸检测程序及人脸库
C实现的基于adaboost算法的人脸检测程序及人脸库
- 2022-02-12 04:54:17下载
- 积分:1
-
计算机图形学第五章
#include// OPenGL实用工具库 constint XL=100; constint XR=300; constint YB=100; constint YT=200; int x1=150,y1=50,x2=250,y2=150; #defineLIFT 1 #defineRIGHT 2 #defineBOTTOM 4 #defineTOP 8 char encode(floatx,floaty) { char c=0; if(xXR) c|=RIGHT; if(yYT) c|=TOP; return c; } void CSLineClip(int&x1,int&y1,int&x2,int&y2,intXL,intXR,intYB,intYT) { char code1=encode(x1,y1); char code2=encode(x2,y2); int x,y; char code = 3; while (code1||code2) { if(code1 != 0) { code=code1; }else {
- 2022-09-20 01:10:02下载
- 积分:1
-
Hash-table
本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。(The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.)
- 2013-12-30 17:15:14下载
- 积分:1
-
vrpsd.sa.de.3
随机需求VRP(VRPSD),用蚁群求解!(VRPSD)
- 2009-03-23 22:18:44下载
- 积分:1
-
una
用于MMC桥臂计算,特别适用于较为复杂的MMC平衡子模块电容电压的计算(MMC is used to calculate the arm, especially for more complex calculations MMC submodule capacitor voltage balance)
- 2016-10-29 10:42:30下载
- 积分:1
-
led8
89c51单片机实现数码管的显示单循环功能(89c51 single-chip digital tube display single cycle function)
- 2012-07-02 23:42:48下载
- 积分:1
-
AlphaDemo
C#实现半透明图片遮罩代码示例。包括矩形和多边形不规则图片的透明代码遮罩。(C# implementation of semi-transparent image mask code examples. Including rectangles and polygons irregular picture transparent code mask.)
- 2012-12-03 17:55:58下载
- 积分:1