-
一些有用的VISIO快捷键,可以提高绘图效率。
一些有用的VISIO快捷键,可以提高绘图效率。-VISIO some useful shortcut keys, you can improve mapping efficiency.
- 2022-02-03 11:52:49下载
- 积分:1
-
一本极好的课本,学习的好帮手
一本极好的课本,学习的好帮手-an excellent textbooks, learning good helper
- 2023-06-07 21:30:03下载
- 积分:1
-
本文的主题则是:如何利用Java对绘图的支持,编写一个根据统计数据绘制曲
线的小程序(Applet)Plot,通过把Plot编译生成的字节码文件Plot....
本文的主题则是:如何利用Java对绘图的支持,编写一个根据统计数据绘制曲
线的小程序(Applet)Plot,通过把Plot编译生成的字节码文件Plot.class嵌入到H
TML脚本中,从而实现在网页上发布统计曲线的目的。
-The theme of this paper is: how to use Java for graphics support, the preparation of statistical data in accordance with a drawn curve applet (Applet) Plot, the Plot by the generated bytecode compiled files Plot.class embedded into H TML script, and thus published on the web page to achieve the purpose of statistical curve.
- 2022-08-20 19:06:20下载
- 积分:1
-
VC++的入门教程,可以帮助众多初学者跨进MFC编程的小门。
VC++的入门教程,可以帮助众多初学者跨进MFC编程的小门。-VC++ Introductory tutorials that can help many beginners into the MFC programming small door.
- 2022-05-14 21:04:19下载
- 积分:1
-
Matlab program wave cut hopes help to everyone
波形切割的matlab程序 希望对大家有所帮助-Matlab program wave cut hopes help to everyone
- 2022-10-29 10:40:03下载
- 积分:1
-
Windows Mobile 开发实例,C++语言
Windows Mobile 开发实例,C++语言-Windows Mobile Development Example
- 2022-01-26 01:36:29下载
- 积分:1
-
c语言深入阅读的经典文献,英文版的,前一个上载的是中文版的...
c语言深入阅读的经典文献,英文版的,前一个上载的是中文版的-c language-depth reading classic literature, in English, the previous upload is the Chinese version of
- 2023-04-01 13:15:03下载
- 积分:1
-
OPNET网络仿真OPNET网络仿真[最新] [最新版本到……
OPNET网络仿真[最新版]OPNET网络仿真[最新版].-OPNET network simulation [latest version] OPNET network simulation [latest version].
- 2022-04-27 11:34:10下载
- 积分:1
-
本源码是基于C语言的H.264标准的JM源代码模型,附使用说明及相关资料,对于学习H.264标准很有帮助...
本源码是基于C语言的H.264标准的JM源代码模型,附使用说明及相关资料,对于学习H.264标准很有帮助-The source is based on the H.264 standard C language source code of the JM model, with instructions and related information useful for the study and H.264 standards
- 2022-03-22 07:17:59下载
- 积分: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