-
Mobile phone game Hehe hope everyone make their own entertainment and to give an...
手机小游戏 呵呵 自己做的希望大家娱乐一下并给出意见 谢谢了-Mobile phone game Hehe hope everyone make their own entertainment and to give an opinion about a thank you
- 2023-07-24 05:10:04下载
- 积分:1
-
基于java的组号查询模块,项目中经常使用
基于java的组号查询模块,项目中经常使用
- 2022-03-13 19:51:53下载
- 积分:1
-
经过详细测试并通过的基于JAVA的神经网络
经过详细测试并通过的基于JAVA的神经网络-After detailed testing and through the neural network based on JAVA
- 2022-02-04 08:39:19下载
- 积分:1
-
BS模型
java网络聊天BS模式-BS model
- 2022-03-15 05:45:47下载
- 积分:1
-
Java学习材料
Java学习材料-Java
- 2022-10-03 05:35:03下载
- 积分:1
-
用来实现两个复数的加减乘数
输出形式是实部,虚部分开
用来实现两个复数的加减乘数
输出形式是实部,虚部分开
-Is used to achieve the addition and subtraction of two complex multiplier output form the real part, imaginary part of the open-
- 2022-03-21 14:32:32下载
- 积分: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
-
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
-
一个以jbuilder9.0开发的房产管理系统,已经通过测试,能够良好运行...
一个以jbuilder9.0开发的房产管理系统,已经通过测试,能够良好运行-Jbuilder9.0 the development of a property management system, has passed the test, to the good functioning
- 2022-01-25 23:48:50下载
- 积分:1
-
use graphical interface to achieve Timer can be set
用图形界面实现Timer,可以设置时间段,可以关闭和启动Timer用任意键完成。-use graphical interface to achieve Timer can be set-up time of the closing and can be activated with Timer arbitrary keys completed.
- 2022-05-20 03:07:22下载
- 积分:1