码迷,mamicode.com
首页 >  
搜索关键字:program    ( 9373个结果
VC6.0下opencv1.0的环境配置
本文内容取材于http://blog.csdn.net/haizimin/article/details/7734184以OpenCV安装到如下目录为例: C:\Program Files\OpenCV(在安装时选择"将\OpenCV\bin加入系统变量Add\OpenCV\bin to the s...
分类:其他好文   时间:2014-05-16 03:52:28    阅读次数:234
动态Linq(结合反射)
这篇文章决定对最近一个单机版Web程序用到的东西总结一下。一、反射Linq之OrderBy 动态Linq结合反射对某字段排序:namespace 动态Linq{ class Program { static void Main(string[] args) ...
分类:其他好文   时间:2014-05-16 00:40:13    阅读次数:414
Eclipse启动的时候窗口一闪就关的解决办法(转)
有时候会碰到如题这种问题,从网上查知解决办法,非常管用为eclipse.exe创建一个快捷方式,然后快捷方式上右键-属性,在目标栏填入E:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jdk1.6.0_16\bin\javaw.exe" -data ...
分类:系统相关   时间:2014-05-15 21:31:41    阅读次数:317
Template Method模式和Strategy模式[继承与委托]
继承program by difference.通过继承,可以建立完整的软件结构分层.其中每一层都可以重用该层次以上的Code.过度使用继承的代价是巨大的.应使用组合或者委托来替代继承.Template Method(使用继承)和Strategy(使用委托)模式解决了相同的问题:分离通用的算法和具体...
分类:其他好文   时间:2014-05-15 13:49:49    阅读次数:241
MyEclipse10.0 配置 Tomcat1.7
1 首先 从网上下载Tomcat1.7,然后放到本机目录。2 然后在MyEclipse10.0菜单Preferences指向Tomcat的路径,我本机路径是 D:\Program Files (x86)\apache-tomcat-7.0.47然后是设定tomcat对应的JDK测试 ,启动Tomca...
分类:系统相关   时间:2014-05-15 12:02:11    阅读次数:343
C:\Program Files (x86)\Common Files\microsoft shared\TextTemplating\11.0
Generating Files with the TextTransform Utility \Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files (x86)\Common Files\mi...
分类:其他好文   时间:2014-05-15 10:14:13    阅读次数:212
C:\Program Files (x86)\Common Files\microsoft shared\TextTemplating\11.0
Generating Files with the TextTransform Utility \Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files (x86)\Common Files\mi...
分类:其他好文   时间:2014-05-15 10:06:28    阅读次数:994
归并排序算法学习
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MegreSort{ class Program { static void Main(s...
分类:其他好文   时间:2014-05-15 09:21:59    阅读次数:171
UVA之1121 - Subsequence
【题目】 A sequence of N positive integers (10 N , each of them less than or equal 10000, and a positive integer S (S < 100 000 000) are given. Write a program to find the minimal length of the subse...
分类:其他好文   时间:2014-05-15 07:58:17    阅读次数:329
Perforce 使用笔记
Perforce requires at least two executables: the server (p4d), and at least one Perforce client program (such as p4 on UNIX, or p4.exe on Windows).If y...
分类:其他好文   时间:2014-05-15 07:51:28    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!