-
maxflow-v3.01
这个软件图书馆实现了maxflow算法描述 “一个实验比较的最大流最小切/能量最小化算法在视觉。(This software library implements the maxflow algorithm described in
"An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision.)
- 2013-08-06 20:04:28下载
- 积分:1
-
Kline_Original
VC++6.0 MFC for Stock KLine
- 2020-06-25 16:40:02下载
- 积分:1
-
SocketTest_NET
c#与flex通过socket跨域通讯服务端代码。(c# and flex cross-domain communication via socket server-side code.)
- 2014-11-10 17:31:17下载
- 积分:1
-
ledshansuo
这是单片机系统下,研究led跑马灯项目说明及源代码(This is the SCM system, the study led Marquee project description and source code)
- 2013-04-20 15:43:20下载
- 积分:1
-
liblxtest
libxl库使用例子。对Execl文件进行读写和编辑。例子编译通过。比如可以用来将列表控件的内容导入到execl中等。(read, write and edit. Examples compile. For example, the contents of the list can be used to control the import into execl medium.)
- 2015-02-04 15:39:24下载
- 积分:1
-
helloworld-BT
输出Hello, World
混乱C语言的源代码(加密源代码,嘿嘿)
仅供朋友们“消遣作乐”,能够看懂是为什么固然不错。看不懂也不必太过认真,如果你要觉得有意思的话,顶顶贴。如果你觉得没什么意思的话,一笑了之。仅供娱乐而已,不必太过认真。(The output Hello, World chaotic C language source code (encrypted source code, Hei hei) only friends " entertainment creating music" , able to read it all very well why. There is no need to read too seriously, if you want to find interesting, then, Dingding paste. If you think there is any meaning, then laugh. Only for entertainment only, do not be too careful.)
- 2009-12-12 23:04:50下载
- 积分:1
-
xlstoLayer
Excel数据导入到arcgis Layer(Excel To Layer)
- 2013-05-08 11:59:35下载
- 积分:1
-
设计模式
资源描述
设计模式中部分设计模式源码整理
例如单例模式
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
namespace Com.SingletonPattern
{
///
/// 功能:延迟加载单例模式 利用DotNet的特性
/// 编写:willieni
/// 日期:2015年07月10日
/// 备注:延迟加载
///
public class DelaySingleton : ISingleton
{
private DelaySingleton()
{
}
public static DelaySingleton Instance
{
get
{
- 2022-01-25 21:22:56下载
- 积分:1
-
fenxi
本程序实现词法分析能够把源代码中的语法分离出单词(Lexical Analysis of this program are able to source code of the syntax of isolated words)
- 2009-01-01 11:37:35下载
- 积分:1
-
VideoControlC4
一个C++BUILDER下使用的视频捕捉控件,多的不说了,大家下载用一下(a C BUILDER use of video capture control, many not, we use about downloading)
- 2006-11-02 14:45:04下载
- 积分:1