Location:
Search - java wps
Search list
Description: 本软件设计一个面向大众用户的文本输入器,拥有英文输入,基本的文本编辑,软件可以支持鼠标的全面操作,使用户能够一个类似WINDOWS的环境进行软件的操作,能够流畅的输入英文字符、数字、各类在英文中常见的符号,同时可以使用鼠标进行文字的选取操作。
本软件是使用TURBO C2.0编写的拥有独立界面的EXE文件,拥有仿WINDOWS98的界面,和DOS时代的WPS文本编辑器有非常的相似性。并且,本系统符合当今的软件使用习惯,并且完全支持鼠标的操作,所有的编辑工作除了文字输入以外都可以使用鼠标,并且在DOS和WINDOWS系统中都可以良好运行。
本软件为以后的修改工作留下了大量的空间,在以后的修改中,可以根据不同使用者的要求,可以挂入中文字符数据库和中文的输入法,使系统输入中文成为可能;可以加入文本的打印,识别功能,使系统能够更加的实用;;可以加入对各类程序的代码的识别功能,使系统能够更好的为技术人员服务;可以让系统加入对各种的数据文件的编辑功能,能够支持16进制编辑;可以对C、C++、JAVA、HTLM类型文件进行源代码编辑,使系统的功能更加的全面
可以用来对付课程设计,起码这个软件当初就是做这个用的。。。 简约不简单是他的口号
Platform: |
Size: 10393 |
Author: adfasdf |
Hits:
Description: 本软件设计一个面向大众用户的文本输入器,拥有英文输入,基本的文本编辑,软件可以支持鼠标的全面操作,使用户能够一个类似WINDOWS的环境进行软件的操作,能够流畅的输入英文字符、数字、各类在英文中常见的符号,同时可以使用鼠标进行文字的选取操作。
本软件是使用TURBO C2.0编写的拥有独立界面的EXE文件,拥有仿WINDOWS98的界面,和DOS时代的WPS文本编辑器有非常的相似性。并且,本系统符合当今的软件使用习惯,并且完全支持鼠标的操作,所有的编辑工作除了文字输入以外都可以使用鼠标,并且在DOS和WINDOWS系统中都可以良好运行。
本软件为以后的修改工作留下了大量的空间,在以后的修改中,可以根据不同使用者的要求,可以挂入中文字符数据库和中文的输入法,使系统输入中文成为可能;可以加入文本的打印,识别功能,使系统能够更加的实用;;可以加入对各类程序的代码的识别功能,使系统能够更好的为技术人员服务;可以让系统加入对各种的数据文件的编辑功能,能够支持16进制编辑;可以对C、C++、JAVA、HTLM类型文件进行源代码编辑,使系统的功能更加的全面
可以用来对付课程设计,起码这个软件当初就是做这个用的。。。 简约不简单是他的口号
Platform: |
Size: 10240 |
Author: adfasdf |
Hits:
Description: 利用JAVA调用wps的API实现在线打印功能-online printing by Wps API
Platform: |
Size: 440320 |
Author: 天翼 |
Hits:
Description: deegree 开源软件,实现 wps wss wms wfs 等OGC规范的软件,有源码,-deegree open source software to achieve wps wss wms wfs and other OGC specifications of software, there is source code
Platform: |
Size: 2994176 |
Author: zhang wuji |
Hits:
Description: import java.io.* public class SquareRoot { public static void main ( String [ ] args )
{ System.out.print("Enter a positive value: ") double value = 0 try { BufferedReader in
= new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine()
value = Double.valueOf(inputLine).doubleValue() } catch (Exception exc)
{ System.out.println("Input error!") return } if (value < 0) System.out.println("Input
error!") else { double root = 1 double pre = 0 do { pre = root root = (value / root +
root) / 2 } while ((pre - root > 0.000001) || (root - pre > 0.000001)) System.out.println("The
root of " + value + " is " + root) } } }
你容易理解这个程序吗?在计算机上运行该程序,看看该程序完成什么功能?尝试利用
分行、缩进、空行、空格等为该程序重新排版,并加上合适的注释。(提示:所谓程序的排
版不同于WPS 2000 那种对文档的排版,后者主要是对字体、字形、字号、字间距、行间距等格式的处理。
-Import Java. IO.* Public class SquareRoot {public static void main (String [] args)
{System. Print out. (" Enter a positive value: ") Double value = 0 Try {BufferedReader in
= new BufferedReader (new InputStreamReader (System..)) String inputLine = in. ReadLine ()
Value = Double. ValueOf (inputLine). DoubleValue () } catch (Exception exc)
{System. Out. Println (" Input error! ") Return } if value (< 0) System. Println. (" Input out
Error!!!!!") else {double root = 1 double pre = 0 do {pre = root root = (value/root+
Root)/2 } while ((pre-root > 0.000001) | | (root-pre > 0.000001)) System. Out. Println (The "
Root of "value++" is "+ root) }}}
You easy to understand this program? On the computer to run the program, check to see if the program finish what function? Try to take advantage of
Branch, indentation, empty line for the program, such as space to typesetting, and add the right note. (hint: the so-called program row
Version is different from that of d
Platform: |
Size: 1024 |
Author: 何俊乐 |
Hits:
Description: 简单的文字处理系统,用JAVA实现,能打开文件,编辑,保存等简单的实现-A plan of WPS with JAVA
Platform: |
Size: 2048 |
Author: 黄营锋 |
Hits:
Description: ms office word 转换为pdf格式源码,Java类,支持word的所有版本,还包括wps文件-ms office word converted to pdf format source code, Java classes, support all versions of word, include wps file
Platform: |
Size: 1024 |
Author: lsz |
Hits:
Description: 使用JAVA的JSP结合WebOffice控件编程实现在线编辑WORD,Excel,PPT,WPS等文档功能的JSP源代码-Use jsp and weboffice control program
of JSP Source Code
Platform: |
Size: 269312 |
Author: andy2311 |
Hits: