-
这是编程之道C
这是编程之道C-C++中的源代码,很简练,可以用于相关教学和重新熟悉C-C++时使用-This is the programming of the Road C-C++ In the source code, it is concise and can be used for the relevant teaching and re-familiar with the C-C++ Use
- 2022-06-15 06:52:14下载
- 积分:1
-
学习编译原理 第二章
学习编译原理 第二章-learning Chapter II compiler theory
- 2022-01-26 06:49:38下载
- 积分:1
-
这本书几乎涵盖了CC++所有的函数,查起来得心应手!
这本书几乎涵盖了CC++所有的函数,查起来得心应手!-This book covers almost CC++ All of the function, check them handy!
- 2022-05-19 20:32:02下载
- 积分:1
-
用于专业音响dsp的合唱功能的实现,用C语言实现
用于专业音响dsp的合唱功能的实现,用C语言实现-Chorus for professional audio dsp functions to achieve, using C language implementation
- 2023-06-06 18:05:03下载
- 积分:1
-
"DirectShow Guide to the development of" complementary code code, Dire...
《DirectShow开发指南》配套代码代码,需要DirectX SDK 7以上支持。
-"DirectShow Guide to the development of" complementary code code, DirectX SDK needs seven more support.
- 2022-03-22 23:42:16下载
- 积分:1
-
DirectShow Development Guide 4, PDG format, extract themselves
DirectShow开发指南4,PDG格式,请自己解压-DirectShow Development Guide 4, PDG format, extract themselves
- 2022-01-27 22:11:33下载
- 积分:1
-
第四章语法分析 编译原理 ppt 课件
第四章语法分析 编译原理 ppt 课件-Chapter IV parsing compiler theory ppt courseware ,,,,,
- 2022-02-05 04:23:16下载
- 积分:1
-
ETang站点的透明下拉菜单
ETang站点的透明下拉菜单-ETang site transparent drop-down menu
- 2022-08-12 20:15: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
-
《Visual C++数字图像识别技术典型案例》第五章 数字水印技术 源码...
《Visual C++数字图像识别技术典型案例》第五章 数字水印技术 源码-"Visual C Digital Image Recognition Technology typical case of" Chapter V digital watermarking technology FOSS
- 2022-04-12 11:53:21下载
- 积分:1