码迷,mamicode.com
首页 >  
搜索关键字:other linker flags    ( 8505个结果
poj-3225-Help with Intervals
超级恶心的一道题目。。。 查错查了一个小时。。。。 1,要用C++,用G++会wa。 2,注意检查边界。 3,注意标记的下放方式。 #include #include #include #include #include #include #include #include #pragma comment(linker, "/STACK:1024000000,1024000000") u...
分类:其他好文   时间:2014-06-19 12:07:20    阅读次数:217
hdu-4288-Coder-线段树
感觉今天的状态有点不好。。。老是在小地方犯错。。。 简单的记录一下就好。 #include #include #include #include #include #include #include #include #pragma comment(linker, "/STACK:1024000000,1024000000") using namespace std; #define maxn...
分类:其他好文   时间:2014-06-19 09:53:25    阅读次数:211
sgu-319-Kalevich Strikes Back-线段树
线段树记录当前区间是哪一个长方形在覆盖。 然后根据每一条线更新线段树。 如果是左边的边,那么把区间更新成当前长方形。 否则,把区间更新成当前长方形的前驱。 #include #include #include #include #include #include #include #include #pragma comment(linker, "/STACK:1024000000,102...
分类:其他好文   时间:2014-06-16 11:26:00    阅读次数:161
VS2013 中配置 Qt5.3 开发环境(32位)
需要的东西: 1.VS2013 2.Qt5.3 3.Visual Studio Add-in 1.2.3 for Qt5 其中2和3项可在Qt官网下载:http://qt-project.org/downloads (第3项在download页面最下方的other downloads中找...
分类:其他好文   时间:2014-06-16 07:50:23    阅读次数:478
poj 1815
DescriptionIn modern society, each person has his own friends. Since all the people are very busy, they communicate with each other only by phone. You...
分类:其他好文   时间:2014-06-15 20:44:45    阅读次数:162
An Introduction to Mutual SSL Authentication
1. Introduction Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying...
分类:其他好文   时间:2014-06-15 06:41:10    阅读次数:351
非阻塞模式下connect 成功失败判断
将一个socket 设置成阻塞模式和非阻塞模式,使用fcntl方法,即:设置成非阻塞模式:先用fcntl的F_GETFL获取flags,用F_SETFL设置flags|O_NONBLOCK;        即:       flags = fcntl(sockfd, F_GETFL, 0);                        //获取文件的flags值。      fcntl(sock...
分类:其他好文   时间:2014-06-14 10:50:27    阅读次数:302
unresolved external symbol __DllMainCRTStartup@12
使用VC2010创建DLL文件,编译后提示错error LNK2001: unresolved external symbol __DllMainCRTStartup@12解决的办法:Linker->Input->Additional Dependencies:Debug:加入 msvcrtd.li...
分类:其他好文   时间:2014-06-13 19:32:13    阅读次数:365
system调用命令行命令而不显示命令行窗口
system调用命令行命令而不显示命令行窗口通常用system调用命令行命令时都会弹出黑底白字的命令行窗口,下面的代码可以不显示弹出的命令行窗口。代码如下 1 #pragma comment( linker, "/subsystem:/"windows/" /entry:/"mainCRTStart...
分类:其他好文   时间:2014-06-13 16:35:44    阅读次数:278
个人笔记
如何区分一个程序员是老手还是新手?www.myexception1.cn/other/1391138.html程序员都该读的书 www.myexception1.cn/other/1405462.html程序员必看的几部电影 www.myexception.cn/other/14...
分类:其他好文   时间:2014-06-12 12:12:14    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!