-
可以读取多达20多种格式的图片提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。...
可以读取多达20多种格式的图片提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。-Can read up more than 20 kinds of picture formats to provide highly scalable image processing interface. Developers can easily articulated in this interface on their own image processing module.
- 2023-03-16 16:55:04下载
- 积分:1
-
多媒体时钟类,可以精确到1MS
多媒体时钟类,可以精确到1MS-multimedia category clock, accurate to Shovel
- 2022-08-19 19:50:42下载
- 积分:1
-
htmlarea在线编辑器实现了整业的编辑,拼写的检查,还有其他几个例子和插件,希望对网友有所帮助...
htmlarea在线编辑器实现了整业的编辑,拼写的检查,还有其他几个例子和插件,希望对网友有所帮助-Besides of the function of editing html file,HTMLArea also has the feature of Spelling-check,and there are some examples and plugs,hope helpful to you.
- 2022-02-09 12:17:02下载
- 积分:1
-
VC++ entry in simple terms and application of advanced code examples supporting...
深入浅出VC++入门进阶与应用实例配套的代码第一部分,用来作为入门的学习,很不错-VC++ entry in simple terms and application of advanced code examples supporting the first part of the study used as a portal, it is good
- 2022-02-07 16:40:49下载
- 积分:1
-
wince5.0sdk下evc编译通过,本程序实现了wince下bmp图片的加载显示,并实现了图片的动画功能...
wince5.0sdk下evc编译通过,本程序实现了wince下bmp图片的加载显示,并实现了图片的动画功能-EVC compiler under wince5.0sdk passed, this process achieved a wince under the load bmp picture show, and realize the picture of the animated feature
- 2022-03-12 03:24:43下载
- 积分:1
-
A more complete tapi procedures, including one that contains all of tapi
一个比较完成的tapi程序,包括一个包含全部tapi定义的模块和一个tapi类,包括查看以建立的tapi连接、拨号、中断连接以及对线路和拨号进行设置。 -A more complete tapi procedures, including one that contains all of tapi-defined modules and a tapi categories, including the tapi view to establish a connection, dial-up, interrupt lines and dial-up connectivity and the right set.
- 2022-02-04 00:27:23下载
- 积分:1
-
英文单词拼写检查程序,并推荐正确的单词…
英文文章中单词拼写检查,并推荐可能存在的正确单词示例源码-Article in the English word spelling checker, and recommend the correct word there may be examples of source
- 2022-02-22 00:57:54下载
- 积分:1
-
Flex
flex鱼眼特效类,可以为RIA应用增加亮点-flex-type fish-eye effects, you can increase the bright spot for RIA applications
- 2023-04-21 23:45:03下载
- 积分:1
-
修补程序 v.1.5.RC2 + src
有用的补丁制作工具,很容易自定义。特点:
* 标志 (320 × 90)
* MIDI/XM 音乐
* NFO 文件
* 主要图标
* 恢复功能
* CRK 导入/导出支持
版本历史记录:
1.5 RC2 (2006/4/21) — — 公众:
* 新设计的修补程序制造商实用程序
+ 保存的设置选项
+ XM 音乐支持 (未压缩修补程序大小由 15 k 增加)
+ 输出压缩修补程序
+ 版本历史记录
- 2022-02-05 09:06:46下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1