-
简易的电子投票平台,vc++
简易的电子投票平台,vc++
-Simple electronic voting platform, vc++ ,,,,,,,,,,,
- 2022-07-08 02:57:50下载
- 积分:1
-
Introduction to 3D Game Programming with DirectX 9.0中的程序代码1
Introduction to 3D Game Programming with DirectX 9.0中的程序代码1-Introduction to 3D Game Programming with D irectX 9.0 of a program code
- 2022-03-19 09:08:58下载
- 积分:1
-
< Game Script Mastery>> source code
< Game Script Mastery>> source code
- 2022-03-21 06:13:52下载
- 积分:1
-
ACE programer guide ,ACE的好书,ACE是一个开放源代码框家,为开发高性能,分布式实时和嵌入式系统提供许多组件和模式...
ACE programer guide ,ACE的好书,ACE是一个开放源代码框家,为开发高性能,分布式实时和嵌入式系统提供许多组件和模式-ACE programer guide, ACE books ACE is an open-source frame, and for the development of high performance, Distributed Real-time and Embedded Systems provides many components and patterns
- 2023-08-02 06:30:04下载
- 积分:1
-
MFC下实现客户端在文本中记录用户的操作!
MFC下实现客户端在文本中记录用户的操作!-Under MFC client records in the text the user" s operation!
- 2022-02-03 21:04:34下载
- 积分:1
-
ATmega128数据表
ATMega128 datasheet
describes all registes and other features of microcontroller
- 2023-03-17 09:15:04下载
- 积分:1
-
With C++ The design of game engine
用C++设计游戏引擎-With C++ The design of game engine
- 2022-08-19 04:19:06下载
- 积分:1
-
2007考研大纲词汇 ,X.mp3
2007考研大纲词汇 ,X.mp3-2007 study section of the outline of vocabulary, X.mp3
- 2022-08-15 08:40:01下载
- 积分:1
-
《Developing Applications with Java and UML》一书的源代码。
《Developing Applications with Java and UML》一书的源代码。-source code in book
- 2023-08-12 21:15:03下载
- 积分: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