-
ANSI C编译器
ANSI C COMPILER
LIBRARIES
- 2022-08-23 09:34:00下载
- 积分:1
-
《Programming Windows with MFC》附书光盘中的例程。
《Programming Windows with MFC》附书光盘中的例程。-"Programming Windows with MFC" on CD-ROM attached to the routines.
- 2022-03-18 16:53:55下载
- 积分:1
-
UML(统一建模语言)是一个绘制软件概念图的图形化记法(notation)。人们可以用它绘制图形,用这些图形来表示一个计划进行的软件设计的问题域,或者用这些图来...
UML(统一建模语言)是一个绘制软件概念图的图形化记法(notation)。人们可以用它绘制图形,用这些图形来表示一个计划进行的软件设计的问题域,或者用这些图来表示一个已经完成的软件实现。Fowler(译者注:著名IT 技术作家)描述它们时分成了三种不同的层次:概念层(Conceptual)、规格说明层(Specification)和实现层(Implementation),我们将细述后面两种。 -UML (Unified Modeling Language) is a concept mapping software graphical map Hutchison (notation). People can use it drawing, use of graphics to show a plan for the software design, the problem domain, or the use of these maps to show a completed software implementation. Fowler (Translator"s Note : IT famous writer) to describe their hours into three different levels : the concept of layers (Conceptual) layer specifications (Specification), and Layer (Implementation), we are going to be two behind.
- 2022-06-15 07:45:22下载
- 积分:1
-
java or a tutorial, example, we want to help, zip extract
还是一本java教程,有实例的,希望对大家有所帮助,zip解压-java or a tutorial, example, we want to help, zip extract
- 2022-04-01 13:27:28下载
- 积分:1
-
an optimizing C on the books. Can you believe that the harvest. The
一本讲解C++优化方面的书籍。相信能给你收获。的-an optimizing C on the books. Can you believe that the harvest. The
- 2022-08-24 12:06:07下载
- 积分:1
-
NAND闪存文件系统建立一个例子
NAND FLASH FAT文件系统建立范例-NAND FLASH FAT file system to establish an example of
- 2022-07-04 23:22:29下载
- 积分:1
-
ADS中文使用手册,有关AXD使用说明。
ADS中文使用手册,有关AXD使用说明。-ADS manual
- 2022-11-21 18:55:03下载
- 积分:1
-
这是一部关与此linux教程,但并不过与拘泥于理论方面的阐述.而是采用丰富的实例来介绍linux的进程,线程,多线程编程,存储管理,
io,驱动程序等概念...
这是一部关与此linux教程,但并不过与拘泥于理论方面的阐述.而是采用丰富的实例来介绍linux的进程,线程,多线程编程,存储管理,
io,驱动程序等概念-This is a clearance with linux directory but with the stick, however theoretical exposition. instead of using the wealth of examples to describe the process of linux, threads, multithreaded programming, storage management, io, concepts such as driver
- 2022-02-10 05:27:04下载
- 积分: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
-
Hello Android 2nd Edition November 2009 Retail Ebook
Hello Android 2nd Edition November 2009 Retail Ebook-ATTiCA
-"Hello, Android" will get you creating your first working application:
Android s version of "Hello, World." From there, you ll build up a
more substantial example: an Android Sudoku game.
- 2022-10-31 16:20:03下载
- 积分:1