-
Advanced Linux Programming 2001电子书
Advanced Linux Programming 2001电子书-Advanced Linux Programming 2001 eBook
- 2022-07-10 08:05:23下载
- 积分:1
-
此设计报告是单片机课程设计报告,是我的课程设计 内容丰富,是数字电子钟的,用单片机实现 汇编语言编程...
此设计报告是单片机课程设计报告,是我的课程设计 内容丰富,是数字电子钟的,用单片机实现 汇编语言编程-This design report is the SCM curriculum design report, which is rich in content of my course design, digital electronic clock, with MCU assembly language programming
- 2022-02-07 18:03:52下载
- 积分:1
-
清华大学微电子所Cadence讲义,比较权威,适合于初学者学习Cadence。...
清华大学微电子所Cadence讲义,比较权威,适合于初学者学习Cadence。-The Cadence Microelectronics, Tsinghua University lecture notes, authoritative, suitable for beginners to learn Cadence.
- 2022-07-20 23:35:59下载
- 积分:1
-
jasper report 报表开发文档,适合研究报表的人员
jasper report 报表开发文档,适合研究报表的人员-jasper report report development documentation for research staff report
- 2022-03-20 10:25:20下载
- 积分:1
-
这是讲述VC++在通讯中的应用的一篇文章,或许会给你带来有用的信息哦...
这是讲述VC++在通讯中的应用的一篇文章,或许会给你带来有用的信息哦-This is about communication VC in the application of an article, perhaps gives you useful information oh
- 2022-03-23 13:46:08下载
- 积分:1
-
也跟上一篇一样,是我在一本书里收集的。
是语言基础,一看就懂,看不懂就是你还没有入门C语言。...
也跟上一篇一样,是我在一本书里收集的。
是语言基础,一看就懂,看不懂就是你还没有入门C语言。-Also to keep up with the one is the same as the one in my book collection. Is a linguistic basis, a glance to understand, fail to understand is that you do not have entry-C language.
- 2022-01-22 04:55:15下载
- 积分:1
-
iptables是linux下功能强大的防火墙管,有NAT支持,但网上的手册不多,分享一下下!...
iptables是linux下功能强大的防火墙管,有NAT支持,但网上的手册不多,分享一下下!-iptables is a powerful firewall under linux pipe, there are NAT support, but the online manual not much to share next!
- 2022-08-12 13:02:28下载
- 积分:1
-
第一章 嵌入式LINUX 开发基础知识
第二章 基础实验
第三章 MINIGUI 程序设计
第四章 内核实验
第五章 驱动模块实验
第六章...
第一章 嵌入式LINUX 开发基础知识
第二章 基础实验
第三章 MINIGUI 程序设计
第四章 内核实验
第五章 驱动模块实验
第六章 无线通讯实验
第七章 附录
- 2023-03-31 07:35:04下载
- 积分:1
-
Logiscope简介之三,Logiscopy是一种C、C++代码检查工具。
Logiscope简介之三,Logiscopy是一种C、C++代码检查工具。-Logiscope Introduction of the three, Logiscopy is a C, C++ code-checking tools.
- 2022-07-24 20:57:48下载
- 积分: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