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
jam
fedora 安装boost
下载并解压Boost(我用的是boost-1.3.2.0)到指定目录比如boost_1_32_0依次执行下列命令 cdboost_1_32_0_1/tools/build/
jam
_src //进入bjam
linlianghui2004
·
2009-01-14 08:00
gcc
编译器
[翻译]xml的加密和解密
http://hi.baidu.com/
jam
12315/blog/item/42b5c4c426ee15af8326ac3b.html原文发布日期:2006.12.15作者:DerekSmyth翻译:
sws9999
·
2009-01-04 14:00
加密
xml
算法
解密
文档
encryption
vc8 sp1环境下boost库的编译和使用
首先到boost的网站上下载最新的BOOST源代码和编译好的
JAM
,地址:http://www.boost.org/users/download/。
public0821
·
2008-12-29 10:00
C++
c
C#
Microsoft
vc++
vs2008 编译boost 1.37.0
1.37版本的boost,7z格式的,解压有182M 开始编译: 开启Visual Studio 2008的命令行,进入e盘的boost解压路径 执行:e:\boost_1_37_0\tools\
jam
pleasetojava
·
2008-12-28 21:00
C++
c
C#
vc++
编译boost库 thread
boost13702.编译bjam(要编译boost,需要先编译出bjam,然后利用bjam来编译boost) 1)修改D:\boost1370\tools\build\v2\user-config.
jam
heeeey
·
2008-12-23 02:00
Windows下boost 1.37.0
www.boost.org上下载最近的1.37版本的boost,7z格式的,解压有182m 开始编译:开启vc9的命令行终端便是了,进入f盘的boost解压路径执行:f:/boost_1_37_0/tools/
jam
ztz0223
·
2008-12-18 12:00
Windows下boost 1.37.0
上下载最近的1.37版本的boost,7z格式的,解压有182m 开始编译: 开启vc 9的命令行终端便是了,进入f盘的boost解压路径 执行:f:\boost_1_37_0\tools\
jam
pleasetojava
·
2008-12-18 12:00
c
windows
python
F#
vc++
mingw环境下boost库的编译和使用
首先到boost的网站上下载最新的BOOST源代码和编译好的
JAM
,地址:http://www.boost.org/users/download/。
public0821
·
2008-12-12 09:00
eclipse
C++
c
gcc
C#
mingw环境下boost库的编译和使用
阅读更多首先到boost的网站上下载最新的BOOST源代码和编译好的
JAM
,地址:http://www.boost.org/users/download/。
public0821
·
2008-12-12 09:00
C
C++
C#
GCC
Eclipse
vs2005下编译基于stlport的boost
archive/2007/10/13/923143.html如果是DEBUG模式请在项目的属性=>配置属性=>c/c++=>命令行的附加选项增加/D_STLP_DEBUG2、boost_1_37_0\tools\
jam
流浪的疾风
·
2008-12-09 13:00
Ant实践 4、编写build.xml
既然我们已经有了make, gnumake, nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
huangchao200701
·
2008-11-10 11:00
jdk
Web
xml
unix
ant
vc7编译boost 1.33.1记录
vc7编译boost1.33.1记录(转)在VisualStudio.NET2003命令提示下进入boost目录,如何进入tools\build\
jam
_src\,执行build.bat,编译成功得到bjam.exe
jack-wang
·
2008-10-27 16:00
J2ME中常见英文缩写
MIDP:MobileInformationDeviceProfile,移动信息设备描述
JAM
:JavaApplicationManager,Java应用管理器CSD:Circu
guoquanyou
·
2008-10-21 09:00
java
service
application
Access
j2me
hyper
简单明了的boost编译过程
/boost_1_36_0/tools/build/
jam
_src目录运行build即可运行结束后,将新出现bin.ntx86目录,我们所需要的bjam.exe就在该目录下。
cool1949
·
2008-10-14 13:00
Math
正则表达式
python
serialization
regex
Types
用bjam构建boost-1.36
boost包从boost网站下载boost_1_36_0.tar.gz 2、解压假设解压到D:/,那么Boost根目录就是D:/boost_1_36_0 3、构建bjam在“Boost根目录/tools/
jam
luansxx
·
2008-10-14 09:00
c
linux
Microsoft
gcc
Build
编译器
Google code
jam
2008 Round 1A(c.Numbers)题解
题目是计算(3+sqrt(5))^n的小数点前三位数,不足三位补0,正整数n的最大值为20亿。 http://code.google.com/codejam/contest/dashboard?c=agdjb2RlamFtchALEghjb250ZXN0cxiE2QUM 经过两天的努力,终于把这道题搞明白了,为了方便后人的学习现将算法整理下来。令f(n)=(3+sqrt(5))^n;以前做
superhackerzhang
·
2008-08-29 22:00
仿自Google Code
Jam
Round 1 C. Numbers(题目)
仿自GoogleCodeJamRound1C.Numbers(题目)今天做了一题仿自GoogleCodeJamRound1C.Numbers的题目...大意是求高斯函数y=[(2^(0.5)+3^(0.5))^(2n)]%1024的值以下是我的解题思路://高斯函数y=[pow(2,0.5)+pow(3,0.5)]^(2n)]//y=[(5+2*pow(6,0.5))^n]//添加项(5-2*po
xiaoguozi's Blog
·
2008-08-25 01:00
Google Cod
Jam
Round1C C题 Increasing Speed Limits
IncreasingSpeedLimitsTimeRemaining: Youmayresubmitthismultipletimeswithintheremainingtime-frame.Onlyyourlastsubmissionwillcount.youroutputfile:sourcefile(s): removeAddanotherfilesourcefile(s): not
oyjpArt ACM/ICPC算法程序设计空间
·
2008-08-02 15:00
boost1.35.0 Windows编译手记
bjam开始->程序->MicrosoftVisualStudio2005->VisualStudioTools->VisualStudio2005命令提示执行:E:\boost_1_35_0\tools\
jam
grantren
·
2008-08-01 03:00
Windows
Python
多线程
Microsoft
thread
boost1.35.0 Windows编译手记
Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio 2005命令提示 执行:E:\boost_1_35_0\tools\
jam
grantren
·
2008-08-01 03:00
多线程
thread
windows
python
Microsoft
在Windows下编译 Boost 1.35、Lua 5.1和LuaBind 0.7
使用VisualStudio2005CommandPrompt环境运行/tools/
jam
/src/build.bat2.
BalonFan
·
2008-07-30 12:00
Ant工具 ant的安装与配置 ant作用
既然我们已经有了make,gnumake,nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
zhuche110
·
2008-07-17 09:00
ant
jar
Build
javadoc
工具
任务
boost 1-35编译
程序->MicrosoftVisualStudio2005->VisualStudioTools->VisualStudio2005命令提示2.cdD:\Libs\boost_1_35_0\tools\
jam
网络服务器软件开发/中间件开发,关注ACE/ICE/boost
·
2008-07-12 22:00
google code
jam
practice problems
Problem description can be found here. A. Alien Numbers Follow is the solution: public String getTargetNumber(String alienNumber,String srcLang,String targetLang) { String ret = "&q
qingyujingyu427
·
2008-07-11 07:00
css
Google
asp
Ant工具
既然我们已经有了make,gnumake,nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
死亡骑士
·
2008-07-10 17:00
如何编译Console2
Console2是一个美化了的控制台,编译时需要boost,WTL,TabbingFramework.如果你运气不好的话,你就会编译不出bjam,不要紧去下一个boost-
jam
-3.1.16-1-ntx86
hangmwll
·
2008-07-09 13:00
c
.net
如何在Visual Studio 2003, Visual Studio 2005编译boost 1.34.1?
boostsource到http://www.boost.org下载最新版本的boost,我目前下载的是1.34.1,将之解压到c:/boost_1_34_1/2.编译bjamC:/boost_1_34_1/tools/
jam
cyblueboy83
·
2008-07-05 00:00
Google Code
Jam
之Always Turn Left之我的解答
由于时间的限制,程序有些地方的容错性不够,以//!!标出。运行成功,经GoogleCodeJam鉴定为正确。 题目为: AlwaysTurnLeftProblemYoufindyourselfstandingoutsideofaperfectmaze.Amazeisdefinedas"perfect"ifitmeetsthefollowingconditions:Itisarectangularg
Utensil
·
2008-06-28 23:00
Google Code
Jam
之Always Turn Left之我的解答
阅读更多由于时间的限制,程序有些地方的容错性不够,以//!!标出。运行成功,经GoogleCodeJam鉴定为正确。题目为:AlwaysTurnLeftProblemYoufindyourselfstandingoutsideofaperfectmaze.Amazeisdefinedas"perfect"ifitmeetsthefollowingconditions:Itisarectangula
utensil
·
2008-06-28 23:00
Google
J#
Go
UP
F#
Google Code
Jam
之Always Turn Left之我的解答
由于时间的限制,程序有些地方的容错性不够,以//!!标出。运行成功,经GoogleCodeJam鉴定为正确。 题目为: AlwaysTurnLeftProblemYoufindyourselfstandingoutsideofaperfectmaze.Amazeisdefinedas"perfect"ifitmeetsthefollowingconditions:Itisarectangularg
utensil
·
2008-06-28 23:00
Google
F#
J#
UP
Go
Google Code
Jam
之Alien Numbers之我的解答
阅读更多由于时间的限制,程序有些地方的容错性不够,以//!!标出。运行成功,经GoogleCodeJam鉴定为正确。题目为:AlienNumbersProblemThedecimalnumeralsystemiscomposedoftendigits,whichwerepresentas"0123456789"(thedigitsinasystemarewrittenfromlowesttohig
utensil
·
2008-06-24 23:00
Google
performance
F#
Google Code
Jam
之Alien Numbers之我的解答
运行成功,经Google Code
Jam
鉴定为正确。
utensil
·
2008-06-24 23:00
Google
F#
performance
Google Code
Jam
之Alien Numbers之我的解答
由于时间的限制,程序有些地方的容错性不够,以//!!标出。运行成功,经GoogleCodeJam鉴定为正确。题目为: AlienNumbersProblemThedecimalnumeralsystemiscomposedoftendigits,whichwerepresentas"0123456789"(thedigitsinasystemarewrittenfromlowesttohighes
Utensil
·
2008-06-24 23:00
String
Google
System
dataset
output
Numbers
Alien Numbers
Google Code
Jam
2008 Practice one http://code.google.com/codejam/contest/dashboard?
amozon
·
2008-06-23 15:00
C++
c
Google
C#
什么是ANT
既然我们已经有了make,gnumake,nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
arduousbonze
·
2008-05-16 16:00
java
ant
工具
任务
makefile
跨平台
Ant是什么?
既然我们已经有了make, gnumake, nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
wangyu
·
2008-05-07 23:00
c
xml
ant
unix
OS
Ant是什么?
既然我们已经有了make, gnumake, nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
wangyu
·
2008-05-07 23:00
c
xml
ant
unix
OS
Ant是什么?
既然我们已经有了make, gnumake, nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
wangyu
·
2008-05-07 23:00
c
xml
ant
unix
OS
Ant实践(转抄)
既然我们已经有了make, gnumake, nmake,
jam
以及其他的bui
peng_jian_ming
·
2008-04-23 08:00
jdk
xml
ant
unix
脚本
Epson2010出现feed
jam
pwf520发表于:2007-12-413:37:00今修到一台EPSON2010打印机出现FEEDJAM是什么意思有时又可以正常打印!是哪里坏了?2楼龙行007发表于:2007-12-415:16:00出现FEEDJAM报错,说明手动进纸器未能上纸。遇到这种情况,要将电磁离合器拆下来,将牵引衔铁的小弹簧轻轻拉伸,使其比原来稍长一些,减少电磁离合器的吸合阻力。如果修复后还经常出现此类问题,则必须
huangbao_007
·
2008-04-16 14:00
休闲
打印机
feed
Epson2010
jam
Traffic
jam
in subway station
Areyouconfusedwiththetitle?asweknow,thesubwaytrainsrunonadedicateline,theyneverencounteratrafficjamunlessthereisanaccidentorthereisanerrorwiththesignalsystem. Actuallyeverythinggoeswellthismorning,but
simon
·
2008-04-09 11:13
北京
休闲
地铁
客流
高峰
从修HP打印机看中外服务差距
开机,出现Paper
Jam
(卡纸)提示。因为以前的使用经验,我对于HP的喷墨打印机结构很熟,对前后可能卡纸的地方都仔细检查了,没有发现有纸屑、异物。 于是从拨打HP的800
wodamazi
·
2008-04-02 23:00
HP
boost库的使用过程
1.从网上下载(sourceforge.net)boost库(版本boost_1_34_1)2.运行/boost_1_34_1/tools/
jam
/src目录下的build.bat批处理文件,将新生成在
benny5609
·
2008-03-31 17:00
C++
windows
Authentication
cvs
compiler
Borland
在windows下编译cldc KVM
在sun官方网站下载cldc的实现源代码后,里面的目录如下: 文件夹说明tools一些编译辅助的工具kvm kvm的核心bin已经编译好的东西build 工程的make,但是没啥用doc文档
jam
不知道什么
htqx
·
2008-01-01 14:00
C++
c
windows
linux
vc++
什么是ant?
既然我们已经有了make, gnumake, nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
yang_min
·
2007-11-02 23:00
设计模式
xml
linux
ant
项目管理
什么是ant?
既然我们已经有了make, gnumake, nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
yang_min
·
2007-11-02 23:00
设计模式
xml
linux
ant
项目管理
什么是ant?
既然我们已经有了make, gnumake, nmake,
jam
以及其他的build工具为什么还要要一种新的build工具呢?
yang_min
·
2007-11-02 23:00
设计模式
linux
xml
ant
项目管理
Ant入门教程
既然已经有了make,gnumake,nmake,
jam
以及其他
昔日舞曲
·
2007-11-01 13:00
apache
xml
ant
ide
emacs
如何在Visual Studio 2003, Visual Studio 2005编译boost 1.34.1?
boostsource到http://www.boost.org下载最新版本的boost,我目前下载的是1.34.1,将之解压到c:/boost_1_34_1/2.编译bjamC:/boost_1_34_1/tools/
jam
kongbu0622
·
2007-10-14 15:00
c
.net
python
Path
X86
编译boost库
->VisualStudio2005CommandPrompt,进入CMD;eg:E:/MSVS2005/Vc8/bin/>这里,进入boost解压的目录,E:/boost_1_34_1/tools/
jam
boise
·
2007-10-08 10:00
Build
documentation
library
compiler
Borland
installer
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他