由买买提看人间百态

topics

全部话题 - 话题: dll
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
d*****0
发帖数: 1500
1
来自主题: TexasHoldem版 - 版上码code的同学给点建议把

行的 我一直以为主流hm pt是直接读取网络包的 看来我错了。。。
我们要不把它模块化吧 每个人负责一块 这样速度是大大滴快阿
简单UI framework 下
图像识别dll
实时输入dll (比如 完整的一局牌)
对手数据库管理dll(可以简单的status,也可以有具体的牌例)
hero应对处理dll
对象窗口输出(鼠标点击,数字输入等)dll
还缺什么?人多容易整
t*******y
发帖数: 10477
b***e
发帖数: 108
c*******d
发帖数: 1172
4
来自主题: PhotoGear版 - 全新5D2现在最合算
刚刚闲来无事,帮大家解毒一下:
As of today:
5D2 body + pro 9000
lowest @ 2699:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110540993749
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110540932532
5D2 + 24-105
lowest @3099:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=140412909289
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=140410430288
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=190391236087
P.S.: none of the sellers listed here is CAS
5D2 + 24-105 + Pro 9000
lowest @3499:
http:/
S***k
发帖数: 370
5
The issue is in a project built on .net1.4. There is a library called A.dll
in the bin folder of the project. But A.dll is not in the project references
list; A.dll is not included in the project either. The project can be
compiled without problem. After I remove A.dll from the bin folder, the
compiler gives an error: cannot find dependency A.dll.
Is the dependency defined somewhere other than references?
p**o
发帖数: 3409
p*****s
发帖数: 344
7
来自主题: Linux版 - 用了几天windows7
Uniprocessor Boot Image
Linux bare minimal needs, vmlinuz 1.7MB
Windows bare minimal needs 9.9MB:
kernel mode (no drivers) NTOSKRNL.EXE, HAL.DLL, GDIPLUS.DLL, WIN32K.SYS
6.9MB
+ user mode (no drivers) NTDLL.DLL, KERNEL32.DLL, USER32.DLL, CSRSS.EXE
3MB
http://widefox.pbworks.com/Boot
e******r
发帖数: 220
8
/*******************************************************
File name: DLLCode.h
This file contains all the DLL interfacing object
declarations, in this example:
a class object, two global function object, and
a global integer variable.
Notice: we use the same header file for compiling the
.DLL and the .exe (application).
This header file defines a macro which export the target
DLL objects if we are building
a DLL, otherwise it import the DLL objects into an
applica
l**t
发帖数: 64
9
Your boss maybe want to get a dynamic shared library (dll for win32).
As you said that Hy-stone.exe already existed, when it runs, it will load
the
dll file automatically, and call the predefined functions and variables in
the dll file.
Hence, you should know the specification of dll file that HY-STONE.EXE needs
, such as, what functions and variables should be exported, what the name of
dll file is. Then you should provide every functions and variables in you c
or h file.
After that, use "cl *.
w********r
发帖数: 4193
10
来自主题: Security版 - 这个病毒怎么删?
http://www.emsisoft.net/en/malware/?Adware.Win32.TotalVelocity.ap
http://www.softwaretipsandtricks.com/dangerous_files/3394-maddll.html
Mad.dll is Trojan/Backdoor TV Media.
Mad.dll is store in the Windows\System32 folder.
Mad.dll is installed in the AppInit registry key and it automatically
injects to each new created process.
Kill the process mad.dll and remove mad.dll from Windows startup.
s**a
发帖数: 1770
11
【 以下文字转载自 Comic 讨论区 】
发信人: Loveless (FFVII-Dirge of Cerberus), 信区: Comic
标 题: [警报]5.17诺顿(Norton)的误杀导致系统崩溃(zz)
发信站: BBS 未名空间站 (Fri May 18 16:23:41 2007)
诺顿升级到5月17日版本后,会导致打过KB924270补丁的XP系统崩溃,其原因是诺顿将
KB924270更新过的netapi32.dll和lsasrv.dll文件误报为Backdoor.Haxdoor后门病毒。
经过初步调查,lsasrv.dll和netapi32.dll是正常的系统文件。
该文件在诺顿隔离后,系统重启导致蓝屏并提示:STOP c000021a Unkown hard error。
中毒后请大家不要重启电脑
[Copy to clipboard] [ - ]CODE:
Backdoor.haxdoor临时解决方案
SAV更新到5月17日的病毒定以后,会把
C:\windows\system32\netapi32.dll和 C:\windows\system32\lsa
b********g
发帖数: 404
12
来自主题: Software版 - Google Chrome 里还是夹带了私货
稍微看了一下代码,
那个东西相当于给第三方提供的一个接口,
可以用来跟踪使用情况,
比如将来嵌入到别的程序里面,就像很多基于IE的浏览器一样,
或者是类似在专有程序里面实现一个简单的显示网页的窗口,
这个东西相当于一个扩展,任何人都可以写rlz.dll
然后放到自己的执行目录里面去,就可以跟踪自己程序的执行情况,
这个接口是开源的,但是并不需要rlz.dll开源,
就好像你可以在ff里面打开pdf,这是ff给打开特定文件提供的接口,
你并不能要求显示pdf的软件开源一样,
相同的例子还有,很多ff插件也是封闭源代码的,
这个道理也是一样,你提供开源平台和接口,
不能要求调用你接口的所有代码都开源,
即使GPLv3也没有这样的要求,开源社区对这个有过很深入的讨论,就不细说了,
至于你怎么样发布自己的rlz.dll,那是发布者的问题,
我也可以自己编译一个chrome,然后放进我自己的rlz.dll,
然后看看我的编译版的使用情况,我一定要公开我的修改,
但是我不必公开rlz.dll的源代码,就是这个意思
还请从开源和发布两个方面考虑,
开源在这里是绝对没有问题的,而且那样打包发布也是没有
l******h
发帖数: 2
13
Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖
b***n
发帖数: 13455
c*********7
发帖数: 7607
15
【 以下文字转载自 shopping 讨论区 】
发信人: capricorn87 (Kevin), 信区: shopping
标 题: SSD SLC, 2G memory Last day, Low price!
发信站: BBS 未名空间站 (Sat Nov 20 03:29:06 2010, 美东)
64G SSD SLC chip:
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250728031722&ssPageName=STRK:MESELX:IT#ht_1401wt_1147
2G memory for desktop 240pin
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083518&ssPageName=STRK:MESELX:IT#ht_500wt_1159
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083934&ssPageName=STRK:MESEL... 阅读全帖
s*******8
发帖数: 12734
16
来自主题: JobHunting版 - 新手,一个C 库的问题
【 以下文字转载自 Programming 讨论区 】
发信人: story9988 (小小故事人), 信区: Programming
标 题: 新手,一个C 库的问题
发信站: BBS 未名空间站 (Wed Apr 18 09:30:38 2012, 美东)
我用了第三方的dll
这个硬件相关的dll是一些api, 其中有一个 third_party_allocate()
third_party_free()
这个dll静态连接了一个C library
所以这个 third_party_allocate(), third_party_free()就是wrap了
c的malloc(), free()
借口,参数类型,完全一样,当然,third_party_xxx()调用的是他静态连接里面的
c library.
我在程序里用系统的C 库里面的 free(p)
来释放 third_party_malloc()返回的p
结果异常被throw了,
为什么呢?
这个free()和他们本身的是一样的。
唯一差别一个是静态连接到她们自己的dll里面的
请高手指点
l******h
发帖数: 2
17
Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖
i***e
发帖数: 9429
18
来自主题: Living版 - 急问! 电脑中毒了
那几个是:
passport.dll ---- trojan.gen2
IEToolbar.dll --- trojan.gen2
TNT2UserPS64.dll ---trojan.gen2
IEToolbar64.dll ---trojan.gen2
GameConsole.exe ---- trojan.gen2
also:
system restore did not complete successfully. your computer's system files
and settings were not changed.
谢谢了
k*****a
发帖数: 823
19
来自主题: shopping版 - T410s 找不到/不认第二块硬盘。
你们买的山寨hdd caddy能用的不能用的有没有医院上的link?下面哪些是能用的?查
给t400s的part number 43N3412有$13.5, $15, $18的,全是hk的。美国神医都拿山寨
的卖正版价钱,$47差不多能在lenovo spp买了。
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=350345523981
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110560386112
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=170489187986
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=160452129431
s****a
发帖数: 1039
20
来自主题: shopping版 - T410s 找不到/不认第二块硬盘。
我买的 360246894541
Seller User ID: it-glasses

你们买的山寨hdd caddy能用的不能用的有没有医院上的link?下面哪些是能用的?查
给t400s的part number 43N3412有$13.5, $15, $18的,全是hk的。美国神医都拿山寨
的卖正版价钱,$47差不多能在lenovo spp买了。
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=350345523981
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110560386112
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=170489187986
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=160452129431
c*********7
发帖数: 7607
21
来自主题: shopping版 - SSD SLC, 2G memory Last day, Low price!
64G SSD SLC chip:
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250728031722&ssPageName=STRK:MESELX:IT#ht_1401wt_1147
2G memory for desktop 240pin
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083518&ssPageName=STRK:MESELX:IT#ht_500wt_1159
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083934&ssPageName=STRK:MESELX:IT#ht_500wt_1159
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727084064&ssPageName=STRK:MESELX:IT#ht_500wt_1159
L*****y
发帖数: 4290
22
来自主题: shopping版 - SSD SLC, 2G memory Last day, Low price!
SSD 标题里写的是 SATA II, 可是列表里写的是 SATA 1.5g

64G SSD SLC chip:
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250728031722&ssPageName=STRK:MESELX:IT#ht_1401wt_1147
2G memory for desktop 240pin
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083518&ssPageName=STRK:MESELX:IT#ht_500wt_1159
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083934&ssPageName=STRK:MESELX:IT#ht_500wt_1159
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727084064&ssPageName=STRK:MESELX:IT#ht_500... 阅读全帖
a*****g
发帖数: 19398
23
12月25日,敏感词发布说明,对腾讯向用户推荐安装腾讯电脑管家、QQ浏览器的行为进
行拦截。经核实,近期在对腾讯电脑管家和QQ浏览器的推荐中,确实出现了不合理甚至
伤害用户体验之处,我们已于第一时间全部进行下线处理。在此,我们向广大用户深表
歉意,并将对相关责任人进行处罚。
腾讯坚持为用户提供便捷软件工具服务同时,致力于坚守用户体验和信息安全,绝不姑
息任何有违用户价值的行为。感谢敏感词,并欢迎广大用户和机构的监督。
腾讯电脑管家
关于敏感词拦截腾讯产品的说明
近日,我们收到许多用户反馈,敏感词对腾讯官方程序进行报毒、自动拦截等处理,并
因此怀疑敏感词产品误杀、误报,现就该问题说明如下。
敏感词产品之所以拦截腾讯相关产品安装,并且将其中某个模块当病毒处理,是因为腾
讯QQ在推广“QQ浏览器”和“腾讯安全管家”的过程中,除了常见的欺骗、诱导之外,
还存在功能严重越位、技术手段严重超常规(和某些病毒的行为一致)等问题。
因此敏感词并没有误杀、误报,请广大用户看到敏感词产品的拦截提示时,放心地阻止
即可。需要强调的是,敏感词不会影响QQ、QQ浏览器、腾讯安全管家等产品的正常运行
,只是阻止其... 阅读全帖
h*****w
发帖数: 8561
24
来自主题: Collectibles版 - 回来冒个泡
贵金属币的特点是风险比较大,因为成交金额一般都很高,稀有币一般都在RMB万元以上,
比起来新中国邮票只有那么几套能到这个数量级,看看刚成交的几个稀有币:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=190225740037
国庆35周年,最后RMB百万以上.
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=360053674121
97 1 OZ铂麒鳞,这属于EBAY上能见到的最稀有的铂币,国内最高炒到过6万左右,我本来
是专门攻铂币的,这个一年内见不到三次,通通放过了,没钱啊.
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=200222656184
孔雀银币,银币里的稀有品种,去年我帮朋友$1500拿过一个.
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=190221715453
http://cgi.ebay.com/ws
h****7
发帖数: 1405
h****7
发帖数: 1405
m*****u
发帖数: 19562
h******s
发帖数: 802
h*******e
发帖数: 8370
29
来自主题: PhotoGear版 - 问一下各位神医的底线
我自己底线时松时紧。
一般来说,描述越详细越可信越松。自己越没用过的器材越松。经过ZT,自己可以得到
需要的免费器材的越松(升级脚架、加闪灯、滤镜)
bundle越大的越紧。涉及total amount越大的越紧。没有意义的器材比较紧。
按照你的标准,我最近买的这几个,哪几个你会扣扳机呢?
1 http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=270544890742
2 http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=130384619728
(结果到了之后发现17-50不是VC的……不准备argue了)
3 http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=140394793055
(到了之后发现是UX date code,但是是refurb。卖家忘记撕掉那个refurb的sticker
了)
4 http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=110510901721
m*****1
发帖数: 195
m*****1
发帖数: 195
c*********7
发帖数: 7607
32
【 以下文字转载自 shopping 讨论区 】
发信人: capricorn87 (Kevin), 信区: shopping
标 题: SSD SLC, 2G memory Last day, Low price!
发信站: BBS 未名空间站 (Sat Nov 20 03:29:06 2010, 美东)
64G SSD SLC chip:
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250728031722&ssPageName=STRK:MESELX:IT#ht_1401wt_1147
2G memory for desktop 240pin
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083518&ssPageName=STRK:MESELX:IT#ht_500wt_1159
http://cgi.ebay.com/ws/eBayISAPI.dll?
ViewItem&item=250727083934&ssPageName=STRK:MESEL... 阅读全帖
a*****g
发帖数: 19398
33
12月25日,敏感词发布说明,对腾讯向用户推荐安装腾讯电脑管家、QQ浏览器的行为进
行拦截。经核实,近期在对腾讯电脑管家和QQ浏览器的推荐中,确实出现了不合理甚至
伤害用户体验之处,我们已于第一时间全部进行下线处理。在此,我们向广大用户深表
歉意,并将对相关责任人进行处罚。
腾讯坚持为用户提供便捷软件工具服务同时,致力于坚守用户体验和信息安全,绝不姑
息任何有违用户价值的行为。感谢敏感词,并欢迎广大用户和机构的监督。
腾讯电脑管家
关于敏感词拦截腾讯产品的说明
近日,我们收到许多用户反馈,敏感词对腾讯官方程序进行报毒、自动拦截等处理,并
因此怀疑敏感词产品误杀、误报,现就该问题说明如下。
敏感词产品之所以拦截腾讯相关产品安装,并且将其中某个模块当病毒处理,是因为腾
讯QQ在推广“QQ浏览器”和“腾讯安全管家”的过程中,除了常见的欺骗、诱导之外,
还存在功能严重越位、技术手段严重超常规(和某些病毒的行为一致)等问题。
因此敏感词并没有误杀、误报,请广大用户看到敏感词产品的拦截提示时,放心地阻止
即可。需要强调的是,敏感词不会影响QQ、QQ浏览器、腾讯安全管家等产品的正常运行
,只是阻止其... 阅读全帖
r****y
发帖数: 26819
34
来自主题: ChineseClassics版 - 请教SAS安装问题,包子答谢 (转载)
"This can happen if there are missing files in the C:\Program Files\SAS\
Shared Files\Secure directory. The files that are needed are tcpdeam.dll and
tcpdencr.dll and, in some cases, the tcpdcapi.dll file."
To get the dlls:
http://support.sas.com/kb/32/099.html
W**H
发帖数: 716
35
来自主题: Database版 - questions about ODBC components
I have installed MS SQL server in my machine.
But whenever I tried to use it, I got error
message as follow;
The ODBC resource DLL (C:\\windows\system\odbcint.dll)
is a different version than the ODBC setup DLL(c:\\
windows\system\odbccp32.dll).
You need to reinstall the ODBC components to ensure
proper operation.
Can some Gao Shou tell me what I should do? How can I install
the ODBC components again? Actually I don't even know where to
get the ODBC compon
h****r
发帖数: 2056
36
来自主题: DotNet版 - CE.Net 4.2 question
Got a building error "Error: Ram start overlaps rom binary",
following is the trace,
Table of contents 99e810e4 00001c98 ( 7320)
Writing ROM signature and TOC pointer at 98140040
Kernel data copy section 99c6efe0 00000020 ( 32)
ROM Header 99e81090 00000054 ( 84)
First DLL code Address: 02400000
Last DLL code Address: 04000000
First DLL Address: 01d501f0
Last DLL Address: 02000000
Physical Start Address: 98140000
Physical End Address:
L*******r
发帖数: 1011
37
来自主题: DotNet版 - understand ASP.Net 1: ASP vs ASP.Net
ASP is implemented as an ISAPI extension (or application). ASP is a DLL (na
med asp.dll and usually found in one of the Windows system directories), and
IIS maps ASP files to the asp.dll. In this way, the ASP engine processes al
l requests for ASP pages. Without this mapping and DLL, the server would ret
urn ASP code to the browser, rather than the generated results. ASP pages th
emselves are scripts, combining server-side instructions (usually VBScript)
and client-side instructions (usually HTM
i****l
发帖数: 78
38
IDEA也有过同样的Issue...// http://devnet.jetbrains.net/docs/DOC-1185
On some systems the error in subject occurs when trying to run IDEA. It
happens because the native idea.exe executable built with the exe4j uses the
splash screen which loads a dll (to decode the splash image) in the address
space of the process. The jvm.dll loaded after the splash needs to allocate
the heap memory in one chunk, however the dll loaded before the jvm.dll can
fragment the address space (limited to 2GB for the 32-bit ap
t******a
发帖数: 1200
39
来自主题: Linux版 - 对chrome的幻觉没了。。。
那你来解释一下这段话的中文含义吧? rlz.dll 是实现什么浏览器功能的?
大家目前的共识是 rlz.dll 会把你当前的默认浏览器主页设置和相关注册表信息
发送回 google. 问题的关键是 chrome 会在不通知用户的情况下自动升级 rlz.dll.
闭源的 rlz.dll 可以做为一个后门, 在升级后采集任何有必要采集的信息。

send
does
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)