-
小型网络服务器,你可以做一个简单的发送和接收功能,java…
小型网络服务器,可以执行简单的发送和接收功能,用JAVA编程语言开发
- 2022-03-14 13:09:22下载
- 积分:1
-
GBN, the computer network protocol programming, good programming model, the clie...
GBN,计算机网络的协议编程实现,很好的编程范本,客户与服务器-GBN, the computer network protocol programming, good programming model, the client and the server
- 2022-05-08 21:02:22下载
- 积分:1
-
Lex Bell Laboratories of the United States with C language developed by a lexica...
Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
- 2022-02-09 15:55:49下载
- 积分:1
-
panels, menus, toolbars
面板、菜单、工具栏
- 2022-05-07 10:09:10下载
- 积分:1
-
用JAVA实现购车还贷计算器应用程序,结果在JTextArea中显示信息....
用JAVA实现购车还贷计算器应用程序,结果在JTextArea中显示信息.-Implementation with JAVA calculator car loan application, the result of information displayed in the JTextArea.
- 2022-07-07 22:46:59下载
- 积分:1
-
用JAVA做的一个简单的BBS系统,是学JAVA的时候做的,仅供参考...
用JAVA做的一个简单的BBS系统,是学JAVA的时候做的,仅供参考-with JAVA do a simple BBS system, the JAVA study done for reference purposes only
- 2023-06-18 16:50:03下载
- 积分:1
-
This Source.zip has three application cod e folders containing. java and. class...
This Source.zip has three application code folders containing .java and .class files and two .jar files as follows:
1. desktop-side_JXTA4JMS
2. mobile-side_JXTA4JMS
3. JMS Test Client
4. Listener.jar
5. JMSTestClient.jar
We now explain execution steps, we followed, to run this JXTA4JMS application.
Before we try we require Application softwares and need to configure JXTA relay and J2EE server.-This Source.zip has three application cod e folders containing. java and. class files and two. jar files as follows : 1. desktop-side_JXTA4JMS 2. mobile-side_JXT A4JMS 3. JMS Test Client 4. Listener.jar 5. JMST estClient.jar We now explain execution steps, we followed. JXTA4JMS to run this application. Before we try Application softwares we require and need to co nfigure JXTA relay and J2EE server.
- 2022-01-25 22:32:43下载
- 积分:1
-
密码管理,手机J2ME应用。javaSwing设计。
密码管理,手机J2ME应用。javaSwing设计。-Password management, mobile J2ME application. javaSwing design.
- 2022-07-14 00:13:20下载
- 积分:1
-
applet中多个按钮功能,供练习使用。
applet中多个按钮功能,供练习使用。-applet in a number of button functions, for practice use.
- 2022-11-26 05:55:02下载
- 积分:1
-
编写一个线段类 MyLine,要求如下:
主要属性有: x ,y ;类型为Point (查看API)
编写构造方法,如 MyLine(Point p1...
编写一个线段类 MyLine,要求如下:
主要属性有: x ,y ;类型为Point (查看API)
编写构造方法,如 MyLine(Point p1 , Point p2)
编写5个成员方法。如:
检查线段是否位于第一象限check()…
求线段的长度 length() …
判断两条直线是否相交(另一线段作为参数)。
编写一点到该线段(或延长线)的距离
其他方法。
注:编写方法时,考虑利用Point类的方法
编写测试程序-Write a segment class MyLine, requirements are as follows: The main attributes are: x, y type Point (see API) the preparation of construction methods, such as MyLine (Point p1, Point p2) prepared by five members of the method. Such as: Check whether the line segment in the first quadrant check () ... order to segment the length of the length () ... to determine whether the two straight lines intersect (the other segment as a parameter). The preparation of 1:00 to the line segment (or extension) of the distance from other methods. Note: The preparation method, consider using the Point class approach to preparing test program
- 2022-05-10 16:17:22下载
- 积分:1