由买买提看人间百态

topics

全部话题 - 话题: library
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
y****e
发帖数: 23939
1
来自主题: Programming版 - 求助:Wavelet 的 library (转载)
【 以下文字转载自 Linux 讨论区 】
发信人: yapple (Fedora), 信区: Linux
标 题: 求助:Wavelet 的 library
发信站: BBS 未名空间站 (Tue Aug 16 23:12:35 2005)
请问有什么Wavelet的Library,C++或Python的都可以。
google 了一阵,还是不知所以,谢谢指教
s*******k
发帖数: 252
2
来自主题: Programming版 - 有人用C++调用过python/java的library吗
我现在用C++最痛恨的是找不到好用的library/package(比如xml, www, database之类),因为C++不像python和Java那样"
batteries included"
那么我在C++里面调用python/java的library方便么?boost::python和JNI有人用过么?
多谢
b*********7
发帖数: 12
3
来自主题: Programming版 - C Library (一个统计方面的) 安装一问
我试了,好像不行:(
Makefile 全文如下,麻烦这位大侠再给看看,好人啊!!!
# $Id: GMRFLib-Makefile,v 1.56 2007/09/06 21:57:38 hrue Exp $
# 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 = /usr/local
# what to call the library
GMRFLibNAME = GMRFLib
# select compilers and optimized compiler-options. add -march=.... etc
yourself
CC = gcc
FC = gfortran
FCEXTRAFLAGS = -fno-second-unders
b*********7
发帖数: 12
4
来自主题: Programming版 - C Library (一个统计方面的) 安装一问
各位大侠,我回去反复试了各位出的高招,现在make似乎没有什么太大问题,但出现了
新的问题,(如果是新的话。。。)
用该 Library 需要包含如下头文件:#include "GMRFLib/GMRFLib.h",而 GMRFLib.h
中包含了gsl头文件:
#include
#include
#include
#include
#include
。。。
。。。
和这个library自己的头文件:
#include "GMRFLib/init.h"
#include "GMRFLib/utils.h"
#include "GMRFLib/io.h"
#include "GMRFLib/taucs.h"
#include "GMRFLib/compatibility.h"
#include "GMRFLib/random.h"
。。。。。。。
这里用<>表示gsl是系统文件,但我只有权限把gsl装在我自
s********1
发帖数: 581
5
graphics和vison编程要用c++里的template library吗?
请问computer graphics和computer vison在做研究/在公司做项目的时候,要用c++里
的 以下knowledge吗?
(1)template library
(2)multiple inheritance
(3)manipulators
(4)exceptions
(5)garbage collection
(6)container design
谢谢!
M*******8
发帖数: 85
6
【 以下文字转载自 JobHunting 讨论区 】
发信人: Mueller08 (简单,真实), 信区: JobHunting
标 题: Boost C++ Libraries, 大家看哪些部分?
发信站: BBS 未名空间站 (Tue Jan 12 15:10:10 2010, 美东)
对于Boost C++ Libraries, 大家都看和用哪些部分?
linear algebra, pseudorandom number generation, multithreading, image
processing, regular expressions, unit testing
是不是Concurrent Programming和Math and numerics 用的比较多?
Concurrent Programming
asio - Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial po
m***x
发帖数: 492
7
I built boost library with visual studio 2010 ultimate.
bjam generated boost*-vc100-*.libs. But when trying using the library,
visual studio 2010 was looking for -vc90-*.libs.
Any idea?
Thanks.
c****e
发帖数: 1453
8
来自主题: Programming版 - C++ library for REST
Did you read what I am talking about? I am not talking about this library
specifically.
BTW, Many many applciations running in this world has no contorl over
library source code. As long as there is right business model behind it, it
's fine.
W***o
发帖数: 6519
9
【 以下文字转载自 JobHunting 讨论区 】
发信人: Wardo (餐厅忙的时候客户端,否则服务端), 信区: JobHunting
标 题: javascript的一个问题:不能用loop,不能用library,怎么来remove array里的偶数?
发信站: BBS 未名空间站 (Thu Dec 4 19:25:47 2014, 美东)
今天被问到一个javascript的问题
限制是不能用任何loop,不能用任何library(只能用pure javascript),怎么来去除
一个integer array里面所有的偶数?
我的想法是:既然不让明着用loop, 我就想到了用.filter() 这个method,
比如:
var numbers = [1, 2, 3, 4, 5, 6, 7];
var oddNumbers = numbers.filter(function(val) {
return val % 2 != 0;
});
console.log(oddNumbers);
大家有什么好办法吗?
m***h
发帖数: 77
10
来自主题: Programming版 - Framework vs Library
用library,library 是 tool
用framework,你是tool
开玩笑了
m******g
发帖数: 3667
11
我想用自己的机器做一个light soap web services, 不是soap client suds library
什么的,并且能生成wsdl 给别人用。有好的library推荐吗?
谢谢!
p********f
发帖数: 787
12
来自主题: Software版 - Image processing library (转载)
【 以下文字转载自 Java 讨论区 】
发信人: puffendorf (福宝), 信区: Java
标 题: Image processing library
发信站: BBS 未名空间站 (Tue Mar 27 11:08:27 2007)
Need to do some simple image processing (encoding, resizing, cropping, etc.)
. What's the best library out there? IamgeMagick? GD? Thanks.
s*****l
发帖数: 19
13
The routine is a library routine. It was linked into an
executable. How to get the name of the executable from the
library routine?
3x.
p******a
发帖数: 6
14
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: patapata (SF<->LA), 信区: Linux
标 题: 再问一个shared library的问题
发信站: The unknown SPACE (Sun Aug 27 13:15:45 2000), 转信
假定我要用到两个shared library库, liba.so 和 libx.so,liba.so又调
用libb.so里的函数,同样libx.so要调用liby.so里的函数,问题是如果
libb.so和liby.so里都定义了同样的函数,e.g. foo(),但是功能却不完
全一样,我该怎样做,才能让从liba.so里call foo()时调用的是libb.so
里定义的foo(),而从libx.so里call foo()时调用的是liby.so里定义的
foo()呢?
O****e
发帖数: 43
15
来自主题: Unix版 - Which library include gethostbyname?
-lnsl
man gethostbyname
Reformatting page. Please Wait... done
Networking Services Library Functions gethostbyname(3NSL)
NAME
gethostbyname, gethostbyname_r, gethostbyaddr,
gethostbyaddr_r, gethostent, gethostent_r, sethostent,
endhostent - get network host entry
SYNOPSIS
cc [ flag ... ] file ... -lnsl [ library ... ]
#include
struct hostent *gethostbyname(const char *name);
struct hostent *gethostbyname_r(const char *n
X****r
发帖数: 3557
16
来自主题: Unix版 - 关于一个C++library的连接
It might be that some library cannot be found. try ldd A to see which
dynamic libraries it needs to run.
h****n
发帖数: 2552
17
小弟做了好几个CHIP-seq library。现在library的deep sequencing已经全部完成,但
是面对那些raw data,小弟根本无从下手,不知道如何对其进行分析。还望这方面有经
验的同学给予指点和帮助,如果有个入门的protocol就更好了。
多谢多谢!!!!!!!
s*********y
发帖数: 387
18
使用shRNA的全基因组库,做细胞功能的丧失方面的筛选,使用flow做为assay readout.
目前在看MISSION® LentiPlex™ Pooled Libraries,有时用过的朋友给些
建议吧,谢谢!
当然,如果有其他牌子的Pooled libraries的经验或者建议,也非常的欢迎!
谢谢
r***e
发帖数: 2539
19
Cellecta有customerized library,以前想让他们把library做在我们自己的lentivect
or上,不过后来没谈成。
他们好像有free的DECIPHER Project,不大清楚怎么搞。

readout.
j********r
发帖数: 156
20
那个TRC弄出的也称为一代shRNA (by Broad Institue). Hannon, Elledge作的是二代
,as 楼上mentioned, it is based on a natural miRNA structure. Both libraries
have been used extensively to generate lots of high-profile papers。
Generation II的library出的文章似乎要多一些,光 Elledge就好多篇 (such as
Synthetic lethality with RAS, cancer essential genes, tumor suppressor REST
and PTPN12, etc).
顺便问一下,shRNA导致的any phenotype是不是很难去rescue by introducing back
shRNA-resistant gene. 昨天还在看science那两篇cancer essential genes的文章,
似乎都没对任何hit试图rescue。那位大虾解... 阅读全帖
d*p
发帖数: 534
21
I am using Broad library. There are 3 major problems for all the available
libraries.
1st, huge shRNA variation in pool, which means you are going to lose some
shRNAs due to low signal.
2nd, readout, both microarray and deep sequencing are available, however, if
you can not avoid PCR on the hairpin, you will always have difficulty in
the secondary structure.
3rd, even 5 shRNAs per gene, you will still find a large number of genes
without effective shRNA.
If you only need to find some interesting... 阅读全帖
a*****n
发帖数: 2835
22
想做screening,希望能够直接用膜蛋白和分泌蛋白的
library,好像听说过有这样的sub library。请问版上哪位朋友有这方面的信息?多谢!
H**O
发帖数: 89
23
来自主题: Biology版 - 请教ChIP-seq做library的问题。
我有3个ChIP,分别是IgG control,KD+抗体,Scr+抗体.已经做了library,现在要
混在一起在一个lane测序,要等量地混起来。
1. 请问这个等量是不是要非常精确?测序不是根据reads的数量来定量吗,那混的时候
差异会不会对结果影响很大?
2. 做好的library,用Qubit和bioanalyzer测出来的浓度不一样啊,该采用哪一个?
非常感谢!!
i*****i
发帖数: 154
24
来自主题: Biology版 - 请教ChIP-seq做library的问题。
根据我的经验,Qubit会underestimate library的浓度,而用bioanalyzer则准确的多
。此外还有用real-time PCR来估计浓度的,线性关系非常的好。
但是,即便是library的浓度估计得再准确,测出来的也会有偏差,大概在20%左右。例
如200M的总reads,10个sample的话,差异大概从16-25M都会有。
barcode越多,变异越大,上次我们用Hiseq2500测序,混了16个sample,变异就非常大。
此外,很少会测IgG的库,一般来说建议测一个input。好像MACS需要用到input来做
peak calling。
i*****i
发帖数: 154
25
来自主题: Biology版 - 请教ChIP-seq做library的问题。
对于qPCR定量,参考下面这个链接:
http://support.illumina.com/documents/MyIllumina/e4a1cd4c-9293-
或者放狗
Sequencing Library qPCR Quantification Guide - Support - Illumina
或者看看 KAPA Library Quant Kits
最好用KAPA的SYBR来做,便宜的 例如 Promega的SYBR干不了这么高端的活。
其实就是用通用引物来做PCR。
Reference genome应该是用来做mapping的吧。具体的我也不是很清楚,
你可以参考liu xiaole的网站,或者galaxy的教程
Y*******n
发帖数: 15
26
来自主题: Biology版 - Random Mutagenesis mutant library 求助
不能偷懒, 转了Library的细菌克隆生长速度不一。如果在液体中培养, 你就相当于
在选择生长的快的某些克隆,这样的结果是你最终Library的Complexity/Completeness
会大打折扣,直接影响你接下来的Genetic Screen.
在平板上长出的每一个单菌落就是一个含有Tn Inserted Genomic Fragment的克隆,单
菌落越多, 你的Tn Insertion就越全面, 筛到东西的几率就越大。
j****n
发帖数: 3370
27
来自主题: Biology版 - Random Mutagenesis mutant library 求助
试过在表达菌株直接建库 library size不会比刮板子的低
刮板子方法虽然用的多,看着library size很大,其实重复的很多,biase很严重。当
然,没有方法是完美的

★ 发自iPhone App: ChineseWeb 8.6
y*****u
发帖数: 31
28
用cDNA 做了一个library送去SEQ,因为浓度比较稀,就用45°C vacuum这个library
mixture 2个多小时,
然后就装入干冰寄走了。请问这样45°vacuum然后室温,再直接装入干冰会不会损害样
品?谢谢。
n******7
发帖数: 12463
29
来自主题: Biology版 - Illumina sequencing library insert size
主要短的library会有更多的reads
会让别人的library测的reads不够。。
另外可能造成cluster过度拥挤,从而影响测序质量
对于数据分析倒是问题不大
如果你的数据对读长不敏感
z*******o
发帖数: 1794
30
来自主题: Biology版 - CRISPR pooled library几个问题
版上高人多,我想请教几个CRISPR library的问题,
我现在要做一个新物种的CRISPR的library screening,该物种基因组序列已知,也有
圈内人士做了简易的sgRNA预测程序,很多单基因的ko或者大片断的ki都已成功,只是
addgene上没有该物种的库。现在的问题是,我如果要从头建库,要花多少钱?有公司
愿意提供类似的建库服务吗?这个库是先大规模合成sgRNA然后包装进virus里面吗?
望有相关经验的给点提示,多谢。
d******u
发帖数: 1142
31
我现在需要用IMSL Fortran Numerical Library 里的LFCDS, RNSET, RNNOR,但是这个
library是个商业软件,学校的机器上没有。请问有什么解决办法吗?有没有什么免费
的库可以提供相似的功能?
多谢了。
s*******n
发帖数: 38
32
来自主题: EE版 - C++统计library (转载)
【 以下文字转载自 Statistics 讨论区 】
发信人: samaritan (Good+Samaritan), 信区: Statistics
标 题: C++统计library
发信站: BBS 未名空间站 (Fri Oct 19 15:38:45 2007)
要用C++编一些统计的程序。想找library。 那个比较好?gsl? Lapack?
v*********e
发帖数: 241
33
【 以下文字转载自 Immigration 讨论区 】
发信人: volcanofire (volcano), 信区: Immigration
标 题: 哪位朋友能好心帮忙在IEEE computer society Digtial Library 下载如下文章(pdf),多谢多谢!
发信站: BBS 未名空间站 (Wed Jun 22 00:59:23 2011, 美东)
哪位朋友能好心帮忙在IEEE computer society Digtial Library 下载如下文章(pdf)
,多谢多谢!
http://www.computer.org/portal/web/csdl/doi/10.1109/HPC.2000.84
请发到h*******[email protected]
谢谢。。。。。。
s*******i
发帖数: 12823
34
?"Those who burnt Alexandria are the same who took down Library.nu.
This is a terrible loss for the students and the self-taught mainly,
especially those of the third-world who, due to exchange rates and imports
restriction, can't afford to buy a 100 dollars academic book just to see if
it's useful or not. This isn't an attack on piracy but an attack to the
lovers of knowledge who found in Library.nu a tool to bypass geographic and
economic difficulties and reach knowledge."
E***e
发帖数: 3430
35
来自主题: Quant版 - 求推荐C++ Library
希望基本的矩阵和数值算法都有
比如矩阵求和取行取列
数值算法比如插值求根之类的
另外documentation最好比较清楚
之前实习的公司有个library
用起来就跟MATLAB一样
当时不懂事也没记住是什么library
求推荐一个,商用收费的也行
最好能deploy
谢谢了
E***e
发帖数: 3430
36
来自主题: Quant版 - 求推荐C++ Library
希望基本的矩阵和数值算法都有
比如矩阵求和取行取列
数值算法比如插值求根之类的
另外documentation最好比较清楚
之前实习的公司有个library
用起来就跟MATLAB一样
当时不懂事也没记住是什么library
求推荐一个,商用收费的也行
最好能deploy
谢谢了
p******d
发帖数: 374
37
我想从british library direct下载一片文章,哪一位可以登陆british library
direct,请给我发个站内邮件。我把文章的题目和作者告诉你。
20新伪币酬谢。
l**********t
发帖数: 5754
38
来自主题: Statistics版 - help: C/C++ library for simulation (转载)
【 以下文字转载自 Computation 讨论区 】
发信人: littletshirt (小仙鹤), 信区: Computation
标 题: help: C/C++ library for simulation
发信站: BBS 未名空间站 (Thu Nov 6 20:23:11 2008)
can any expert recommend an open-source C/C++ library for monte carlo
simulation (with support for most of the common distributions) & descriptive
stats?
thanks
A*******s
发帖数: 3942
39
Error: User does not have appropriate authorization level for library work
在运行自己写的一个macro的时候,这个error偶尔会出现,完全没有规律。按照sas
support的办法http://support.sas.com/kb/7/832.html,改了work library那个folder的read-only attribute,但是每次把勾取消了在按OK,再右键打开属性,还是有个勾在那。有谁知道有啥办法可以搞定这个么?
x*****u
发帖数: 3419
40
来自主题: _Kindle版 - Public Library Books for Kindle
You'll soon be able to borrow Kindle books from more than 11,000 libraries
in the United States to read on any generation Kindle device, free Kindle
app, or in your browser with Kindle Cloud Reader. Public library books for
Kindle provide the same unique features as Kindle and Kindle books,
including Whispersync technology that synchronizes your notes, highlights
and last page read, real page numbers, and more.
http://www.amazon.com/gp/help/customer/display.html/?nodeId=200
x*****u
发帖数: 3419
41
来自主题: _Kindle版 - Public Library Books for Kindle
Amazon’s Kindle Gets a Library Card
http://www.wired.com/epicenter/2011/09/how-to-check-out-library
s********1
发帖数: 581
42
graphics和vison编程要用c++里的template library吗?
请问computer graphics和computer vison在做研究/在公司做项目的时候,要用c++里
的 以下knowledge吗?
(1)template library
(2)multiple inheritance
(3)manipulators
(4)exceptions
(5)garbage collection
(6)container design
谢谢!
z****i
发帖数: 1
43
来自主题: Donation版 - the collection at ucla library
I was just checking to see if ucla has Chang's book, they do have it, they
actually have quite a collection on the nanjing holocaust, let me just share
with you here
http://catalog.library.ucla.edu/cgi-bin/Pwebrecon.cgi?Search_Arg=rape%20and%20
nanking&Search_Code=CMD&DB=local&CNT=50
h******k
发帖数: 15372
44
来自主题: Military版 - president library啥意思?
相当于中共给每个退休国家领导人都出一套文集,搞一个故居纪念馆。美国政府没法直
接推销图书,所以就搞个library表示一下。
j****i
发帖数: 68152
45
来自主题: Military版 - president library啥意思?
克林顿在他的library顶层有个套房。等于活死人墓?
H*****l
发帖数: 445
46
http://edition.cnn.com/2017/08/29/us/new-mexico-library-shooting/index.html
谁跟图书馆过不去啊?又不是什么争议的地方。
f*h
发帖数: 403
47
来自主题: Faculty版 - 请问怎么买GC-MS library
单位准备买一个GC-MS library,目前的计划是要买Wiley Registry of Mass Spectral
Data, 10th Edition,领导让我找卖家quote价钱,另外再看看有没有其他差不多的图
谱库也可以quote一下价钱。搜了一下,Wiley要价$9,050.00,另外一个网站
Scientific Instrument Services (sisweb.com)要价$8050.00。那么问题来了
1.Sis这个服务商靠谱不?除了他家,还有其他靠谱的第三方可以买的吗?一般能讲到
多少%off呢
2.仪器是Agilent GC-MS,买仪器时候附带了一个Nist的,感觉版本很老,化合物谱图
收录的少而且匹配度太低。除了这个Wiley 10th之外,有其他差不多相当的图谱可以考
虑买吗?
谢谢!
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)