-
think in第三版电子书
think in第三版电子书-think in the third edition of e-books
- 2022-04-01 09:21:57下载
- 积分:1
-
C语言一些标准和原码
C语言一些标准和原码-C language standards and some original code
- 2023-03-12 09:30:05下载
- 积分:1
-
Access数据库解疑专家电子书下载解压为PDG文件
Access数据库解疑专家电子书下载解压为PDG文件-Access database experts worked to download electronic books for extracting documents PDG
- 2022-08-06 04:45:22下载
- 积分:1
-
图像压缩,JPEG2000,图像抽取,感兴趣区域编码
图像压缩,JPEG2000,图像抽取,感兴趣区域编码-Image compression, JPEG2000, image extraction, region of interest coding
- 2022-03-26 01:30:32下载
- 积分: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
-
组态软件设计服务端实例
组态软件设计服务端实例- Configuration software design service end example
- 2022-09-19 11:15:02下载
- 积分:1
-
Tornado之TrueFFS编程者指南_Done
Tornado之TrueFFS编程者指南_Done-Tornado s TrueFFS Programming Guide _Done
- 2022-02-06 02:25:24下载
- 积分:1
-
数字罗盘与GPS集成的设计参考,适合于手机等便携式设备使用。...
数字罗盘与GPS集成的设计参考,适合于手机等便携式设备使用。-Digital compass and GPS integrated reference design suitable for portable devices such as mobile phone use.
- 2022-03-01 07:59:49下载
- 积分:1
-
The outer contour tracking of medical images and it is very for medical segmenta...
运用双向轮廓跟踪方法实现医学图象外部论文提取的算法,对学习医学图象分割非常有用-The outer contour tracking of medical images and it is very for medical segmentation
- 2022-05-17 12:34:33下载
- 积分:1
-
5相位编组法实现纹理直线边缘的检测程序代码(代码以子函数形式给出)
function gradephase(x)...
5相位编组法实现纹理直线边缘的检测程序代码(代码以子函数形式给出)
function gradephase(x)
-5 Phase-grouping method to achieve linear texture edge detection program code (the code is given in the form of Functions) function gradephase (x)
- 2022-08-13 11:06:52下载
- 积分:1