① 與javabean,jsp,b/s構架 有關的論文參考文獻

[1]飛思科技產品研發中心.JSP應用開發詳解(第二版)[M].北京:電子工業出版社,
[2]吳以欣,陳小寧.JavaScript 腳本程序設計[M].北京:人民郵電出版社,2005
[3]薩師煊,王珊.資料庫系統概論(第三版) [M].北京:高等教育出版社, 2000
[4] 孫衛琴、李洪成.Tomcat與Java Web開發技術詳解[M].北京:電子工業出版社,2004
[5] 曾雲飛 ,基於Struts框架的電子政務研究和實現 [M].東北大學出版社 2005
[6]程凱.JSP中文問題及一套整體解決方案[J].許昌學院學報,2006,25(5):77-80.
[7]劉長生,謝強,丁秋林.Java應用中的漢字亂碼問題分析[J].計算機技術與發展,2006,16(1):158-161
[8]樂秀潘,沈琴.structs1.1與struct1s.2的比較[J].電力系統通信.2000,20(5):35—39
[9]孫東衛,張冀紅,李聲利. 資料庫訪問技術研究[J].現代電子技術.2002,18(5).20-34.
[10] 苟凌怡,魏生民. SQL Server 中索引的有效選取[J].計算機工程與應用, 1999,35(6): 70-71
[11] 張樹亮, 李超.ASP.NET 2.0+SQL Server網路應用系統開發案例精解[M].北京:清華大學出版社,2006
[12] G.E.Hobona, S.J.Abele, Philip James [J]. University of Newcastle upon Tyne, 2006
[13] Mark Wutka,Alan Moffet,Kunal Mittal.Sams Teach Yourself JAVAServer Pages 2.0 with Apache Tomcat in 24 Hours[M].Sams Publishing,2003
[14]James Turner,Kevin Bedell. Struts Kick Start[M]. SAMS,2004
[15] Kong Michael. An environment for secure SQL/Server computing [M].Oxford University Press Inc., 1993: 149

[1] 程凱. 計算機技術與應用研究[J]. 許昌學院學報,2006, 25(5):77-80
[2] 趙川,丁志剛,宗宇偉等. 基於Eclipse的測試工具管理平台構建[J]. 軟體世界, 2006年 14期:78-79
[3] 張紅梅,王磊. 計算機及網路技術應用[J]. 實驗科學與技術 ,2006,4(4):39-40,50
[4] 郝艷芳,廉永健. 製造業信息化[J].機電產品開發與創新 ,2006,19(4):110-112
[5] 任永功,王政軍. 軟體技術與資料庫[J]. 計算機工程 ,2006,32(5):60-62,134
[6] 孫琳、李素芬. 計算機應用研究[J]. 計算機技術與發展 ,2006,16(4):209-211,214
[7] 張寧等. 生物技術[J]. 高技術通訊,2006,16[12]: 1289-1293
[8] 劉傑. Eclipse下插件的設計方法[J]. 程序員 ,2006(5):57-59
[9] 張紅梅,王磊. 在JSP中訪問資料庫的方法[J]. 農業圖書情報學刊, 2006,18(12):142-144
[10] 張寧,吳捷,楊卓,張濤. 基於SQL Server的腦電資料庫的構建[J]. 廣西科學院學報 ,2006 22(4):275-278
[11] 衛建文,蔣詠梅. 計算機網路編程語言——JAVA[J]. 計算機系統應用, 2006(7): 67-70
[12] 周觀民,劉書倫等. 用Java實現多線程程序設計[J]. 計算機時代, 2006(7):61-63
[13] Tsui,Frank F. JSP EM DASH A RESEARCH SIGNAL PROCESSOR IN JOSEPHSON TECHNOLOGY[C]. IBM Journal of Research and Development,Vol24, No2,1980:243-252
[14] Sanden, Bo. SYSTEMS PROGRAMMING WITH JSP:EXAMPLE - A VDU CONTROLLER[C]. Communications of the ACM,Vol28,No10,1985:1059-1067
[15] Burgess, R. S. DESIGNING CODASYL DATABASE PROGRAMS USING JSP[C]. Information and Software Technology,Vol29,No3,1987:151-158
[16] Javey. S. CONCEPT OF 'CORRESPONDENCE' IN JSP[C]. Proceedings of the Hawaii International Conference on System Science,Vol2,1987:14-22
[17] Markus Aleksy,Axel Korthaus, Martin Schader. Use Java and the CORBA realization distribute type system [J]. Journal of Pingxiang College, No.4,2005:104-105
[18] Jon Titus. ECN Technical Editor:The Eclipse of stand[J]. Journal of Zhongkai Agrotechnical College,Vol.19, No.2, 2006:32-35
[19] Markus Aleksy,Axel Korthaus, Martin Schader.Use Java and the CORBA realization distribute type system[J]. Journal of Pingxiang College,No.4,2005:104-105
[20] W.Clay,Richardson, Donald,Avondolio. The Java high class weaves a distance:JDK 5[J]. Scientific & Technology Book Review,No.3, 2006:17-18

② 杭電ACM 1002 java老是報錯

題里說了數字會非常大,超出32位整形范圍,你用long肯定不行的,對大數的處理上java比C要簡單很多,你直接用java的BigInteger類就可以了

③ 有關acm演算法的一道java題

importjava.util.Scanner;

publicclassFrogs{
publicstaticvoidmain(String[]args){
Scannersc=newScanner(System.in);
System.out.println("pleaseinputtheKandthenpress"Enter"");
intk=sc.nextInt();
System.out.println("pleaseinputtheSandthenpress"Enter"");
ints=sc.nextInt();
printFrogs(k,s);
sc.close();
}
publicstaticvoidprintFrogs(intk,ints){
for(;k<=s;k++){
System.out.print(k+"froghas"+k+"mouth,"+k*2+"eyesand"+k*4+"legs,");
System.out.println(".");
}
}
}

修改了下,你可以自己輸入S和K

④ 用java解的ACM題目求改正

import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

public class Test {

public static List<Integer> countWord(String input, int numOfWords, String[] targets) {
String[] split = input.split(" ");
Map<String, Integer> targets_map = new HashMap<>();
for (String target : targets) {
targets_map.put(target, 0);
}
for (String search : split) {
if (targets_map.containsKey(search)) {
targets_map.put(search, targets_map.get(search) + 1);
}
}
List<Integer> result = new ArrayList<>();
for (int i = 0; i < targets.length; i++) {
result.add(targets_map.get(targets[i]));
}
return result;
}

public static void main(String[] args) {
String[] targets = new String[]{"Neusoft", "a"};
List<Integer> result = Test.countWord("Dalian Neusoft University of Information is a private university founded by Neusoft with the Ministry of Ecation is approval.\u200B DNUI, with a strong focus on engineering, offers tertiary ecation programs across a number of disciplines including engineering, management, digital art, foreign languages and healthcare technology.The campus is located in Dalian, a beautiful coastal city in Northeastern China.", 2, targets);
for (int res : result) {
System.out.println(res);
}
}
}

⑤ 杭電ACM 1005 java

if (a < 1 && a > 1000 && b < 1 && b > 1000 && b < 1 && a > 100000000)
System.exit(0);
這句你用的是& 不對 還有就是你這個做法不行 BigInteger f[] = new BigInteger[n]; 當n=100000000時開不了這么大的數組 時間復雜度也不行 必定超時

⑥ 急!求一道航電的ACM題的正確答案!

注意這題可能有個陷阱, 就是某個倉庫的f==0的情況要考慮進去
AC的代碼如下(注意用G++提交):

#include <iostream>
#include <queue>
using namespace std;

struct Food {int j, f;} food[100003];
int m, n;
double ans;

bool cmp(const Food &a, const Food &b)
{
return a.j*b.f > b.j*a.f;
}

int main()
{
while (scanf("%d%d", &m, &n), !(m==-1 && n==-1))
{
for (int i=0; i<n; i++) scanf("%d%d", &food[i].j, &food[i].f);
sort(food, food+n, cmp), ans = 0;
for (int i=0; i<n; i++)
{
if (food[i].f == 0) ans += food[i].j;
else if (m >= food[i].f) ans += food[i].j, m -= food[i].f;
else { ans += (double)m / food[i].f * food[i].j; break;}
}
printf("%.3lf\n", ans);
}
}

⑦ java 程序...最好用 ACM寫,不行的話,就隨意..謝謝..

import java.util.InputMismatchException;
import java.util.Scanner;

public class Cat {

public static void main(String[] args) {

System.out.println("*****Please input an integer between 2 and 7: ****");
Scanner scanner = new Scanner(System.in);

int value = getInputInteger(scanner);

//for better performance, we calc their lowest common multiple
int lowestCommonMultiple = (value % 2 == 0 ? value: 2*value);

for(int i = lowestCommonMultiple; i <= 90; i += lowestCommonMultiple){
System.out.print(i + "\t");
}

}

private static int getInputInteger(Scanner scanner) {
int valueInput = 0;

try {
valueInput = scanner.nextInt();

if(valueInput < 2 || valueInput > 7){
System.out.println("Invalid value, please input an integer value between 2 and 7: ");
getInputInteger(scanner);
}else{
return valueInput;
}

} catch (InputMismatchException unmatchExp) {
System.out.println("Invalid value, please input an integer value between 2 and 7: ");
getInputInteger(scanner);
}

return valueInput;
}

}