-
Multiple Kernel
Multiple Kernel paper
- 2022-06-01 00:50:25下载
- 积分:1
-
这可以c语言应用的参考书,里面有很多好的例子。
这可以c语言应用的参考书,里面有很多好的例子。-This can be applied c language reference books, which have a lot of good example.
- 2022-12-14 19:10:03下载
- 积分:1
-
为了克服ks0066u内部时钟和M之间的速度差
To overcome the speed difference between the internal clock of KS0066U and the MPU clock, KS0066U
performs internal operations by storing control in formations to IR or DR. The internal operation is determined
according to the signal from MPU, composed of read/write and data bus (Refer to Table7).
- 2022-04-28 03:33:04下载
- 积分:1
-
IEEE 802.16Conformance03
IEEE 802.16一致性03-2004 IEEE标准符合IEEE标准802.16第3部分:10-66 GHz WirelessMAN SC的无线电一致性试验(RCT)
- 2022-03-23 16:04:32下载
- 积分:1
-
VC._NET开发驱动程序详解,2002开发人员宝典系列
VC._NET开发驱动程序详解,2002开发人员宝典系列-VC._NET Driver Comments on the development, developers 2002 book series
- 2022-02-06 08:28:55下载
- 积分:1
-
jave白皮书 一本很好的介绍JAVA的书籍呦
jave白皮书 一本很好的介绍JAVA的书籍呦-a good introductory book strove JAVA
- 2023-01-05 13:45:04下载
- 积分:1
-
液晶模块输出VHDL程序
程序实现的功能是标准的16×2字符型液晶模块上显示字符串...
液晶模块输出VHDL程序
程序实现的功能是标准的16×2字符型液晶模块上显示字符串-LCD module output VHDL procedures to achieve the function of the procedure is a standard 16 × 2 character LCD module to display the string
- 2023-08-15 06:00:03下载
- 积分:1
-
Verilog Coding Style for Efficient Digital Design
Verilog Coding Style for Efficient Digital Design
- 2022-03-04 03:46:20下载
- 积分:1
-
数字锁相环路原理与应用:全数字锁相环。根据本资料可以自己编写代码在计算机上模拟实现。...
数字锁相环路原理与应用:全数字锁相环。根据本资料可以自己编写代码在计算机上模拟实现。-PLL Digital Principles and Applications: all-digital phase-locked loop. According to this information can write code on the computer simulation.
- 2022-02-05 10:24:24下载
- 积分: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