由买买提看人间百态

topics

全部话题 - 话题: library
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w********1
发帖数: 3492
1
Mon, 11 Jun 2012 14:34:36 PDT
After their update today, Apple's two photography applications -- iPhoto and
Aperture -- can now share libraries with no import or export required. The
Aperture update notes say that "Faces, Places, slideshows, albums and web
sharing work across both applications". Users of both apps will no doubt be
pleased.
Since the apps were introduced, self-contained photo libraries had to be
exported and imported to move photo sets between them -- a lengthy process,
particular... 阅读全帖
c*********t
发帖数: 2921
2
我在用Boost library, 主要是用Boost Graph Library.
发现算法都是在头文件里实现的,比如要用dijkstra算法,
#include
就行了。
可是我想对boost里的算法进行一点改动,满足我特定的要求,比如对某个算法特定的
情况下处理稍微不同。
看了一下头文件,里面用了很多的template,好像也没有看到算法在头文件里是怎么实
现的,可能是调用了一些boost特有的函数,总之,即使是简单的算法,也不太从头文件
里读懂。
问问,Boost里面,算法真的是所有的功能都在头文件里实现的吗? 一个算法就是在一
个头文件里了吗?
如果想改动一下算法,该如何下手呢?有什么参考的?
谢谢!
d******g
发帖数: 18
3
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: doodling (foxtail), 信区: Programming
标 题: using C++ dll library from java
发信站: Unknown Space - 未名空间 (Fri Sep 3 13:26:04 2004) WWW-POST
Hi
I need to use an existed c++ dll library from java. But I cannot change the
code in the dll library. Is there any good way to do that? or any free tools?
It looks like JNI starts from java classes and it is not feasible without
changing the dll code.
Any suggestions are welcome.
Thanks a lot.
b******e
发帖数: 1861
4
【 以下文字转载自 Java 讨论区 】
发信人: bigmouse (bigmouse), 信区: Java
标 题: 急问,如何创建wince版的jni library
发信站: BBS 未名空间站 (Sat Mar 17 23:14:57 2007)
我有一个应用是java+jni+c library的。以前我是在windows下做的。现在要移植到
wince上。应该怎么办。要怎么创建wince版的jni library呢。sun java me可以么。
O*******d
发帖数: 20343
5
来自主题: Programming版 - How to link math library in VC2005?
Project->properties->Configuration Properties->Linker->Input->Additional
Dependencies. 把你的library加进去。
还有,
Tools->Options->Projects and Solutions->VC++ Directories->Show directories
for->Library files, add path to your library.
s*****n
发帖数: 1279
6
来自主题: Programming版 - error while loading shared libraries
我的程序用到了shared libraries, 结果compile后在ddd中debug时,程序无法运行,
说是:error while loading shared libraries。我知道在正常情况下跑程序时这个问
题可能与seliunx有关,所以我在/etc/sysconfig/selinux中disable了selinux, 然后
程序可以直接运行,但是在ddd中还是有这个错误,应该怎样解决?我用的是fedora 7。
另外如果不disable selinux,还有什么办法让selinux允许我用shared libraries?
b*********7
发帖数: 12
7
来自主题: Programming版 - C Library (一个统计方面的) 安装一问
这位大哥,我不是不想装binary啊,我实在是对unix一窍不通。
我今天找人帮忙装了GSL在我自己的 directory下(/home/me/GSL),然后再去装这个
library,(library 在 /home/me/GMRF/GMRFLib-3.0-0-snapshot/GMRFLib),还是不
行,汗死了,出错几乎是一样的。。。
请问你是怎么装成功的,装完以后的两个static library在哪个文件夹下面?
你直接make然后make install就可以了么?
不好意思啊,感觉自己象白痴一样。。。
r****t
发帖数: 10904
8
来自主题: Programming版 - C Library (一个统计方面的) 安装一问
咱好人做到底,其实也不难,gcc 的基本用法花半个小时入个门,Makefile 也不用完全懂,至少装个程序该没问题。
你把 Makefile 开头部分改成这样再看看你能不能通过那一步,之后你还有好几个 library 要装,我建议你都装在 /home/me/usr/ 里面:
# USER OPTIONS
# the full path to where to install the library, headerfiles and docs.
# if you use a relative path, you have to modify the Makefile in the
# $(PREFIX)/doc/examples yourself.
PREFIX = /home/me/GMRF
# what to call the library
GMRFLibNAME = GMRFLib
# select compilers and optimized compiler-options. add -march=.... etc
yourself
CC = gcc
FC = gfortr
c*********t
发帖数: 2921
9
我在用Boost library, 主要是用Boost Graph Library.
发现算法都是在头文件里实现的,比如要用dijkstra算法,
#include
就行了。
可是我想对boost里的算法进行一点改动,满足我特定的要求,比如对某个算法特定的
情况下处理稍微不同。
看了一下头文件,里面用了很多的template,好像也没有看到算法在头文件里是怎么实
现的,可能是调用了一些boost特有的函数,总之,即使是简单的算法,也不太从头文件
里读懂。
问问,Boost里面,算法真的是所有的功能都在头文件里实现的吗? 一个算法就是在一
个头文件里了吗?
如果想改动一下算法,该如何下手呢?有什么参考的?
谢谢!
m******d
发帖数: 414
10
来自主题: Programming版 - 问个dynamic link library相关问题
【 以下文字转载自 InterviewHackers 俱乐部 】
发信人: minisand (老婆是A+海博), 信区: InterviewHackers
标 题: 问个dynamic link library相关问题
发信站: BBS 未名空间站 (Sun May 16 19:13:42 2010, 美东)
不同的application调用同一个dynamic linked library(也就是内存中这个library只
有一个copy)是怎么处理的?请大牛们讲讲,多些
c****e
发帖数: 1453
11
来自主题: Programming版 - C++ library for REST
See Sutter's blog. The important thing is not this library itself,
techniques are proposed for future standard library. I expect to see a
signficant boost of C++ community afte C++ 11 are widly adopted.
http://herbsutter.com/2012/04/30/c-libraries-casablanca/
Microsoft took a drastic turn to support native from managed code. They even
set up a conference named "go native", because it's very valuable to run native coded app on table/phone, better performance and less power consumption. This is a ... 阅读全帖
m*****k
发帖数: 731
12
来自主题: Programming版 - Python Browsermob Proxy Library on mac issue
Mac OS X, 10.7.5
follow
http://oss.theautomatedtester.co.uk/browsermob-proxy-py/
http://www.theautomatedtester.co.uk/blog/2012/automating-web-pe
一运行就报错啊,有高手指点一下么?
File "/pyProjs/testBrowsermobproxy.py", line 11, in
proxy = server.create_proxy()
File "build/bdist.macosx-10.7-intel/egg/browsermobproxy/server.py", line
80, in create_proxy
File "build/bdist.macosx-10.7-intel/egg/browsermobproxy/client.py", line
15, in __init__
File "/System/Library/Frameworks/Python.framework/Ver... 阅读全帖
w***g
发帖数: 5958
13
来自主题: Programming版 - Linux loading dynamic library problem
最好用static link. Linux版本太多, 如果想只deliver binary, 一要找一个老版本
的kernel, 二要static link所有的library. readline这种东西自己编译一个static版
本就可以了. 我最近在做的一个事情才扯淡. 对方要一个.so的binary. 但是
dependency一大堆, 结果是把所有要用到的library全都static link到这个.so中. 但
是这个.so本身又需要能被动态链接, 结果大部分的library还需要用-fPIC重新编译.
做完之后我很惊异于gnu这套toolchain的flexibility.
n****l
发帖数: 1739
14
来自主题: Programming版 - Framework vs Library
.NET framework = runtime(CLR) + class library.
by this definition, all Java "frameworks" are indeed just class libraries.
MFC is also technically a class library.
the terminologies in general are not well defined.

are
a*s
发帖数: 2
15
【 以下文字转载自 Windows 讨论区,原文如下 】
发信人: aps (sea), 信区: Windows
标 题: can not be located in the dynamic link library kernel32.dll
发信站: The unknown SPACE (Sun Apr 28 15:00:51 2002) WWW-POST
When I start up my WinNT, recently it always tell me"
The procedure entry ptprocess32next could not be located in the
dynamic link library kernel32.dll
today, also I want to install something, it also tells me:
The procedure entry point SHGETSettings could not be located in the
dynamic link library Shell32.dll
I know
c*********t
发帖数: 2921
16
我在用Boost library, 主要是用Boost Graph Library.
发现算法都是在头文件里实现的,比如要用dijkstra算法,
#include
就行了。
可是我想对boost里的算法进行一点改动,满足我特定的要求,比如对某个算法特定的
情况下处理稍微不同。
看了一下头文件,里面用了很多的template,好像也没有看到算法在头文件里是怎么实
现的,可能是调用了一些boost特有的函数,总之,即使是简单的算法,也不太从头文件
里读懂。
问问,Boost里面,算法真的是所有的功能都在头文件里实现的吗? 一个算法就是在一
个头文件里了吗?
如果想改动一下算法,该如何下手呢?有什么参考的?
谢谢!
s******e
发帖数: 213
17
我的iTune的library在硬盘D上,
硬盘C重装了系统,重装了iTune之后再把library的路径指向D盘的iTune的library。
但是好像没有用,iTune没有显示任何以前的歌或者Video。
有哪位大侠知道正确的做法是怎么样的吗?
多谢。
m*******m
发帖数: 182
18
You may be able to build a stand alone shared object
library, and link applications to this libraries. Then you
can update your library without touching the applications.
Is this what you want?
l*****g
发帖数: 124
19
来自主题: Unix版 - 什么叫做shared library?
Shared library is a dynamic library in Unix, generally ends
with .so, as opposed to static library, which ends with .lib.
B******o
发帖数: 496
20
这个library是based on pLKO hairpin shRNA。 这种shRNA比较高效。
OpenBiosystem还有另一种miR based shRNA pooled library。不过俺试过的~20
shRNA
clones knockdown效率都很差。但是这个library已经被好几个lab用过了(Gregary
Hannon, Michael Green等).你可以权衡一下,呵呵
Good luck

readout.
M*******h
发帖数: 294
21
来自主题: Biology版 - 急问做过HiSeq library的大牛们!
我做的一个ChIPseq library有primer dimer。不想重新做library的话,应该如何去掉
dimer,重新做size selection还是做Ampure bead?哪个更好啊?还有library里出现
了两条带,有一条高于预期很多的带,看上去像是overamplify了(可是gel
extraction的时候明明没有切到的-.-!!!),这会不会影响测序,是否需要重做呢?万
分感谢大家!
f*****s
发帖数: 104
22
在帮忙审一篇文章. 两个人打架,对chromosome conformation capture是否一定需要
BAC library control纠缠不休。
一个说3C实验一定要有BAC Library to control random chromatin collisions和
digestion efficiency.另外一个说3C实验里有几对control primers不仅覆盖了anchor
区域,也包括anchor surrounding region as a control.所以可以替代BAC library,
还给出了几篇文献
哪个说的对?
n******7
发帖数: 12463
23
来自主题: Biology版 - Illumina sequencing library insert size
我说的是sequencer方面的问题
一个library片段太短的话很容易让其他library的reads少很多
上样的时候不好估计
后续处理问题应该不大
因为每个library的size distribution都会单独测定
而sequencing reads demultiplex之后也没啥影响
s********l
发帖数: 1195
24
不小心丢了library.enl文件
电脑里只有library.Data文件夹
有什么办法能恢复这个library么?
说实话我都不知道怎么丢的,可能开窗口太多内存不够不小心删了,还清空了。。。
急,求救!!!不胜感激!
包子谢!
c*********t
发帖数: 2921
25
我在用Boost library, 主要是用Boost Graph Library.
发现算法都是在头文件里实现的,比如要用dijkstra算法,
#include
就行了。
可是我想对boost里的算法进行一点改动,满足我特定的要求,比如对某个算法特定的
情况下处理稍微不同。
看了一下头文件,里面用了很多的template,好像也没有看到算法在头文件里是怎么实
现的,可能是调用了一些boost特有的函数,总之,即使是简单的算法,也不太从头文件
里读懂。
问问,Boost里面,算法真的是所有的功能都在头文件里实现的吗? 一个算法就是在一
个头文件里了吗?
如果想改动一下算法,该如何下手呢?有什么参考的?
谢谢!
c*********t
发帖数: 2921
26
我在用Boost library, 主要是用Boost Graph Library.
发现算法都是在头文件里实现的,比如要用dijkstra算法,
#include
就行了。
可是我想对boost里的算法进行一点改动,满足我特定的要求,比如对某个算法特定的
情况下处理稍微不同。
看了一下头文件,里面用了很多的template,好像也没有看到算法在头文件里是怎么实
现的,可能是调用了一些boost特有的函数,总之,即使是简单的算法,也不太从头文件
里读懂。
问问,Boost里面,算法真的是所有的功能都在头文件里实现的吗? 一个算法就是在一
个头文件里了吗?
如果想改动一下算法,该如何下手呢?有什么参考的?
谢谢!
o**********a
发帖数: 330
27
来自主题: Statistics版 - 问个sas library的问题
初学者
我在exploer的窗口,新建一个excel2007 的library, 取名 mylib
为什么关闭sas重新打开后,在libraries里面又没有了呢
难道每次都要重建? 还是我的sas版本有问题,我好像记得以前用学校的机器,新建一
个library的话,是永久的啊
w*******y
发帖数: 60932
28
Link:
http://www.amazon.com/
Dear Customers,
Today we're announcing a new benefit for Kindle owners with an Amazon Prime
membership: the Kindle Owners' Lending Library.
Kindle owners can now choose from thousands of books to borrow for free,
including over 100 current and former New York Times Bestsellers -- as
frequently as a book a month, with no due dates. No other e-reader or ebook
store offers such a service.
The Kindle Owners' Lending Library features a wide array of popular titles,
includ... 阅读全帖
m**i
发帖数: 724
29
【 以下文字转载自 Linux 讨论区 】
发信人: mrdi (不穿鞋的刀客终日乾乾,夕惕若,厉无咎。), 信区: Linux
标 题: EU to follow Google's lead with online library
发信站: BBS 未名空间站 (Wed Oct 5 19:56:54 2005), 转信
我觉得中国应该在这方面跟进,
我们很多的书,本来也没有版权的。
搞个公益图书馆
造福子孙吗。
比希望工程见效果。
public digital library + 100 RMB computer
这不是解决了很多义务教育问题
Google's internet library project will face competition from Yahoo!, but also
from a less predictable rival: the European Commission announced its own plan
on Friday. And it has an advantage: if copyright laws interfere wi
e****l
发帖数: 318
30
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: envypl (sunshine), 信区: SanFrancisco
标 题: 张纯如和她未完成之梦图片展览(10/2-12/2,SF library)
发信站: BBS 未名空间站 (Thu Sep 23 22:46:00 2010, 美东)
去图书馆借书看到的,大家有兴趣的可以去看看。是由sf public library & 南京大屠
杀索赔联盟主办的
1张纯如和她未完成之梦图片文物展览 10/2-12/2 三藩市总图书馆 三楼华人中心
2放映电影:张纯如-南京大屠杀 10/17(星期日)下午1:30-3:30 三藩市总图书馆
地下室礼堂
放映电影后,张纯如的父母和Dr. Peter Stanek 世界抗日史实维护联合会主席,将与
观众讨论回答问题。电影描述张纯如精彩勇敢的生平,英文发音,中文字幕。
ALL FREE ADMISSION
c*******d
发帖数: 353
31
太不幸了,library.nu的藏书真全阿。有没有可以和library.nu媲美的地方?
e****l
发帖数: 318
32
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: envypl (sunshine), 信区: SanFrancisco
标 题: 张纯如和她未完成之梦图片展览(10/2-12/2,SF library)
发信站: BBS 未名空间站 (Thu Sep 23 22:46:00 2010, 美东)
去图书馆借书看到的,大家有兴趣的可以去看看。是由sf public library & 南京大屠
杀索赔联盟主办的
1张纯如和她未完成之梦图片文物展览 10/2-12/2 三藩市总图书馆 三楼华人中心
2放映电影:张纯如-南京大屠杀 10/17(星期日)下午1:30-3:30 三藩市总图书馆
地下室礼堂
放映电影后,张纯如的父母和Dr. Peter Stanek 世界抗日史实维护联合会主席,将与
观众讨论回答问题。电影描述张纯如精彩勇敢的生平,英文发音,中文字幕。
ALL FREE ADMISSION
g***j
发帖数: 40861
33
【 以下文字转载自 WaterWorld 讨论区 】
发信人: lengygf (lengygf), 信区: WaterWorld
标 题: Warning: Extended Stay in the Library Will result in Arrest!!!
发信站: BBS 未名空间站 (Fri Dec 9 01:15:21 2011, 美东)
Warning: Extended Stay in the Library Will result in Arrest!!!
e*****s
发帖数: 7359
34
来自主题: Military版 - president library啥意思?
纪念馆和资料馆。
museum and library 一般一起,library only open to researchers.
W*******n
发帖数: 4140
35
The Evil Distorts Almost Everything, Even Library Account Records
01/17/2017
Limin Wang
Some humanscum was manipulating the record of my library account. I clearly
renewed the items on time, and today I found out those items were shown as
overdues for two whole weeks and got fined.
Think about what the evil can not do to hurt people.
e****l
发帖数: 318
36
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: envypl (sunshine), 信区: SanFrancisco
标 题: 张纯如和她未完成之梦图片展览(10/2-12/2,SF library)
发信站: BBS 未名空间站 (Thu Sep 23 22:46:00 2010, 美东)
去图书馆借书看到的,大家有兴趣的可以去看看。是由sf public library & 南京大屠
杀索赔联盟主办的
1张纯如和她未完成之梦图片文物展览 10/2-12/2 三藩市总图书馆 三楼华人中心
2放映电影:张纯如-南京大屠杀 10/17(星期日)下午1:30-3:30 三藩市总图书馆
地下室礼堂
放映电影后,张纯如的父母和Dr. Peter Stanek 世界抗日史实维护联合会主席,将与
观众讨论回答问题。电影描述张纯如精彩勇敢的生平,英文发音,中文字幕。
ALL FREE ADMISSION
h**u
发帖数: 157
37
来自主题: Faculty版 - 请问怎么买GC-MS library
Agilent 也卖吧。nist的library, 但是要找vendor买,所以就不是免费的了。据一个
sales说,当年不仅library免费,连标准样品也是免费的。。
Y**U
发帖数: 911
38
我想卖的物品:
hungington library 门票 12/6/12 这个星期四
单张面值:
可接受价格(必须明码标价!):
100 wb each
物品新旧要求:
New
邮寄方式要求:
pick up or meet at the library
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
mitbbs
我的联系方式:
mitbbs mail
M*******8
发帖数: 85
39
来自主题: JobHunting版 - Boost C++ Libraries, 大家看哪些部分?
是面试说要问问Boost library的东东,是finance firm, 但没说问啥library,所以
只能自己翻翻看了。

.
a*****g
发帖数: 19398
40
Fun Spring Festival Activities at Wilmette Library today 1-3 PM.
1:05 - Audience will watch a video (10 minutes);
1:15 - Highcrest students: Happy New Year song (1 minute);
1:16 - Highcrest students: 12 zodiac animal skit (10 minutes)
1:26 - New Trier Students: Peng You song (5 minutes)
1:31 - My students will do a lion dancing parade in the library (15 minutes)
1:46 -3:00 Table activities will star. I have planned 5 activities for
the kids who come:
1. Calligraphy - write "福“and "春“ character;
... 阅读全帖
l******e
发帖数: 341
41
想给娃买书,但只要paper back和School&Library Binding两种format,娃两岁半,担
心会撕坏paper back的书,所以想买类似于baord book format的,但没有,这种
School&Library Binding不知是不是类似hardcover 或者baord book。
g*********9
发帖数: 3528
42
应该是。
我记得是硬皮本是Library的。贵很多啊啊啊(我赔过library若干本,15-20左右一本
)。
a*****g
发帖数: 19398
43
Fun Spring Festival Activities at Wilmette Library today 1-3 PM.
1:05 - Audience will watch a video (10 minutes);
1:15 - Highcrest students: Happy New Year song (1 minute);
1:16 - Highcrest students: 12 zodiac animal skit (10 minutes)
1:26 - New Trier Students: Peng You song (5 minutes)
1:31 - My students will do a lion dancing parade in the library (15 minutes)
1:46 -3:00 Table activities will star. I have planned 5 activities for
the kids who come:
1. Calligraphy - write "福“and "春“ character;
... 阅读全帖
i*****a
发帖数: 572
44
来自主题: Parenting版 - new york的public library都可以用吗?
我住Queens,想explore一下附近的library,当然也包括长岛和曼哈顿的library。不
知道children section是不是只给当地居民的孩子用?因为考虑到学校是只给当地居民
的孩子上的。
还有,大家多经常把孩子带到children section玩?一般孩子多大了带到图书馆万比较
好?有什么好的活动推荐的吗?
谢谢!
i*****r
发帖数: 1302
45
【 以下文字转载自 Apple 讨论区 】
发信人: iambear (我是熊), 信区: Apple
标 题: 问个itune share library的问题
发信站: BBS 未名空间站 (Sat Apr 24 15:03:23 2010, 美东)
我家两台电脑,一台有所有的歌曲另外一台没有歌曲
我现在share library的话没歌曲的电脑也能放歌,只要主机的itune开着就可以了,我想问
1: 没歌曲的电脑在那放那些歌曲是一边放一边下载下来的么? 如果是,下载到哪个路径
了? 我不希望这样联机放会占用硬盘
2: local network范围有多大? 我现在是Home wireless, 别人也能看到么?
c**3
发帖数: 130
46
worldcat.org搜索栏中,输入杂志名,在第2个页面点杂志名,在打开的页面中显示:
Find a copy in the library.
Displaying libraries 1-6 out of 882 for all 11 editions
这样显示出882个图书馆记录。
欢迎更正。
k*********o
发帖数: 84
47
来自主题: Carolinas版 - Morrisville 要新建一个Library
现在location 还没有定下来,不知道最后会建在哪里。
County 决定要建,地点要morrisville 市政决定
我很希望 Amberly 和stonewater 附近能建一个 walking distance 的library , 但是
cary 已经有两个了, morrisville 还没有,所以他们要建在 morrrisville
住在morrsiville 的人民可以去发表一下意见吧,最好建在kitts creek 附近,这样
大家去walmart 的时候也顺便去了library, 我等住在West Cary end 附近的也跟着沾
l*****n
发帖数: 2446
48
HWLC (Harold Washington Library Center ) 一楼的popular library 里面有许多
老片子的 DVD
还有许多各种各样的dvd
竟然被我找到 Alessandra Ferri 在 The Royal Ballet 和 ABT 两个不同版本的
Romeo and Juliet ~~~
8楼好东西更多啊,可惜不能借出来。。。
a*****g
发帖数: 19398
49
Fun Spring Festival Activities at Wilmette Library today 1-3 PM.
1:05 - Audience will watch a video (10 minutes);
1:15 - Highcrest students: Happy New Year song (1 minute);
1:16 - Highcrest students: 12 zodiac animal skit (10 minutes)
1:26 - New Trier Students: Peng You song (5 minutes)
1:31 - My students will do a lion dancing parade in the library (15 minutes)
1:46 -3:00 Table activities will star. I have planned 5 activities for
the kids who come:
1. Calligraphy - write "福“and "春“ character;
... 阅读全帖
CO
发帖数: 136
50
图书馆可以借:
State Park Pass
Denver Museum of Nature and Science Admission
GoPro Camera
Wireless (WiFi) Hotspot
https://www.denverlibrary.org/library-things
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)