-
提高C编程质量,改变以往C编程的不良习惯
提高C编程质量,改变以往C编程的不良习惯
- 2022-03-06 01:56:32下载
- 积分:1
-
在多媒体变成中经常会用到图像的翻转,本实例实现了图像的垂直饭庄和水平翻转的效果,单击“垂直翻转”按钮,船体中的图片将进行垂直翻转,单击“水平翻转”按钮,窗体中的...
在多媒体变成中经常会用到图像的翻转,本实例实现了图像的垂直饭庄和水平翻转的效果,单击“垂直翻转”按钮,船体中的图片将进行垂直翻转,单击“水平翻转”按钮,窗体中的图片将进行水平翻转。-In the multi-media become often used in image flip, the example of the realization of a vertical image flip restaurant and the level of the effect, click the
- 2023-06-20 09:30:04下载
- 积分:1
-
directshow的权威说明资料,是大家学习directshow的必备书籍
directshow的权威说明资料,是大家学习directshow的必备书籍-directshow the authority descriptive information We are learning the essential books directshow
- 2022-03-06 04:51:30下载
- 积分: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
-
继续CMS发动机资料,希望大家能得到帮助
继续CMS发动机资料,希望大家能得到帮助-to CMS engine information, I hope you will help
- 2023-09-02 21:00:03下载
- 积分:1
-
信息检索导论,在英文搜索引擎的伟大的书…
an introduction to information retrieval, great book for search engine in English
- 2022-08-20 13:30:51下载
- 积分:1
-
Visual C++ 通信编程工程实例精解(光盘资料)第5章
Visual C++ 通信编程工程实例精解(光盘资料)第5章-Visual C++ Communication Programming Project sperm solution (CD-ROM) Chapter 5
- 2022-02-27 03:31:41下载
- 积分:1
-
网上都很难找的到的一本关于串口通讯的详细的介绍书籍,在VC,TC下都源代码!...
网上都很难找的到的一本关于串口通讯的详细的介绍书籍,在VC,TC下都源代码!-the Internet are very difficult to find one of the serial communication on the detailed briefing books, the VC, TC under source code!
- 2022-02-21 03:53:01下载
- 积分:1
-
MPLABIDE Chinese User
MPLABIDE中文用户指南,pdf格式,是Microchip提供的开发环境,用于开发PIC和dsPic单片机程序-MPLABIDE Chinese User
- 2022-04-29 19:41:39下载
- 积分:1
-
这是我们电子电路实验课程的讲义,非常适合刚开始学习vhdl语言的读者,讲解比较清晰易懂...
这是我们电子电路实验课程的讲义,非常适合刚开始学习vhdl语言的读者,讲解比较清晰易懂-This is our experimental electronic circuit course lectures and are very suitable for the beginning of the study and VHDL language readers on the more lucid
- 2023-05-01 03:50:07下载
- 积分:1