-
VC document reader software source
VC文档阅读器软件源码
- 2022-08-26 11:50:32下载
- 积分:1
-
C语言常用算法描述,第三版,希望能对大家有所帮助
C语言常用算法描述,第三版,希望能对大家有所帮助-C language commonly used description of the algorithm, third edition, hoping to be helpful to everyone
- 2022-05-05 01:16:41下载
- 积分:1
-
数字图像处理――冈萨雷斯――经典算法 ――电子书籍
数字图像处理――冈萨雷斯――经典算法 ――电子书籍 -digital image processing-- Gonzalez-- classical algorithm-- electronic books
- 2023-04-26 03:45:06下载
- 积分:1
-
从Dos到win32汇编Dos2Win是讲解DOS汇编及WIN32汇编的电子文档。
从Dos到win32汇编Dos2Win是讲解DOS汇编及WIN32汇编的电子文档。-Win32 compilation from Dos to Dos2Win are compiled on the DOS and WIN32 compilation of electronic documents.
- 2022-01-25 17:53:27下载
- 积分:1
-
数据通信是通信技术和计算机技术相结合而产生的一种新的通信方式。要在两地间传输信息必须有传输信道,根据传输媒体的不同,有有线数据通信与无线数据通信之分。但它们都是...
数据通信是通信技术和计算机技术相结合而产生的一种新的通信方式。要在两地间传输信息必须有传输信道,根据传输媒体的不同,有有线数据通信与无线数据通信之分。但它们都是通过传输信道将数据终端与计算机联结起来,而使不同地点的数据终端实现软、硬件和信息资源的共享。 -communications data communications and computer technologies are combined to produce a new form of communication. In between two transmission of information must have a transmission channel, according to the different transmission media, cable and wireless data communications data communications breakdown. But they are all through the channel of transmission of data and computer terminals linked together, so that different locations of the data terminal to achieve soft, hardware and the sharing of information resources.
- 2022-05-22 15:33:14下载
- 积分:1
-
windows 程序设计源码11
windows 程序设计源码11-15-windows programming source 11-15
- 2022-04-23 09:54:16下载
- 积分: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
-
System will automatically delete the directory of debug and release, so please d...
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2023-08-25 15:45:05下载
- 积分:1
-
看书学习操作的,就是为了学习学习,希望版主原谅。
看书学习操作的,就是为了学习学习,希望版主原谅。-Reading and learning how to operate, that is, to learn to learn, want to forgive moderator.
- 2022-01-30 19:14:45下载
- 积分:1
-
C/C++程序员实用大全例程100
C/C++程序员实用大全例程100-2-C/C programmers practical Daquan routines 100-2
- 2022-02-20 00:12:39下载
- 积分:1