-
gif动画压缩,压缩后保持动画效果
并且是等比例压缩
gif动画压缩,压缩后保持动画效果
并且是等比例压缩-gif animation compression, compression and animation effects to maintain the ratio of compression, etc.
- 2022-08-11 03:34:14下载
- 积分:1
-
adding components
用户登录窗口上添加组件-adding components
- 2022-12-05 14:35:03下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
用概率路线图找到trayectiroasd robotr
probabilistic road map que sirve para encontrar trayectiroasd robotr
- 2022-10-27 05:45:03下载
- 积分:1
-
JAVA工作流引擎实例,带有详细的设计文档
很适合研究工作流引擎人员...
JAVA工作流引擎实例,带有详细的设计文档
很适合研究工作流引擎人员-JAVA workflow engine instance, with the detailed design document is appropriate to study the workflow engine staff
- 2022-03-23 07:18:54下载
- 积分:1
-
可以对代理用记事本形式记录,然后排序
可以对代理用记事本形式记录,然后排序-agents can use the notebook form records, and then sequencing
- 2022-03-18 23:03:45下载
- 积分:1
-
编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词总数。 提示:对文件的分析可以使用StreamToken...
编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词总数。 提示:对文件的分析可以使用StreamTokenizer类-prepared a text file analysis program, read an English text files, statistics words, numbers, punctuation and other elements of the number and the total number of recorded words. Tip : the analysis of the document can be used StreamTokenizer category
- 2023-01-02 00:35:06下载
- 积分:1
-
定时器开源项目, 相对于 jcrontab, Quartz 算是更完整的一个项目, 随著开发的版本上来, 他已经脱离只是写在程序里面的计时器, 在指定的时间或区...
定时器开源项目, 相对于 jcrontab, Quartz 算是更完整的一个项目, 随著开发的版本上来, 他已经脱离只是写在程序里面的计时器, 在指定的时间或区间, 处理所指定的事件. 也加入了 servlet, 可以在 jsp/servlet container 执行-timer open-source projects, compared to jcrontab, Quartz is a more complete project, with the development onto the version that he had only written from the inside of the timer, at the designated time interval or address specified by the incident. Have joined the servlet can jsp/servlet container implementation
- 2022-10-15 16:20:03下载
- 积分:1
-
这是一个关于银行存取款的程序,小巧功能还好全的,java写
这是一个关于银行存取款的程序,小巧功能还好全的,java写-This is a bank deposit on the procedure, a small function better all the write java
- 2022-03-09 12:30:23下载
- 积分:1
-
ONess 是一套使用 Java 撰写的ERP, CRM, SRM系统. 无意间发现, 提供给需要的朋友研判, 由於档案数多又大,请自行到 http://sou...
ONess 是一套使用 Java 撰写的ERP, CRM, SRM系统. 无意间发现, 提供给需要的朋友研判, 由於档案数多又大,请自行到 http://sourceforge.net/projects/oness/下载.
-ONess is a Java written by the use of ERP, CRM, SRM systems. Inadvertently found a friend in need provided to the judge, as a result of more than a few large files, please download the http://sourceforge.net/projects/oness/.
- 2022-02-10 05:36:48下载
- 积分:1