资源列表
java0009
- 这是一个java servlet示例代码片段,示例在servlet里如何引用变量参数.-This is a java servlet sample code fragment In examples cited how the servlet variable parameters.
chat
- 本程序要求先安装jdk和jCreator 2、在jCreator建立一个叫做chat的工程 3、把本章目录下的所有源文件加入到这个工程中 4、在build菜单下选择complier project 5、在build菜单下选择execute project,程序就可以运行了 6、为了完成聊天,需要在另一台机器上重复以上步骤,打开另一个聊天程序,该聊天程序的端口设置要和本机的相反
LocalIP
- LocalIP得到机机IP及相关信息的JAVA程序
calculation
- 输入一个字符串,字符串中的单词用空格分隔开,(1)判断该字符串是否为回文,(2)统计其中单词的个数,(3)对这些单词按字典顺序排序进行排序并输出。
aaa
- 一、程式名稱:embed.java 二、程式功能:藏入數位浮水印處理程式 四、輸入檔(資料)格式: 1.本程式所採用之影像格式皆為*.raw之灰階影像。 2.本程式採用的浮水印格式為128×128之灰階影像ccu.raw。 3.本程式所採用的原始影像格式為512×512 之灰階影像Lena.raw。 五、輸出檔(資料)格式: 1.本程式輸出的藏入浮水印影像格式為512×512 之灰階影像Lena2.raw。 六、執行環境: 1
baidu
- 查询域名baidu信息,域名收录,首页是否在第一。网站是否能够正常访问等!-Baidu query domain information, domain name included, home is in the first. Site is able to properly access and so on!
1
- The famous Collatz sequence is generated by a method decribed as follows. Given a positive integer N, if it is odd, then replace it with 3*N+1. For even number N, use N/2 instead. You can get a sequence of number by this method. It is conjectured tha
Cacl
- 简单的JAVA计算器,简单进行数学运算,用到AWT,swing界面类。这个计算器具有退格功能,就是输错了可以向前删除。-Simple JAVA calculator, a simple mathematical calculations, use AWT, swing interface class. The calculator has a backspace function, namely, the wrong that can be removed ahead.
cuongtv_53_hw01
- Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stored in a node in the structure.
BoringLayout
- A BoringLayout is a very simple Layout implementation for text that fits on a single line and is all left-to-right characters.
io
- 编写一个程序,从文本文件 input.txt 中读取立方体的长、宽、高;圆的半径,根据这些 数据求出立方体的体积、圆的面积,将体积和面积同时输出到屏幕和一个名为 output.txt 的文件-Write a program that reads the cube of length, width and height a text file input.txt the radius of the circle, according to the data obtained cube vo
