-
一个简单的helloworld小代码,相信大家都接触过这样的代码。
一个简单的helloworld小代码,相信大家都接触过这样的代码。-A simple program of "hello world!"
- 2022-03-03 01:56:00下载
- 积分:1
-
Jack. Welch and generic way, successful people in the biography, on the main pro...
杰克.韦尔奇与通用之路,成功人物的传记,主要讲述了主人公在通用的成长经历,是一本很不错的书。-Jack. Welch and generic way, successful people in the biography, on the main protagonist in the common growth experience is a very good book.
- 2022-01-26 00:00:33下载
- 积分:1
-
学习vc的课件,很好的东西,希望大家可以从中受益
学习vc的课件,很好的东西,希望大家可以从中受益-learning Courseware good things that we can benefit from
- 2022-09-09 05:45:02下载
- 积分:1
-
electronic books, good drop today, more and more developers want to prepare dist...
电子书籍,不错滴
今天,越来越多的开发人员都想编写分布式的,事务型的企业及应用程序,以及平衡速度、安全及服务器方可靠度的技术。如果你已经在这个领域工作,你应该知道在当今的快速变换及需求的电子商务及信息技术的世界里,企业应用程序需要设计、编译、产生低价位的、高速的、占用少量资源的程序。
为了缩减开发成本,快速跟踪企业应用的设计和开发,J2EE技术提供了基于组件的设计方法,开发、集成、部署应用程序。J2EE平台提供了多层分布式应用模式,使具有重用的能力,并集成了基于XML的数据交换――一个统一的安全模式及灵活的事务控制。
-electronic books, good drop today, more and more developers want to prepare distributed, Service-oriented enterprises and application procedures, and to balance speed, security and reliability of the server side technology. If you already work in this field, you should know that in today"s rapidly changing and the demand for e-commerce and information technology world, enterprise applications need to design, compile and produce the low-cost, high-speed, taking up a small amount of resources procedures. To reduce development costs, fast tracking enterprise application design and development, J2EE technology provides a component-based design, development, integration and deployment of applications. J2EE platform offers
- 2022-04-01 16:31:53下载
- 积分:1
-
《PowerBuilder案例开发程序设计教程》
《PowerBuilder案例开发程序设计教程》-陈刚-电子教案.rar-"PowerBuilder cases Development Program Design Guide"- Chen Gang-electronic templates. Rar
- 2022-08-25 00:56:35下载
- 积分:1
-
21 days of school
21天学通Java 2,很好的JAVA入门书,用超星3.8打开就可以看.-21 days of school-Java 2, JAVA good entry, opened with Superstar 3.8 can be seen.
- 2022-01-26 07:58:45下载
- 积分:1
-
基于MULTIGEN和VEGA的虚拟现实技术
基于MULTIGEN和VEGA的虚拟现实技术-VEGA and the virtual reality technology
- 2022-05-21 03:23:27下载
- 积分:1
-
perl 入门的经典书籍。简单,实用,可以让你在短时间内快速掌握该语言。...
perl 入门的经典书籍。简单,实用,可以让你在短时间内快速掌握该语言。
-Introduction to the classic books on perl. Simple, practical, allowing you to master the language quickly in a short time.
- 2022-06-20 22:51:37下载
- 积分: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
-
WTL has a dual character, is indeed the case. It does not MFC interface (GUI) li...
WTL 具有两面性,确实是这样的。它没有MFC的界面(GUI)类库那样功能强大,但是能够生成很小的可执行文件,如果您不希望自己的程序仅仅因为使用了MFC的框架就增加几百K的大小的话,WTL就是你的选择 。本文深入剖析WTL的消息原理,帮助您更好地了解WTL-WTL has a dual character, is indeed the case. It does not MFC interface (GUI) library, as powerful, but can generate a small executable file, if you do not want your program just because the use of the MFC framework has increased the size of a few hundred K, then, WTL is you choice. This in-depth analysis of the news WTL principles to help you better understand the WTL
- 2023-08-26 07:45:03下载
- 积分:1