浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 225 226 227 228 229 230 231 232 233 ··· 630 下一页

2013年1月10日

摘要: 【原】Boost下载安装编译配置使用指南(含Windows和Linux) - Terry Wang - 博客园【原】Boost下载安装编译配置使用指南(含Windows和Linux)——更新于2011/7/19,目前我已对boost的安装和使用有了新的认识,因此也会对两年前写的这篇文章做大幅修改,网上转载版本泛滥,请以本文为准。理论上,本文适用于boost的各个版本,尤其是最新版本1.47.0;适... 阅读全文
posted @ 2013-01-10 16:37 lexus 阅读(207) 评论(0) 推荐(0)

摘要: Windows环境下使用Boost - chuncn - 博客园Windows环境下使用Boost一、 下载boost1、boostprohttp://www.boostpro.com/download/2、boost.org(本文下载方式)http://www.boost.org/users/download/http://sourceforge.net/projects/boost/files... 阅读全文
posted @ 2013-01-10 16:31 lexus 阅读(361) 评论(0) 推荐(0)

摘要: // test_for_static_lib.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <cstdio>#include<iostream>#include<boost/any.hpp>int _tmain(int argc, _TCHAR* argv[]){ bo... 阅读全文
posted @ 2013-01-10 16:29 lexus 阅读(222) 评论(0) 推荐(0)

摘要: Installing C++ Boost on Microsoft Windows for Visual Studio .NET 2003/2005/Orcas - visame的专栏 - 博客频道 - CSDN.NETInstalling C++ Boost on Microsoft Windows for Visual Studio .NET 2003/2005/Orcas 2008-08-2... 阅读全文
posted @ 2013-01-10 16:29 lexus 阅读(239) 评论(0) 推荐(0)

摘要: // test_for_static_lib.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <cstdio>#include<iostream>#include<boost/any.hpp>int _tmain(int argc, _TCHAR* argv[]){ bo... 阅读全文
posted @ 2013-01-10 16:28 lexus 阅读(203) 评论(0) 推荐(0)

摘要: Visual C++ 2005如何引用静态链接库(.lib)Visual C++ 2005如何引用静态链接库(.lib) 搜索所有 MSDN 论坛提出问题 2009年5月6日 11:41 Fly Long 的头像 Fly Long Fly Long 的头像 Fly Long 0 分数 3 0 0 近期成就 论坛内容鉴别者 I 第一次有帮助的投票 第一次标记答案 Fly Long 的主题 查看个人资... 阅读全文
posted @ 2013-01-10 14:59 lexus 阅读(266) 评论(0) 推荐(0)

摘要: vc生成静态库例子_思念如丝_百度空间vc生成静态库例子1创建静态库 要创建静态库,选择File->New菜单,弹出New对话框。选择Projects标签,在项目类型列表框中选择Win32 Static Library,在Name中输入MyLib,表明要创建一个MyLib.lib的静态库文件,下一步什么也不选,直接完成。 2.加入一个头文件(1234.h),里面加入代码 ... 阅读全文
posted @ 2013-01-10 14:51 lexus 阅读(335) 评论(0) 推荐(0)

摘要: VC知识库文章-《静态连接库的生成和使用,》概要:"静态连接库的生成和使用。 "静态连接库的生成和使用分享到: 新浪微博 腾讯微博 更多 --收藏 发布日期:2005-01-31 23:51 浏览次数:2118次 下载次数:1000次--> 标 签:windows 文章评分:5.0 操 作:下载源文件打印 李成易 称号:未设置简介:... 文章概要:静态连接库的生成和使用。 一、静态库的生... 阅读全文
posted @ 2013-01-10 14:39 lexus 阅读(201) 评论(0) 推荐(0)

摘要: DirectUI Skin++界面解决方案 界面设计 界面开发 软件UI界面开发 软件UI界面美术设计 界面编程 界面教程 Skin VC VB C# .net pb delphi c builder GUI上海勇进软件有限公司,成立于2004年,自创始之日起,始终保持高速的发展态势,迅速成长为一支集交互、创新、技术革新于一体的专业软件界面设计与开发团队。目前,公司总部位于上海,旗下拥有一个设计机... 阅读全文
posted @ 2013-01-10 14:31 lexus 阅读(849) 评论(0) 推荐(0)

摘要: VC知识库 视频教程知识库会定期的邀请行业技术牛人进行视频讲座,分享相关技术要点! 前言:介绍与STL综合测试题 1、VC知识库大讲堂的介绍:应广大网友的要求本站推出编程技术系列教程,如有问题可以发到邮箱:vckbase@vckbase.com 2、《STL实用入门教程》系列讲座介绍:本系列STL讲座涵盖字符串...详细>> 分享: 第一讲:STL概念与字符串string 1、STL的... 阅读全文
posted @ 2013-01-10 14:23 lexus 阅读(685) 评论(0) 推荐(0)

摘要: std::equal_range - huycwork的日志 - 网易博客std::equal_range 2010-04-19 21:03:35|分类: CPPREFERENCE私房 |标签: |字号大中小订阅equal_range原型: #include <algorithm>pair<forward_iterator,forward_iterator> equal_range( forwa... 阅读全文
posted @ 2013-01-10 14:19 lexus 阅读(352) 评论(0) 推荐(0)

摘要: CMake - Cross Platform MakeWelcome to CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the softw... 阅读全文
posted @ 2013-01-10 14:03 lexus 阅读(215) 评论(0) 推荐(0)

摘要: std::equal_range - huycwork的日志 - 网易博客equal_range原型: #include <algorithm>pair<forward_iterator,forward_iterator> equal_range( forward_iterator first, forward_iterator last, const TYPE& val );pair<forwa... 阅读全文
posted @ 2013-01-10 13:55 lexus 阅读(297) 评论(0) 推荐(0)

摘要: find . -name ".svn*" -print0|xargs -0 rm -rvfCodeSnippets: Recursively remove all .svn directories [shell] [svn] [bash]Recursively remove all .svn directories (See related posts)find . -name .svn -pri... 阅读全文
posted @ 2013-01-10 10:51 lexus 阅读(258) 评论(0) 推荐(0)

摘要: Recursively delete .svn directoriesRecursively delete .svn directoriesabstractThis is a simple example of a unix command, which recursively deletes subversion .svn folders. Subversion is a well-spr... 阅读全文
posted @ 2013-01-10 10:38 lexus 阅读(382) 评论(0) 推荐(0)

摘要: Remove the .pyc files from current directory tree and from svn « Python recipes « ActiveState CodeWhy not just run this command ?$ find . -name "*.pyc" | xargs svn rm --force 阅读全文
posted @ 2013-01-10 10:35 lexus 阅读(157) 评论(0) 推荐(0)

摘要: Remove the .pyc files from current directory tree and from svn « Python recipes « ActiveState CodeRemove the .pyc files from current directory tree and from svn (Python recipe) by Senthil KumaranActiv... 阅读全文
posted @ 2013-01-10 10:27 lexus 阅读(346) 评论(0) 推荐(0)

摘要: 10 大著名科技公司 CEO 的办公室 http://www.oschina.net/news/36576/10-ceo-office 阅读全文
posted @ 2013-01-10 09:09 lexus 阅读(371) 评论(0) 推荐(0)

摘要: Jython设置默认编码 http://my.oschina.net/linker/blog/101099 阅读全文
posted @ 2013-01-10 09:07 lexus 阅读(232) 评论(0) 推荐(0)

摘要: Epoll 服务器示例 http://my.oschina.net/qichang/blog/101172 阅读全文
posted @ 2013-01-10 09:06 lexus 阅读(222) 评论(0) 推荐(0)

上一页 1 ··· 225 226 227 228 229 230 231 232 233 ··· 630 下一页