-
chap11
java web应用教程这本书第11章源码(the source code of chapter11 of <<java web application>>)
- 2012-06-09 21:58:57下载
- 积分:1
-
Running
说明: 网页实现页面打卡系统,可以用于超长跑步打卡的实现,是非常好用的web工具(Implementation of Web Page Online Carding System)
- 2019-06-13 09:26:38下载
- 积分:1
-
文本替换专家 v5.1
替换删除网页文本无用代码,自动搜索寻找。(Replacement of useless code for deleting web page text)
- 2020-06-21 23:00:02下载
- 积分:1
-
project
基于P2P的几款用java语言编写的程序,像是P2P点对点通信什么的(Based on several P2P programs written using the java language, such as P2P peer communication or something)
- 2016-08-28 17:49:25下载
- 积分:1
-
datastudio
一个导出业务流程的小工具类,使用的是DB2数据库(A small export business process tools, using a DB2 )
- 2015-07-01 11:48:36下载
- 积分:1
-
MQPMina
一个ActiveMQ+Mina的小例子,希望研究这块的人有帮助。(A ActiveMQ+Mina small examples, I hope this piece of research to help people.)
- 2013-07-13 16:00:29下载
- 积分:1
-
GuitarTuner1.1
多年前完成的用于吉他调音的软件, 基本原理是利用快速傅立叶变换FFT对麦克接收到的外部声源进行频率分析, 以此确定吉他的六根弦的音准, 当时因为想用手机代替调音器, 所以用java写的, 适合对信号处理或频率分析的同学看看( )
- 2021-02-03 20:29:59下载
- 积分:1
-
developer-util
java poi 操作Excel封装,zip,多文件装读取(Java POI operation Excel encapsulation)
- 2018-04-22 23:07:49下载
- 积分:1
-
Bracket
Calculates if the brackets in a sentence are correctly close.
Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error.
Input:
()[]<>(**)
(*)
(ASA
Output:
YES
NO 2
NO 4
- 2009-05-15 22:48:12下载
- 积分:1
-
complex
编写一个复数类,可以进行复数加法和减法运算。编写一个包含main方法的类(应用程序)测试该复数类。要求该复数类至少包含一个无参的构造方法和一个带参的构造方法;数据成员包括复数的实部和虚部,为double类型;包括两个方法,分别实现复数的加法和减法运算。(Write a complex class, which can add and subtract complex numbers. Write a class (application) containing the main method to test the complex class. The complex class is required to include at least one parametric construction method and one parametric construction method; the data members include the real and imaginary parts of the complex, which are of double type; and two methods are included to realize the addition and subtraction operations of the complex respectively.)
- 2019-04-13 20:31:45下载
- 积分:1