-
《分形算法与程序设计VC版》一书<5_02>:内含基于逃逸时间算法的Julia集源代码。双击Debug下的Julia.exe文件,程序运行;双击Ju...
《分形算法与程序设计VC版》一书:内含基于逃逸时间算法的Julia集源代码。双击Debug下的Julia.exe文件,程序运行;双击Julia.dsw文件,进入编辑环境。-"fractal algorithms and program design VC version," a book lt; 5_02gt; : Intron escape time algorithm based on the Julia set source code. Double-click the Debug Julia.exe documents, operating procedures; Double-click Julia.dsw documents into editing environment.
- 2022-04-29 09:29:50下载
- 积分:1
-
介绍了VHDL编程的知识,并对100例VHDL编程进行了讲解,对学习VHDL编程非常有帮助,值得借鉴....
介绍了VHDL编程的知识,并对100例VHDL编程进行了讲解,对学习VHDL编程非常有帮助,值得借鉴.-Introduction of the VHDL programming knowledge, and 100 cases carried out on VHDL programming, VHDL programming for learning very helpful, worth learning from.
- 2022-05-24 05:21:01下载
- 积分:1
-
很好的windows 内核编程代码,测试学习WINAPI的实例.需要增加的头文件都可以找到...
很好的windows 内核编程代码,测试学习WINAPI的实例.需要增加的头文件都可以找到-good windows kernel programming code. Learning WINAPI test examples. the need to increase the header files can be found
- 2022-12-31 06:35: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
-
design_patterns_elements_of_reusable_object_oriented_software
It s a book of design patterns that
describes simple and elegant solutions to specific problems in object-oriented software design. Design
patterns capture solutions that have developed and evolved over time. Hence they aren t the designs
people tend to generate initially. They reflect untold redesign and recoding as developers have struggled
for greater reuse and flexibility in their software. Design patterns capture these solutions in a succinct
and easily applied form.-Design_Patterns_Elements_Of_Reusable_Object_Oriented_Software
- 2022-01-27 15:50:53下载
- 积分:1
-
书籍里有许多JAVA的典型例子及题解。
书籍里有许多JAVA的典型例子及题解。-there are many books on Java and the typical examples that solution.
- 2022-06-02 23:36:39下载
- 积分:1
-
Chinese teaching materials Quest3D software Quest3D is the world
Quest3D中文教材Quest3D软件是目前世界上最先进的虚拟现实创作平台之一,Quest3D独特的编程风格,使得开发者可以非常容易的创作出效果完美的虚拟现实项目,软件开发者大量采用了功能强大的程序模块,使用者无须再去编写成千上万行的复杂编码,只需要动几下鼠标。-Chinese teaching materials Quest3D software Quest3D is the world
- 2022-02-25 09:26:07下载
- 积分:1
-
OCX on the application procedures
关于自定义控件的应用程序-OCX on the application procedures
- 2022-01-22 06:11:23下载
- 积分:1
-
关于Java的ppt,详细的介绍基础知识,例如类的定义,声明,方法...
关于Java的ppt,详细的介绍基础知识,例如类的定义,声明,方法-With regard to Java, ppt, detail the basics, such as class definitions, statements, methods, etc.
- 2022-12-17 00:20:03下载
- 积分:1
-
VC常用数据类型使用转换详解,在网上载下来的,很有用,提供给大家...
VC常用数据类型使用转换详解,在网上载下来的,很有用,提供给大家-VC data types commonly used Comments on the use of conversion, set down on the Internet, very useful, available to everyone
- 2022-10-07 09:25:02下载
- 积分:1