E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Prog
解决VS2005上DLL加载完后马上卸载的问题
转载请标明是引用于http://blog.csdn.net/chenyujing1234 环境:
Prog
工程生成
Prog
.dll,且链接了Proj1.lib、Proj2.lib、Proj3.lib.Proj1
chenyujing1234
·
2012-03-26 16:00
多线程
dll
一例undefined reference 处理方法
例如编译
Prog
程序,同时用到了libdo.a和libprepare.a两个静态链接库,其中libdo
littlefang
·
2012-03-20 15:00
function
reference
HDU 1255 覆盖的面积 线段树 扫描线
/* ID:sdj22251
PROG
:subset LANG:C++ */ #include #include #include #include #include #include #include
sdj222555
·
2012-03-20 13:00
c
struct
tree
UP
[模拟+并查集]poj 1164:The Castle
大致思路: 苦逼模拟的并查集……usaco里面的还需要输出炸哪一堵墙……崩溃>_< /* ID:123ldss2
PROG
暴风雪
·
2012-03-19 18:00
数据结构
算法
ACM
并查集
poj 1164
USACO Training Section 1.1 Friday the Thirteenth 解题报告&AC代码
AC代码:/* ID:yuanmz91
PROG
:friday LANG:C++ */ #include #include usingnamespacestd; constint
Moien_Podiene
·
2012-03-19 18:00
Cygwin如何配置Java编译环境
http://cs.nyu.edu/~yap/
prog
/cygwin/FAQs.htmlQ:CanIexecuteprogramsinstalledundertheWindow'sdirectory?
lihenair
·
2012-03-16 10:00
java
jar
Access
Path
compiler
postscript
推荐7本不错的HTML5书籍
ProHTML5
Prog
随影求是
·
2012-03-15 11:00
[USACO] Chapter1-Getting started(入门)
Greedy Gift Givers (gift1) /* ID:123ldss2
PROG
: gift1 LANG: C++ */ #include<
暴风雪
·
2012-03-15 10:00
数据结构
ACM
USACO
HDU 3564 Another LIS 线段树+最长上升子序列
/* ID:sdj22251
PROG
:subset LANG:C++ */ #include #include #include #include #include #include #include
sdj222555
·
2012-03-14 22:00
c
tree
insert
Block developers from using TOAD and other tools on production databases
CREATEORREPLACETRIGGERblock_tools_from_prod AFTERLOGONONDATABASEDECLARE v_progsys.v_$session.program%TYPE;BEGIN SELECTprogramINTOv_
prog
found2008
·
2012-03-13 14:00
sql
session
Excel
application
tools
parallel
(二)手把手教你写天气预报程序:UserControl的运用
可以用之开发,但是确认升级到了SP1版,不然不能使用,而且,如果本来的VS2010是中文版,那么需要到C:\
Prog
fengyun1989
·
2012-03-12 19:00
windows
String
image
Microsoft
silverlight
templates
phone
道里可信云安全系统将在第三届中国云计算大会上展出
第三届中国云计算大会将于5月18-20日召开(http://www.ciecloud.org/2011/
prog
_520.html)。
晨曦之光
·
2012-03-09 17:00
windows tomcat6起動失敗
TheAPRbasedApacheTomcatNativelibrarywhichallowsoptimalperformanceinproductionenvironmentswasnotfoundonthejava.library.path:C:/
Prog
彭博
·
2012-03-09 16:00
Unix编程艺术――Unix哲学
出处是http://blog.leezhong.com/reading/2010/12/21/the-art-of-unix-
prog
yaocoder
·
2012-03-06 08:46
职场
休闲
Unix编程艺术
Unix哲学
Unix编程艺术——Unix哲学
出处是http://blog.leezhong.com/reading/2010/12/21/the-art-of-unix-
prog
yaocoder
·
2012-03-06 08:46
职场
休闲
Unix编程艺术
观点
[U]3.4.4 3维DP
终于会写DP了,这种水水的还是能写的~嘿嘿~/* ID:bysen LANG:C++
PROG
:rockers */ #include usingnamespacestd; intDP[21][21]
sevenster
·
2012-03-01 22:00
[U]3.4.2 简单的递归题
/* ID:bysen LANG:C++
PROG
:heritage */ #include #include #include #include usingnamespacestd; ifstreamfin
sevenster
·
2012-03-01 22:00
[U]3.4.3 皮克定理
/* ID:bysen LANG:C++
PROG
:fence9 */ #include #include usingnamespacestd; intgcd(inta,intb) { if(b==0
sevenster
·
2012-03-01 22:00
[U]3.4.1 蛋疼的计算几何,二分
./* ID:bysen LANG:C++
PROG
:fence4 */ #include #include #include #defineMAXP201 #defineERROR1e-6 usingnamespacestd
sevenster
·
2012-03-01 22:00
c
[U]3.3.5 博弈原理,DP实现
/* ID:bysen LANG:C++
PROG
:game1 */ #include usingnamespacestd; intsum[101][101]; intdp[101][101]; intnum
sevenster
·
2012-03-01 22:00
c
[U]3.3.4 很不错的DP题
/* ID:bysen LANG:C++
PROG
:range */ #include usingnamespacestd; intmin(inta,intb){returna=1;i--) for(
sevenster
·
2012-03-01 22:00
c
[U]3.3.3 麻烦的思路题
/* ID:bysen LANG:C++
PROG
:camelot */ #include #include #defineMAXR31 #defineMAXC27 #defineINF0x0FFFFFFF
sevenster
·
2012-03-01 22:00
c
工作
[U]3.3.2 DP
/* ID:bysen LANG:C++
PROG
:shopping */ #include usingnamespacestd; intticket_No[100][6]; intticket_Num
sevenster
·
2012-03-01 22:00
[U]3.3.1 欧拉回路
/* ID:bysen LANG:C++
PROG
:fence */ #include #include #defineMAXN501 #defineMAXF1025 usingnamespacestd
sevenster
·
2012-03-01 22:00
c
HDU 4069 Squiggly Sudoku DLX
这题就是个变形,先floodfill一下,然后就是模板了然后发现比大华的快了好几倍,然后加了输入挂后,瞬间成Bestsolution中的rank1了/* ID:sdj22251
PROG
:inflate
sdj222555
·
2012-02-27 12:00
c/c++中int main(int argc,char *argv[])的具体含义
下面给出一个例子来理解这两个参数的用法:假设程序的名称为
prog
,当只输入
prog
,则由操作系统传来的参数为:argc=1,表示只有一程序名称。argc只有一个元素,argv[0]指向输入的程序路径及
Stone_Sky
·
2012-02-23 16:00
C++
USACO 1.3.4 Prime Cryptarithm
代码如下:/* ID:michael139 LANG:C
PROG
:crypt1 */ #include #include intvis[10]; intmain(){ FILE*fin=fopen("
michaelalan
·
2012-02-22 18:00
USACO 1.3.1 Mixing Milk
代码如下:/* ID:michael139 LANG:C
PROG
:milk */ #include #include typedefstruct{ intp,a; }Farmer; Farmerf[5050
michaelalan
·
2012-02-21 23:00
USACO 1.2.5 Dual Palindromes
代码如下:/* ID:michael139 LANG:C
PROG
:dualpal */ #include #include inttenToB(intten,charB[150],intb); intmain
michaelalan
·
2012-02-21 22:00
USACO 1.2.3 Name That Number
代码如下:/* ID:michael139 LANG:C
PROG
:namenum */ #include #include chartable[8][4]={"ABC","DEF","GHI","JKL
michaelalan
·
2012-02-21 21:00
自动判断NGINX和php-cgi状态重启SHELL脚本
bash #*/3 * * * * /data/shell/nginx.sh > /dev/null 2>&1 url="http://xxx.xxx.com/nginx.html"
PROG
ppabc
·
2012-02-21 15:19
nginx
休闲
php-cgi
重启脚本
判断NGINX
usaco 2.1.4 Subset Sums 【母函数】
(1+x)*(1+x^2)*(1+x^3)*……*x^n 则x^(n*(n+1)/2)的系数一半为ans/* ID:w.x.f.g1
PROG
:subset LANG:C++ */ #include
wxfwxf328
·
2012-02-21 11:00
c
USACO 1.2.1 Milking Cows
代码如下:/* ID:michael139 LANG:C
PROG
:milk2 */ #include #include intvis[1000500]; intmain(){ FILE*fin=fopen
michaelalan
·
2012-02-20 22:00
File
ini
USACO 1.1.4 Broken Necklace
代码如下:/* ID:michael139 LANG:C
PROG
:beads */ #include #include intmain(){ FILE*fin=
michaelalan
·
2012-02-20 20:00
c
File
ini
USACO 1.1.2 Greedy Gift Givers
代码(普通查找O(n)):/* ID:michael139 LANG:C
PROG
:gift1 */ #include #include typedefstruct{ charname[20]; intmoney
michaelalan
·
2012-02-20 17:00
USACO 1.1.1 Your Ride Is Here
代码如下:/* ID:michael139 LANG:C
PROG
:ride */ #include #include intmain
michaelalan
·
2012-02-20 15:00
POJ 1325 Machine Schedule 最小点覆盖
代码如下/* ID:sdj22251
PROG
:inflate LANG:C++ */ #include #include #include #include #include
sdj222555
·
2012-02-19 13:00
[U]3.2.6 Sweet Butter 枚举+SPFA
./* ID:bysen LANG:C++
PROG
:butter */ #include #include #defineINF0x7FFFFFFF #defineMAXP801 #defineMAXC1500
sevenster
·
2012-02-18 14:00
[U]3.2.3 Spinning Wheels 模拟
用bool要用掉8位.用360位的bitset可以直接判断了,不需要每次扫扫扫...代码果断很丑:/* ID:bysen LANG:C++
PROG
:spin */ #include usingnamespacestd
sevenster
·
2012-02-17 17:00
c
input
360
别忘了在disown之前执行bg命令,否则进程会一直stopped
/cap#=======CAPv20120216f=======#
prog
-path:/root/work22/ct08/bin/
prog
-name:capcfg_name='..
codingstandards
·
2012-02-16 17:46
Linux问题
别忘了在disown之前执行bg命令,否则进程会一直stopped
/cap #======= CAP v20120216f =======#
prog
-path: /root/work22/ct08/bin/
prog
-name: cap cfg_name='..
codingstandards
·
2012-02-16 17:00
linux
usaco 1.4.2 Packing Rectangles
图上描绘的就是所有的基本摆放方法即4的全排列种方法+交换任意x,y=所有的摆放方法/* ID:w.x.f.g1
PROG
:packrec LANG:C++ */ #include #include #
wxfwxf328
·
2012-02-16 10:00
NYU AI作业习题-活动安排问题 BFS+DFS Iterative deepening depth-first search
题目链接 http://cs.nyu.edu/courses/spring12/CSCI-GA.2560-001/
prog
1.html题目大意:给定n个任务的时间、价值及先后序关系,求一个可行的任务子集
yangliuy
·
2012-02-16 01:00
算法
活动
search
iterator
input
作业
Jboss使用
jboss-5.1.0.GA\bin的目录下面 找到 “run.bat"文件,编辑此文件,在第一行加上-- ”set JAVA_HOME=JDK的安装目录“(如set JAVA_HOME=D:\
Prog
javaEEdevelop
·
2012-02-13 16:00
jboss
为CUDA配置Visual Studio环境
如果你显卡支持CUDA,请先安装支持CUDA的显卡驱动,之后安装CUDAToolkit(现在叫CUDA,假设安装在d:\programming\cuda\toolkit目录下),之后安装SDK(假设安装在d:\
prog
wwwslcomcn
·
2012-02-13 10:00
properties
CUDA
Microsoft
Build
Path
include
[U]3.1.2 Score Inflation 赤裸裸的多重背包问题
/* ID:sevenst4 LANG:C++
PROG
:inflate */ #include #defineMAXT10000 #defineMAXP10000 usingnamespacestd;
sevenster
·
2012-02-12 12:00
c
[U]3.1.1 Agri-Net 简单的最小生成树问题Ford
./* ID:sevenst4 LANG:C++
PROG
:agrinet */ #include usingnamespacestd; intmain() { freopen("agrinet.in
sevenster
·
2012-02-12 12:00
c
[U]2.4.5 Fractions to Decimals 简单的语言控制题
./* ID:sevenst4 LANG:C++
PROG
:fracdec */ #include usingnamespacestd; structnode { intnum; intleft; }
sevenster
·
2012-02-12 12:00
c
语言
[U]2.4.4 Bessie Come Home 简单最短路问题
/* ID:sevenst4 LANG:C++
PROG
:comehome */ #include #defineINF0x0FF
sevenster
·
2012-02-12 12:00
c
ubuntu下编译faac-1.28
下载faac-1.28源码,解压后,bootstrap,configure,make,但遇到warning:macro`AM_
PROG
_LIBTOOL'notfoundinlibrary问题。
qiuchangyong
·
2012-02-11 12:00
ubuntu
library
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他