资源列表
MyClient
- 一个java开发的socket操作的小例子,欢迎大家使用
独有特色的倒计时脚本
- 本例显示距圣诞节的倒计时时间-from the cases show the countdown to Christmas time
te
- 计算文本内所有字符重复数的算法,欢迎大家使用。
放大镜
- 用于实现对WEB内容 进行“放大镜”功能的 javascr ipt原码-used to achieve Web content to a "magnifier" javascr ipt function of the original code
xiao
- ASP文件上传程序 ASP文件上传程序-ASP WENJIAN SHANGCHUANG CHUENXUASP WENJIAN SHANGCHUANG CHUENXUASP WENJIAN SHANGCHUANG CHUENXU
Kruskal
- MinSpanningTree_Kruskal算法,读取txt file-MinSpanningTree_Kruskal algorithm, read txt file
MappingPrinter
- This ClassVisitor prints out the renamed classes and class members with their old names and new names.
InsnList
- Gets the element at the given index. It is an error to call this with the index for an element which was never set if you do that, this will throw {@code NullPointerException}. -Gets the element at the given index. It is an error to call this with
ObjectProxy
- Web Inspector Object Proxy for Java scr ipt.
Welcome
- 此程序用来学习用的关于java核心技术卷一的学习程序-This program is used to learn about the java core technology Volume learning program
achieve-alinked-list
- java编程实现单链表的反转,两种方式实现单链表的反转(递归、普通)-java programming reversal singly linked list, two ways to achieve a single chain of inverted (recursive, general)
TicTacToe
- (1)该类包含一个 3×3 的二维整型数组,其访问类型为 private (2)定义一个构造函数,用来将该数组初始化为 0 (3)允许 2 个玩家,当第 1 个玩家选定一个位置后,在该位置摆放一个 1; 当第 2 个玩家选定一个位置后,在该位置摆放一个 2; (4)在每一步后,判断游戏是否结束,是否出现赢家 -(1) This class contains a two-dimensional array of integers 33, whose access type is private (