-
java API中文说明
java API中文说明-Chinese Note
- 2022-02-20 14:32:35下载
- 积分:1
-
简介
::
本书通过85个实例全面讲述了应用MFC进行Visual
C++编程的思想。每个实例均以编写一个应用程序
要走的步骤编写。全书共分四...
简介
::
本书通过85个实例全面讲述了应用MFC进行Visual
C++编程的思想。每个实例均以编写一个应用程序
要走的步骤编写。全书共分四部分进行介绍,
第一部分是基础知识,
第二部分讲述用户界面的实例,
第三部分讲述MFC内部处理方面的实例
,第四部分讲述打包实例。
全书基本上面向实例进行阐述,讲解透彻、
易于掌握。本书既可作为初学者和大专院校师生的自学参考书,也可作为计算机软件开发人员的技术参考书。
-VC MFC Programming Example material
- 2022-11-17 20:50:04下载
- 积分:1
-
用C语言编写程序按顺序输出九乘九数学口诀表
用C语言编写程序按顺序输出九乘九数学口诀表-Using C programming language output九乘nine math formula sheet
- 2022-11-19 17:05:03下载
- 积分:1
-
database operation
数据库操作-DAO篇-database operation-Part DAO
- 2022-01-24 14:32:00下载
- 积分:1
-
linux_C库函数参考手册
linux_C库函数参考手册-linux_C library function reference manual
- 2022-01-29 02:26:38下载
- 积分:1
-
Visual C programming skills and examples, a large number of examples
Visual C++高级编程技巧与实例,有大量的实例介绍-Visual C programming skills and examples, a large number of examples
- 2022-05-01 01:27:34下载
- 积分:1
-
Based on the high
基于PI_DPLL的高频逆变电源频率跟踪系统的研究-Based on the high-frequency inverter power source PI_DPLL frequency tracking system
- 2022-08-04 10:06:34下载
- 积分:1
-
Geographic Information System, MAPX core information technology. Geographical le...
地理信息系统,MAPX技术核心资料。
对于学习地理系统具有一定的帮助。-Geographic Information System, MAPX core information technology. Geographical learning system has some help.
- 2022-05-30 23:18:46下载
- 积分:1
-
Optical access network technologies (telecommunications series of new technologi...
光接入网技术(电信新技术实用丛书), 光接入网技术(电信新技术实用丛书)-Optical access network technologies (telecommunications series of new technologies and practical), optical access network technologies (telecommunications utility of new technologies series)
- 2022-03-22 15:32:09下载
- 积分: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