-
给一些做Flash能用的上的非常好的源代码,word 格式的
给一些做Flash能用的上的非常好的源代码,word 格式的-Flash can be used for some do" s on a very good source code, word format
- 2023-01-19 23:00:04下载
- 积分:1
-
Spring Framework 开发参考手册,学习spring的资料。
Spring Framework 开发参考手册,学习spring的资料。-Spring Framework to develop a reference manual, learning the information spring.
- 2022-03-05 15:54:00下载
- 积分:1
-
一本开源框架Jfreechart的使用文档,对利用JFreeChart开发的人来说是一本很不错的使用手册,这也是网友分享的!其版本是1.0.1...
一本开源框架Jfreechart的使用文档,对利用JFreeChart开发的人来说是一本很不错的使用手册,这也是网友分享的!其版本是1.0.1-a revenue framework Jfreechart the use of documentation, JfreeChart development on the use of the people is a very good user manual, which is also sharing the netizens! Their version is a .0.1
- 2022-03-10 13:08:23下载
- 积分:1
-
电子书籍,Visual Basic精彩编程200例
电子书籍,Visual Basic精彩编程200例-E-books, Visual Basic Programming 200 cases of great
- 2023-09-06 23:50:07下载
- 积分:1
-
WiMAX技术基础。
fundamentals of wimax technology.
- 2022-02-25 11:14:16下载
- 积分:1
-
一本精华贴合籍。对高手和菜鸟都有帮助。
主页:http://www.programsalon.com/developer.asp?id=victor0000...
一本精华贴合籍。对高手和菜鸟都有帮助。
主页:http://www.programsalon.com/developer.asp?id=victor000000
邮箱:victor000000@tom.com-a aligned with the essence of nationality. Exposure to master and helpful. Home : http://www.programsalon.com/developer.asp id = victor000000 mail : victor000000@tom.com
- 2022-07-13 21:43:13下载
- 积分:1
-
c/c++study
一:本教程来自上海交大网络教育学院,感谢他们出色的工作,一切版权归其所有;
二:萤城客整理制作。
-c/c++study
- 2022-07-10 05:43:53下载
- 积分:1
-
err
Title: C++ Primer 3rd Edition 中文完美OCR版
URL:http://www.china-pub.com/computers/common/info.asp?id=5926
ISBN:7-5083-0989-8
Author:潘爱民 张丽
Publisher:中国电力出版社
Page:1043
Edition:3rd Edition
Catalog:Programming/C_C++
Format:PDF
Size:3.80MB
Supplier:过去
Introduction:C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-err
- 2023-06-10 05:10:04下载
- 积分:1
-
精彩的计算机网络教程
精彩的计算机网络教程-brilliant computer network Guide
- 2022-01-22 11:20:05下载
- 积分: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