-
纯Java实现的ZIP文件压缩解压类库,JDK中的ZIP类库源码中有一些native方法,这个里面没有。...
纯Java实现的ZIP文件压缩解压类库,JDK中的ZIP类库源码中有一些native方法,这个里面没有。-Pure Java realize the ZIP file compression decompression library, JDK class library source code in the ZIP there are a number of native methods, not the inside.
- 2023-01-29 01:40:04下载
- 积分:1
-
编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等...
编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures, requirements as much as possible the use of object-oriented technology features, such as inheritance, polymorphism, packaging, abstract category, interface, internal categories, such as packet technology. Write algorithm.
- 2022-01-27 18:17:54下载
- 积分:1
-
Their implementation of AES and DES encryption algorithm. Encryption can be comp...
自己实现的AES和DES的加密算法。自己可以随意组成加密数据结构,进行AES和DES的加密。-Their implementation of AES and DES encryption algorithm. Encryption can be composed of its own data structure, for AES and DES encryption.
- 2022-01-31 18:24:41下载
- 积分:1
-
这是一个JAVA宠物网站
这是一个JAVA宠物网站--epet。用的是MVC架构编写的(struts+Hibernate+Spring+Ajax版)。-This is a JAVA pet site- epet. Using a MVC framework for the preparation of the (struts+ Hibernate+ Spring+ Ajax version).
- 2022-02-13 13:42:29下载
- 积分:1
-
教你一天学会struts,懂得struts的基本流程操作,实现利用struts开发的基本模型,麻雀虽小,五胀俱全
教你一天学会struts,懂得struts的基本流程操作,实现利用struts开发的基本模型,麻雀虽小,五胀俱全-Teach you one day learn to struts, the struts to understand the basic flow operation, the use of struts to achieve the development of the basic model, the sparrow is small, five bulging taste
- 2022-06-30 00:32:09下载
- 积分:1
-
JAVA中读取系统时间的小程序(上传个破程序真TM费劲)
JAVA中读取系统时间的小程序(上传个破程序真TM费劲)-JAVA system time to read a small program (From a broken program really struggling TM)
- 2023-08-08 06:05:03下载
- 积分:1
-
3 pairs of sample codes for basic net apps: . Socket server/client . start the s...
3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver . start the receiver first- 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver . start the receiver first
- 2022-03-17 20:53:16下载
- 积分:1
-
是一个足球的游戏,可以下载看看.挺有用处的一个小程序
是一个足球的游戏,可以下载看看.挺有用处的一个小程序-is a football game can be downloaded to see. Quite useful to a small procedure
- 2022-06-29 23:10:13下载
- 积分:1
-
jsp连接MySQL数据库
jsp连接MySQL数据库-jsp MySQL database connectivity
- 2022-05-14 14:20:18下载
- 积分: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