由买买提看人间百态

topics

全部话题 - 话题: lib
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
S*A
发帖数: 7142
1
来自主题: Linux版 - Makefile link lib question
Your variable LIBS get overriden some where.
You can add debug line like
LIBS = -L/somePath/sql3arm -lsqlite3 -lpthread
$(info LIBS = $(LIBS))
$(TARGET): $(OBJS)
$(info LIBS = $(LIBS))
$(CXX) -o $(TARGET) $(OBJS) $(LIBS)
To see if the LIBS get changed before invoking CXX
r*****s
发帖数: 262
2
可以这样理解吗?
就拿smic18为例。
1.8v标准数字管 (就一种)
3.3v i/o管 (就一种)
Std Digital Cell Lib 是由1.8v标准数字管组成的
smic18 mixed signal工艺由
3.3v i/o管 + 1.8v标准数字 Std Digital Cell Lib
组成的
smic18 EEPROM工艺
3.3v i/o管 + 1.8v标准数字 Std Digital Cell Lib + EEPROM这个特殊工艺
组成的
smic18 BCD工艺
3.3v i/o管 + 1.8v标准数字 Std Digital Cell Lib + Bipolar CMOS这个特殊工艺
组成的
smic18 高压工艺
3.3v i/o管 + 1.8v标准数字 Std Digital Cell Lib + 高压管这个特殊工艺
组成的
对吗?

Lib
l******9
发帖数: 579
3
【 以下文字转载自 Windows 讨论区 】
发信人: light009 (light009), 信区: Windows
标 题: test C# lib with developed by others in visual studio 2013
发信站: BBS 未名空间站 (Sat Jun 21 11:55:22 2014, 美东)
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using t... 阅读全帖
r*********e
发帖数: 29495
4
Is there a way to tell compiler (VC6) not to use MFC during debugging? I am
tring to build an win32 app without using MFC. However, I keep getting foll
owing errors:
nafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsign
ed int)" (??2@YAPAXI@Z) already defined in msvcrtd.lib(MSVCRTD.dll)
nafxcwd.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void
*)" (??3@YAXPAX@Z) already defined in msvcrtd.lib(MSVCRTD.dll)
nafxcwd.lib(afxmem.obj) : error LNK2005: "void *
l******9
发帖数: 579
5
【 以下文字转载自 Windows 讨论区 】
发信人: light009 (light009), 信区: Windows
标 题: test C# lib with developed by others in visual studio 2013
发信站: BBS 未名空间站 (Sat Jun 21 11:55:22 2014, 美东)
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using t... 阅读全帖
h****r
发帖数: 2056
6
Now the idea is,
1. Oracle DB will run on NT server;
2. Plan to run application on solaris, the application will
access
DB on NT server by odbc;
question:

I think I need to install 3rd part odbc driver on solaris,
and my
application wrote by C++, so I need lib to provide SQL Api,
in windows,
I use the visual studio's odbc32.lib provide "sql.h" header
file. Now
I only install the client component of openlink odbc driver
at solaris,
is it provide the odbc lib? if not, where can I get the lib
s**********r
发帖数: 340
7
来自主题: Programming版 - should the .dll and .lib have the same name?
In Visual Studio 2005, I should set C/C++ -> General -> additional include
directories with the "include" directory for the .h files. I also have to
set the Linker -> General -> additional library depedencies with the "lib"
directory. Right?
How did the compiler know where to find the .dll files? What's the .lib file
for? .dll and .lib could have different names?
When should I explicit set the Linker -> Input -> Additional Dependencies
with some .lib files?
Any information is welcome!
l******9
发帖数: 579
8
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using the_lib_needed_to_be_tested;
namespace test_pos
{
class Program
{
static void Main(string[] args)
{
// what classes that need to be implemented ?
// what ... 阅读全帖
c*******n
发帖数: 442
9
一般来说同厂同代不同工艺用的金属连线参数基本是一样的,这时候要看标准阈值管的
模型参数。最好能找两个工艺PDK的Spice Model和金属连线寄生参数(也在Spice
Model那个Manual里)比较一下。比如EEPROM一般是在标准GP工艺的基础上增加了厚栅
高压器件,普通阈值管是一样的。
对于Std Cell Lib,一般不会用到高压器件,或者你设计的时候不使用高压cell,那么
就基本上是兼容的。另外请仔细阅读Lib的Readme和User Guide,一般会有提及这个Lib
是否和其他工艺是共用的,或者是从其他工艺的Lib发展而来,改变在哪里等等……
s*****w
发帖数: 1527
10
【 以下文字转载自 Programming 讨论区 】
发信人: somehow (要像蟑螂一样的坚强), 信区: Programming
标 题: which libs needed to enable c++ features
发信站: BBS 未名空间站 (Thu May 6 21:49:01 2010, 美东)
hi, i'm working on a SW package, basically c stuff in the Visual Studio
environment.
Now i want to use classes in the code.
How should i setup the VS ?
1. which libs do i need to include, which obj files ?
2. besides the "c++", "link" settings under project options,
what else do i need ?
3. where to add additional lib/include paths ?
t
h****r
发帖数: 2056
11
want porting my application from NT to Solaris,
on NT, I link Microsoft Visual Studio/VC98/Lib/ODBC32.LIB to
provide the
odbc 3.0 API, what is the corresponding lib I should use on
Solaris(Both NT
and solaris I installed oracle 8i)?
Thanks a lot!
w*s
发帖数: 7227
12
来自主题: Linux版 - Makefile link lib question
This is what i want to run:
arm-none-linux-gnueabi-g++ -ldl -o db4 db4.o -L/somePath/sql3arm -lsqlite3
-lpthread
In makefile
LIBS = -L/somePath/sql3arm -lsqlite3 -lpthread
$(TARGET): $(OBJS)
$(CXX) -o $(TARGET) $(OBJS) $(LIBS)
when i run it, it's running with lib options
arm-none-linux-gnueabi-g++ -o db4 db4.o
Any suggestions pls, thanks very much !
l***g
发帖数: 1035
13
来自主题: Programming版 - should the .dll and .lib have the same name?
two ways to link with dll. you are talking about link time load, which gener
ates the .lib together with .dll with same name. the xx.lib is called export
library which contains only 'bridge' information. you need to link to this
.lib during build (but not require the presence of dll). During runtime, if
the same name dll is on the path, it will be picked up.

file
g****y
发帖数: 436
14
下载了一个lib的代码,configure之后make
得到了libs
-rw------- 2 2241236 2012-09-07 12:02 libkyotocabinet.a
-rw------- 2 1281789 2012-09-07 12:02 libkyotocabinet.so.16.13.0
之后g++ my.codes.cpp -lkyotocabinet
export LD_LIBRARY_PATH
程序正常,可以运行,lib的功能正常执行
随后
g++ -static my.codes.cpp -lkyotocabinet
ld抱怨所有和kyotocabinet的函数都是 undefined references.
请大神赐教!
z*******3
发帖数: 13709
15
来自主题: Programming版 - 请教,call c++ shared lib in java via jni
同意
另外java只是call c++ libs
内存还会暴涨,多半不是java的问题
java这个时候能做啥?除了调用这个libs以外
内存管理还是c++那个libs需要倒腾的事
x****u
发帖数: 44466
16
来自主题: Programming版 - VS下有Lib(C++)如何调试?
链接的时候这个lib的pdb必须同时在,这样lib的pdb会被合并到最终的pdb里面,你就
能调试了
如果lib的pdb找不到,vc是会输出不可屏蔽警告的
r*****l
发帖数: 2859
17
来自主题: Java版 - classpath 和 lib/ext 的区别?
Java load class的顺序是:
1,bootstrap classloader,load最基本的runtime classes。bootstrap classloader
在Java世界里基本是神一样的class,有着不受Java规则制约的行为。
2,extension classloader,它load你放在java\lib\ext里面的jar。一般这个目录里
面放一些OS dependent的东西,等等。
3,system classloader,应该是AppClassLoader,load classpath里面的,WEB-INF\
lib里面的classes。
jasperreport的东西尽量用system loader来load。ant complaint应该是没设置好的缘
故。

is
s*****w
发帖数: 1527
18
i'm creating a lib file in bsd, how should i debug it ?
in windows i can set break points in the lib source file, then attach to a
exe process.
d******a
发帖数: 238
19

好像是出于安全,现在不推荐用这两个环境变量了,无论是在链接还是执行时。
链接时用-L 来确定搜索路径。
执行时用通过修改/etc/ld.so.conf然后ldconfig来确定搜索路径.
链接和执行时都会默认搜索/lib /usr/lib来寻找需要的库的。
s*****w
发帖数: 1527
20
来自主题: Programming版 - which libs needed to enable c++ features
hi, i'm working on a SW package, basically c stuff in the Visual Studio
environment.
Now i want to use classes in the code.
How should i setup the VS ?
1. which libs do i need to include, which obj files ?
2. besides the "c++", "link" settings under project options,
what else do i need ?
3. where to add additional lib/include paths ?
thanks !
s*****w
发帖数: 1527
21
Hi we build windows drivers, then start them as service.
Now if i link with certain intel ipp lib file,
when i try to start this driver, the service cannot start.
If i take the lib out, it runs fine.
So how can this happen ?
b******8
发帖数: 31
22
【 以下文字转载自 DataSciences 讨论区 】
发信人: beijing8 (wakeng), 信区: DataSciences
标 题: 哪位大侠给推荐个scientific plotting lib/software
发信站: BBS 未名空间站 (Fri Mar 7 12:55:36 2014, 美东)
哪位大侠给推荐个scientific plotting lib/software:
免费的。
能处理大数据量(比如一张图上画好多xxoo...的散点)。
最好还能实时。
不需要fancy/publication style的美工。
总结一下就是:糙快猛,不要钱。
试了试 Python/matplotlib, 还有R,感觉不给力。
不知 gnuplot 如何?
b******8
发帖数: 31
23
【 以下文字转载自 DataSciences 讨论区 】
发信人: beijing8 (wakeng), 信区: DataSciences
标 题: 哪位大侠给推荐个scientific plotting lib/software
发信站: BBS 未名空间站 (Fri Mar 7 12:55:36 2014, 美东)
哪位大侠给推荐个scientific plotting lib/software:
免费的。
能处理大数据量(比如一张图上画好多xxoo...的散点)。
最好还能实时。
不需要fancy/publication style的美工。
总结一下就是:糙快猛,不要钱。
试了试 Python/matplotlib, 还有R,感觉不给力。
不知 gnuplot 如何?
t**r
发帖数: 3428
24
【 以下文字转载自 JobHunting 讨论区 】
发信人: taar (taar), 信区: JobHunting
标 题: 有人研究过muduo networking lib 么,感觉质量如何?
发信站: BBS 未名空间站 (Sun May 11 18:31:48 2014, 美东)
有人研究过muduo networking lib 么,感觉质量如何?
s******n
发帖数: 15
25
来自主题: Unix版 - how to setup lib path?
i compile some fortran codes as shared library, then call
them from IDL. Now i have to specify those shared lib path
in IDL, is there any method to add the shared lib path to
system default search path, e.g., /opt/lib32, and i don't
want to copy the shared files to system default search path.
anyone has some ideas on this, thanks.
u**t
发帖数: 11
26
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: uutt (代号), 信区: Programming
标 题: Unix C 求教: 怎么样把一个c程序compile成lib/下的 .a, .so文件
发信站: The unknown SPACE (Mon Dec 2 11:42:15 2002) WWW-POST
比如我一个b.c文件, 要把他变成lib/底下的b.a, b.so什么的.
还有, 这.a和.so有什么区别呀?
谢谢!
p*****e
发帖数: 310
27
来自主题: Computation版 - Matlab C++ math lib的速度问题
re!
open source的c lib: GSL
free的c++ lib: boost/ublas
这是我n长时间来选定的,呵呵

函数
么影
还没
y****t
发帖数: 10233
28
And tonight is my first time on C-span, which is a channel I obviously
always watch when I couldn't stand the sensationalism and demagogury of PBS
and QVC.
要说煽,libs还真是老祖宗.joe wang在这里把pbs和qvc摆在一起可谓真正的用心良苦.
你看都是兜售.一个是兜售商品,一个是兜售政治观点.手法都是用煽.
不信大家来看看,一个npr煽情的经典.
Struggling In Ohio As The Economy Tightens
http://www.npr.org/templates/story/story.php?storyId=92592545
煽情的紧,母女两,一直吃福利,一直找不到工作,连icecream都买不起. 听的人眼泪都要
下来了.可你再一看照片,估计答案全都有了.
y****t
发帖数: 10233
29
很正确啊,rush言行一致啊.自己身体自己负责,到时候生病了也自己管.
倒是libs十分可笑,
堕胎的时候说什么,my body my responsibility.
要健保的时候,居然就改口说什么my body your responsibility了.
这脑残有极限吗?
d****2
发帖数: 6250
30
来自主题: USANews版 - typical lib
lib精英就是不一样
评mississippi洪水:
Global warming is happening and when most of the worlds ice is melted the
water level will rise. Then its obvious - simple, water will be closer to
the sun like how water boils faster at higher altitudes, it puts more
moisture in the atmosphere and creates megastorms .
t**r
发帖数: 3428
31
有人研究过muduo networking lib 么,感觉质量如何?
n********2
发帖数: 152
32
LIB materials and designs
请背景相关的同学站内联系。
谢谢!
a*****g
发帖数: 19398
33
今天Korean American Day演出 @ Skokie Lib 3pm
Event Type: Performance
Date: 1/10/2010
Start Time: 3:00 PM
End Time: 5:00 PM
Description:
Skokie Public Library is honored to host one of three Chicago-area
gatherings celebrating Korean American culture in January 2010. Jin Lee,
director of the Keumsil Cultural Society, has organized this year's three
events around Korean and Korean American arts, because "art has no
boundaries and transcends all language." All are invited to an afternoon of
cross-cultu
a*****g
发帖数: 19398
34
在 Skokie Lib
Saturday, January 15, 2011
2:00-5:00pm in the Petty Auditorium & Radmacher Gallery
每年都有。去年我看了,还蛮热闹蛮好玩的。
m****r
发帖数: 6639
35
来自主题: Golf版 - lib
lib, wo kao, you play a little golf, and now you are bf of golf board?
hui bao yi xia your recent chen ji bah.
g****s
发帖数: 306
36

咣当.....
我也晕了:p
我的lib在hp-ux和linux上能跑
别的系统没试过
freebsd大概本站的loking比较熟
你发mail问他吧
mudos不需要root权限就可以跑的
l*f
发帖数: 24
37
好消息EEE/IEE电子图书馆将于10月15日给国内十家重点高校开通试用,
望广大师生密切关注http://www.lib.hit.edu.cn上的信息。
l*****g
发帖数: 7
38
lib.lzu.edu.cn是在202.201.7.*段上的
这个断国外无法访问
学校里只有202.201.0.*和202.38.126.*(这个段只有10个ip是我们学校的)
能被国外访问
o*******g
发帖数: 1300
39
来自主题: BuildingWeb版 - What javascript lib is better?
We are working on an asp.net project.
Was using primitive html controls and now thinking to use better js libs?
Any one has recommendations?
We heard of Dojo, Jquery and Infragistics.
We don't need fancy graphics yet, but need good grid control.
Thank you.
c**s
发帖数: 268
40
I got this error while trying to compile a program using Intel Fortran
Compiler 10.1.
LINK : fatal error LNK1104: cannot open file 'LIBC.lib'
Why? How to resolve this?
Thanks.
K****n
发帖数: 5970
41
找找这个文件把它放到lib的folder里去?
e****m
发帖数: 484
42
You have to get 3rd party odbc libs from any vendors.
g*****g
发帖数: 34805
43
Basically I want to parse some online resource and grab some
data. Should be ideal if the lib can correct html errors and
prepare it xml like.
How is html parser in
http://htmlparser.sourceforge.net/
l********0
发帖数: 283
44
Please recommend Java package/lib accessing MS Excel files.
Thanks.
g*****g
发帖数: 34805
45
search java excel, the first hit is pretty good.

Please recommend Java package/lib accessing MS Excel files.
Thanks.
l*********s
发帖数: 5409
46
来自主题: Java版 - classpath 和 lib/ext 的区别?
I am trying to compile demo of jasperreport, funny thing is that, if I put
the appache common logging/beanutil jars in the %JAVA%\lib\ext, compiling is
OK.
But if the libraries locate in somewhere else, and referenced through %
classpath%, ant complains. Why is such a different behavior?
S*A
发帖数: 7142
47
In linux you should be able to do the same as long as
keep the debug symbols in the lib.
w*s
发帖数: 7227
48
【 以下文字转载自 Programming 讨论区 】
发信人: wds (网虫都是loser), 信区: Programming
标 题: pls recommend a good c++ math/statics lib (besides matlab)
发信站: BBS 未名空间站 (Wed Aug 14 05:04:23 2013, 美东)
in linux
m*******n
发帖数: 103
49
本人比较土,找不到gcc的安装路径。同时用了一个库函数,但是不知道怎样查找出需要
链接的lib.
在MSDN中是很容易找的。但是在Sun Solaries GCC,怎么找?谢谢
mw
发帖数: 525
50
【 以下文字转载自 CS 讨论区 】
发信人: mw (mw), 信区: CS
标 题: 大家编程用得algebra lib是什么?
发信站: BBS 未名空间站 (Sat Aug 13 07:18:03 2005)
是都用lapack 吗?
还是有什么更通用的?
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)