-
unknown how access to the DLL interface parameters can be passed anti
怎样获取未知DLL的接口参数
可以通过反汇编来知道接口函数的参数,建议使用W32DSM来分析,也可以直接使用VC来分析,就是麻烦一点。-unknown how access to the DLL interface parameters can be passed anti-Series interface function to know the parameters, recommended W32DSM analysis can be used directly VC analysis, the trouble is 1:00.
- 2023-04-16 04:45:03下载
- 积分:1
-
An introductory manual for the FE method with COMSOL
An introductory manual for the FE method with COMSOL
- 2022-03-17 22:27:55下载
- 积分:1
-
api查询手册
api查询手册-api inquiries manual.
- 2023-08-04 01:00:04下载
- 积分:1
-
"computer program structure and interpretation of the (original book versio...
《计算机程序的构造和解释(原书第2版)》
本书1984年出版,成型于美国麻省理工学院(MIT)多年使用的一本教材,1996年修订为第2版。在过去的二十多年里,本书对于计算机科学的教育计划产生了深刻的影响。
第2版中大部分重要程序设计系统都重新修改并做过测试,包括各种解释器和编译器。作者根据其后十余年的教学实践,还对其他许多细节做了相应的修改。
本书自出版以来,世界各地已有100多所院校采用本书做教材,其中包括美国斯坦福大学、美国普林斯顿大学、英国牛津大学、日本东京大学等。
相关网站有本书源代码及其他教辅资料,网址为:www-mitpress.mit.edu/sicp/
作者简介:
Harold Abelson是MIT1992年度MacVicarFacultyFellow。Gerald JaySussman是Matsushita电子工程教授。他们都在MIT电子工程和计算机科学系工作.都得到过最重要的计算机科学教育奖:如Abelson得到了IEEE计算机学会的Booth奖。Sussman得到了ACM的Karlstrom奖。
Julie Sussman是作家和编辑,同时使用自然语言和计算机语言写作。
每一位严肃的计算机科学家都应该阅读这本书。由于本书清晰、简洁和富于才智,我们强烈推荐本书,它适合所有希望深刻理解计算机科学的人们。-"computer program structure and interpretation of the (original book version 2)," the book published in 1984. Forming in the Massachusetts Institute of Technology (MIT) years of a teaching materials, as amended in 1996, 2nd edition. In the past 20 years, the book for computer science education programs have had a profound impact. Release 2 most important part of the process to re-d
- 2022-03-07 19:53:11下载
- 积分:1
-
5个常见的例题,适合初学C语言的朋友看看。
5个常见的例题,适合初学C语言的朋友看看。-5 common example, suitable for novice C language to see friends.
- 2022-03-07 00:27:14下载
- 积分:1
-
安全焦点2004年蜂会资料
安全焦点2004年蜂会资料-security focus in 2004 will be information Bee
- 2022-10-09 04:05:04下载
- 积分:1
-
Windows 消息大全,VC开发人员必备书
Windows 消息大全,VC开发人员必备书-Windows Message Solutions, VC Developer essential book!
- 2022-05-17 14:56:50下载
- 积分:1
-
STC12C2052AD系列看门狗测试软件,STC12C2052AD系列看门狗测试软件.
STC12C2052AD系列看门狗测试软件,STC12C2052AD系列看门狗测试软件.-STC12C2052AD series of test software watchdog, STC12C2052AD series of test software watchdog.
- 2022-05-08 21:57:10下载
- 积分:1
-
ARM上的USB调试程序,经测试,此源码可以进行USB通信!
ARM上的USB调试程序,经测试,此源码可以进行USB通信!-ARM
- 2022-04-25 00:32:19下载
- 积分:1
-
delta = (srcW << 16)/dstW
int pos = delta >> 1...
着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的三星也有意加入本次混战.
当然,我们也不能忘记苹果最先从iTunes中得到的灵感,从而带来了应用程序商店,一个正确的面向用户,开发者的平台,提供收入分配的盈利模式.
Symbian下也有众多有趣的程序,诺基亚的应用商店将会让这些软件更有吸引力.
-delta = (srcW > 1
for (int x = 0 x < dstW x++) {
g.setClip(x, 0, 1, srcH)
g.drawImage(src, x- (pos >> 16), 0, Graphics.LEFT |
Graphics.TOP)
pos+= delta
}
Image dst = Image.createImage(dstW, dstH)
g = dst.getGraphics()
delta = (srcH > 1
for (int y = 0 y < dstH y++) {
g.setClip(0, y, dstW, 1)
g.drawImage(tmp, 0, y- (pos >> 16), Graphics.LEFT |
Graphics.TOP)
pos+= delta
- 2022-08-15 23:44:24下载
- 积分:1