-
设计模式迷你手册(CHM 版)
设计模式迷你手册(CHM 版)-Design Mode mini Manual (CHM version)
- 2022-02-15 21:58:48下载
- 积分:1
-
JavaMail
javaMail发邮件 -JavaMail
- 2022-03-01 06:42:18下载
- 积分:1
-
Java编程 做一个发牌的程序
首先是创造牌(牌会有1
Java编程 做一个发牌的程序
首先是创造牌(牌会有1-6付选择),然后洗牌:将牌一分二,由( x(k+1) = (5xk mod 16) + 1 )来依次从两边取牌,直至牌不够,就将牌合起来。然后将牌发给2-60人,每人5张牌。
可以使用java.util.List, java.util.Collection, java.util.Iterator, and java.util.ListIterator,最好用Arraylist来做。像牌数和人数,由输入决定
-Java program to do a licensing program is to create the first card (brand-sum option would be 1-6), and then shuffle: The license for one sub-2, from (x (k+1) = (5xk mod 16)+ 1 ) to turn from both sides to take a license until the license is not enough, it will be brand together. Then the card issued to 2-60, with each person 5 cards. You can use java.util.List , Java.util.Collection , Java.util.Iterator , And java.util.ListIterator, preferably Arraylist do. Such as the number of licenses and the number of input decision
- 2023-07-17 21:50:03下载
- 积分:1
-
精致、漂亮、实用的日历选择代码,Calendar is a Javascript class that adds accessible and unobtrus...
精致、漂亮、实用的日历选择代码,Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re-written for Mootools. I have tried to include all the features that have been most useful while streamlining the class itself to keep it as small as possible. Use the links below to see what features are available in Calendar and how it might enhance the accessibility, usability and validation of form elements on your website.-Delicate, beautiful and practical choice of code the calendar, Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re- written for Mootools. I have tried to include all the features that have been most useful while streamlining the class itself to keep it as small as possible. Use
- 2022-02-21 04:50:58下载
- 积分:1
-
client
客户
- 2022-07-03 14:27:27下载
- 积分:1
-
sendtcp java发送TCP数据包的程序,基于winpcap,Jpcap
sendtcp java 发送tcp包的程序,基于winpcap,jpcap-sendtcp java Send tcp packet procedures, based on winpcap, jpcap
- 2022-12-26 18:10:03下载
- 积分:1
-
模拟201卡电话机程序
模拟201卡电话机程序 -simulated 201 phone card procedures
- 2022-01-24 16:49:23下载
- 积分:1
-
J2me月光战机游戏源码,运行于手机的一款飞机游戏,经险刺激,源代码编译时最好去下载Sun官方最新的 Java Wireless Toolkit 2.3 以上版...
J2me月光战机游戏源码,运行于手机的一款飞机游戏,经险刺激,源代码编译时最好去下载Sun官方最新的 Java Wireless Toolkit 2.3 以上版本,以避免JDK1.50和WTK2.1的冲突问题。
-Moonlight fighters J2me Games source, runs on a plane of the cell phone games, stimulation by insurance, the best source code compiled when the official go Sun download the latest Java Wireless Toolkit 2.3 or later to avoid conflicts JDK1.50 and WTK2.1问题.
- 2022-10-14 15:25:04下载
- 积分:1
-
Java Struts2应用程序接口帮助文档,经过整理,直接用便可
Java Struts2应用程序接口帮助文档,经过整理,直接用便可-Java Struts2API,you can use it easily!
Java Struts2API,you can use it easily!
- 2022-04-07 19:10:50下载
- 积分: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