-
Solaris系统管理培训
Solaris系统管理培训--Solaris系统的目录、指令-Solaris system management training-- Solaris system directory, instructions
- 2022-08-21 10:48:25下载
- 积分:1
-
收集整理的经典的C语言资料,对程学设计和编程思想的理解很有好处,第二部分...
收集整理的经典的C语言资料,对程学设计和编程思想的理解很有好处,第二部分-Collection of the classic C language materials, engineering design and programming is very beneficial to the understanding of thinking, Part II
- 2022-05-17 05:18:42下载
- 积分:1
-
M.加斯特
M.Gast - 802.11 Wireless Networks The Definitive Guide. 2nd edition. 2005.chm-M.Gast- 802.11 Wireless Networks The Definitive Guide. 2nd edition. 2005.chm
- 2023-02-24 09:30:06下载
- 积分:1
-
硕士论文# 39 2007,基于TMS320DM642的H.264编码算法…
2007年硕士论文,基于TMS320DM642的H.264编码算法改进与优化-Master" s thesis in 2007, based on the TMS320DM642 the H.264 coding algorithm to improve and optimize
- 2022-09-22 05:35:03下载
- 积分:1
-
Thinking in C++ 1,非常好的学习C++的书,希望对你有用
Thinking in C++ 1,非常好的学习C++的书,希望对你有用-Thinking in C++ 1
- 2022-08-12 16:26:33下载
- 积分:1
-
electrical engineering CAD materials, classic works best things to welcome downl...
电气工程CAD教材,经典之作品,精华东西,欢迎下载!-electrical engineering CAD materials, classic works best things to welcome download!
- 2022-02-13 14:04:25下载
- 积分:1
-
微软英汉双解计算机百科词典。请用DynaDoc阅览器进行阅读。
微软英汉双解计算机百科词典。请用DynaDoc阅览器进行阅读。-Microsoft Encyclopedic Dictionary. Please DynaDoc viewers for reading.
- 2023-03-20 10:25:04下载
- 积分:1
-
Addison Wesley
Addison Wesley - Design Patterns - Elements of Reusable Object-Oriented Software-Addison Wesley- Design Patterns- Elements of Reusable Object-Oriented Software
- 2022-06-21 21:15:39下载
- 积分:1
-
电脑组装与维修电子教案大全...适合从事这方面的初学者入门的电子教材...
电脑组装与维修电子教案大全...适合从事这方面的初学者入门的电子教材-Computer assembly and maintenance of electronic lesson plans suitable for this area ... Daquan beginners to get into e-learning materials
- 2022-03-03 11:22:45下载
- 积分: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