Welcome![Sign In][Sign Up]
Location:
Search - applet g

Search list

[JSP/JavaHuffman

Description: Huffman编码的java实现。含实验报告。-Huffman coding to achieve the java. The report containing the experiment.
Platform: | Size: 3954688 | Author: 丙子 | Hits:

[GIS programread-shape

Description: gis(地理信息系统)读shape格式文件的小程序-gis (geographic information system) format for reading shape files applet
Platform: | Size: 4533248 | Author: mxx | Hits:

[JSP/Javajavagui

Description: java 图形开发,大家可以参考 swing,swt,applet-java graphics development, we can refer to swing, swt, applet
Platform: | Size: 1445888 | Author: liujun | Hits:

[JSPapplets

Description: 一个有关applet教程的书籍,书名:WebLogic Server Using Applets with BEA WebLo g i c Se r v e r 6 .0 Document D a t e : M a r c h 6 , 2001 BEA WebLogic Server-Applet tutorial a book entitled: WebLogic Server Using Applets with BEA WebLo gic Se rver 6 .0 Document D ate: M arch 6, 2001 BEA WebLogic Server
Platform: | Size: 78848 | Author: chengweibin | Hits:

[GUI Developapplet

Description: applet特效,包括翻书动画效果的实现,这种效果真的很值得研究啊雪中的小屋,雪景中有一个漂亮的小屋子!水波纹特效的实现,而且鼠标可以有作用啊!等我收积的-applet特效,包括翻书动画效果的实现,这种效果真的很值得研究啊雪中的小屋,雪景中有一个漂亮的小屋子!水波纹特效的实现,而且鼠标可以有作用啊!
Platform: | Size: 914432 | Author: maoqing | Hits:

[JSP/Javajava

Description: 了解Java语言的发展历史和Java平台的应用划分。 了解Java语言的特点及其实际应用领域。 了解Java开发环境及开发工具,掌握如何设置开发环境及如何编译和运行Java程序。 熟悉几种不同类型的Java程序-import java.applet.* import java.awt.* public class FirstApplet extends Applet { public void paint(Graphics g) { g.drawString("Hello World!",25,50) }
Platform: | Size: 452608 | Author: yuhailong | Hits:

[Picture Vieweravi_to_gif

Description: 用matlab编写的将avi格式转化为gif格式的图像的小程序~-Will be prepared to use matlab format avi into gif image format applet ~
Platform: | Size: 1024 | Author: 何洪举 | Hits:

[Internet-NetworkGetHtml

Description: VC2005写的 CHttpFile类 读取网页原码的小程序-VC2005 category CHttpFile write code to read the original web page applet
Platform: | Size: 39936 | Author: libo | Hits:

[JSP/JavaApplet-Validador-Expresiones

Description: An applet that takes a expresion like: a+b+([f*g]/{r-h})-[(e/{f+(d*g)})] to analizes and tells if it s valid or have a sintactic error like ( without )-An applet that takes a expresion like: a+b+([f*g]/{r-h})-[(e/{f+(d*g)})] to analizes and tells if it s valid or have a sintactic error like ( without )
Platform: | Size: 5120 | Author: pedro | Hits:

[Linux-Unixmagent-0.6.tar

Description: magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法 • 服务器备份 • unix domain socket 命令行参数: -h this message -u uid -g gid -p port, default is 11211. (0 to disable tcp support) -s ip:port, set memcached server ip and port -b ip:port, set backup memcached server ip and port -l ip, local bind ip address, default is 0.0.0.0 -n number, set max connections, default is 4096 -D do not go to background -k use ketama key allocation algorithm -f file, unix socket path to listen on. default is off -i number, max keep alive connections for one memcached server, default is 20 -v verbose -magent is a simple, but very useful memcached caching proxy server applet. Main features: • to maintain multiple connections to the memcached server memcached • support the following instructions 1. Get gets 2. Delete 3. Incr decr 4. Add set replace prepend append 5. Cas • event-driven based on libevent library • support ketama algorithm • • unix domain socket server backup command-line arguments:-h this message-u uid-g gid-p port, default is 11211. (0 to disable tcp support)-s ip: port, set memcached server ip and port-b ip : port, set backup memcached server ip and port-l ip, local bind ip address, default is 0.0.0.0-n number, set max connections, default is 4096-D do not go to background-k use ketama key allocation algorithm- f file, unix socket path to listen on. default is off-i number, max keep alive connections for one memcached server, default is 20-v verbose
Platform: | Size: 17408 | Author: zzw | Hits:

[JSP/JavaRealTime_Chart

Description: 在applet上的基于jfreechart的实时图表,先从文本文件中读入一组数据,再每隔一秒把数据显示出来。-在applet上的基于jfreechart的实时图表,先从文本文件中读入一组数据,再每隔一秒把数据显示出来。源语言: 英语 允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 朗读显示对应的拉丁字符的拼音Zài applet shàng de jīyú jfreechart de shíshí túbiǎo, xiān cóng wénběn wénjiàn zhōng dú rù yī zǔ shùjù, zài měi gé yī miǎo bǎ shùjù xiǎnshì chūlái.将中文译成英语 The applet-based real-time charts jfreechart, read text file start with a set of data, and then display the data every second.
Platform: | Size: 1856512 | Author: 林新 | Hits:

[JSP/Javaexperiment1

Description: 个人原创:熟悉JDK的安装和配置,学习如何编写并运行简单的Application程序和Applet程序(能输出一条简单的问候信息): 1.在Editplus(或JCreator ,Textpad)环境下编写一个HelloWorld.java程序, (1)在主方法static public void main(String[ ] args)中调用System.out.println()方法,使程序输出一条问候信息; (2) 编译运行程序,观察运行情况和输出结果。(使用JDK环境,调用javac.exe和java.exe编译和执行程序) 2.在Editplus(或JCreator ,Textpad)环境下编写一个HelloWorldApplet.java程序。 (1)在public void paint(Graphics g)方法中调用g.drawString()方法,使程序输出一条问候信息; (2) 编译运行程序,观察运行情况和输出结果。(使用JDK环境,调用javac.exe编译和浏览器解释执行Applet程序) -Familiar with the installation and configuration of the JDK, learn how to write and run a simple Application procedures and Applet (can output a simple greeting message): A. Editplus (or JCreator, Textpad) Environment write a HelloWorld.java procedures, (1) is called in the main method static public void main (String [] args) System.out.println () method, the program outputs a greeting message (2) compile and run the program, observe the operation and output results. (Using JDK environment, call the javac.exe and java.exe compile and execute the program) Two. Under Editplus (or JCreator, Textpad) Environment write a HelloWorldApplet.java program. G.drawString (1) public void paint (Graphics g) method call () method, the program outputs a greeting message (2) compile and run the program, observe the operation and output results. (Using JDK environment, to call javac.exe compiled and interpreted by the browser to perform Applets)
Platform: | Size: 2048 | Author: 李瑞 | Hits:

[JSP/Javashuixian

Description: 编写Java Applet, 在public void paint(Graphics g)方法中加入实现要求功能的代码, 主要步骤是:从100到1000循环,判断每个数是否符合水仙花数的特点,是则输出之。-Writing Java Applet, in public void paint (Graphics g) method to realize the function requirements of the code, the main steps are: from 100 to 1000 circulation, judge whether each number with the number of daffodils characteristic, is the output.
Platform: | Size: 3072 | Author: 袁木 | Hits:

[JSP/JavaJavaB-

Description: 《Java语言程序设计》源代码 很好的JAVA入门的好的代码-*/ import java.awt.Graphics public class HelloToJava extends java.applet.Applet { /** Initialization method that will be called after the applet is loaded * into the browser. */ public String sHello public void init() { // TODO start asynchronous download of heavy resources sHello="欢迎来到Java世界!" } public void paint(Graphics g){ g.drawString(sHello, 50, 50) } // TODO overwrite start(), stop() and destroy() methods }
Platform: | Size: 190464 | Author: 万利 | Hits:

[JSP/JavaJava-languageprogram

Description: Java快速入门Java是美国Sun Microsystems公司于1995年5月正式发布的程序设计语言,它是前身是公司为智能消费类家用电器(如:电视机、电话、闹钟、烤面包机)研究而开发的,直到1993年Web开始在Internet上盛行,开发小组试着将这一技术转移到Web网络上,并获得了空前的成功。- java course import java.awt.Graphics import java.applet.Applet public class Hello2 extends Applet{ public String s public void init(){ s=new String("欢迎你学习Java语言!") } public void paint(Graphics g){ g.drawString(s,50,50) } }
Platform: | Size: 117760 | Author: kaifa | Hits:

[Otherforfun

Description: 小程序Just for fun。递归解数独,编译环境为G-Applet Just for fun. Recursion solution Sudoku, the GCC compiler environment
Platform: | Size: 1024 | Author: zhy | Hits:

[Otherp-g

Description: 使用fortran编写的AVO属性提取小程序,可以提取P,G,P+G,P*G等多种AVO属性。-Using FORTRAN make the AVO attribute extraction applet, you can extract P, G, P+G, P*G and other AVO attributes.
Platform: | Size: 4096 | Author: 宋思远 | Hits:

CodeBus www.codebus.net