联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Java编程(51) 
按平台查找All Java(51) 

[Java编程] Gridworld-Project

gridworld 实训内容一览可供多校常年靠借鉴
gridworld 实训内容一览可供多校常年靠借鉴 (2012-10-07, Java, 1154KB, 下载7次)

http://www.pudn.com/Download/item/id/2009109.html

[Java编程] courseSelection

现在的高校由于学生众多,原有校区已不能容纳,每次新学期选课的时候教务老师都会非常忙,所以开发了这个选课系统,该系统包括三个模块,用户管理模块,学生模块和管理模块。
Because many college students now, the original campus has been unable to accommodate each new semester elective teacher when the Senate will be very busy, so the development of the elective system, which consists of three modules, user management module, students and administrative modules . (2013-06-05, Java, 13107KB, 下载5次)

http://www.pudn.com/Download/item/id/2270121.html

[Java编程] jspwangxiao

jsp网校源码,一个进行JSP学习的网站的源码部分。采用access
jsp Wang Xiao Source (2009-12-14, Java, 626KB, 下载5次)

http://www.pudn.com/Download/item/id/1004158.html

[Java编程] ouiui78786

java+jsp华源网校+西部软件jsp版
java+ jsp School Worldbest+ western jsp software version (2008-08-31, Java, 700KB, 下载4次)

http://www.pudn.com/Download/item/id/538133.html

[Java编程] 【牛客资料库】2018校招12家企业笔试真题汇总

2018年的12家大厂java面试真题收藏,内容十分经典!
Java interview questions of 12 large factories (2020-03-08, Java, 9940KB, 下载4次)

http://www.pudn.com/Download/item/id/1583666607290750.html

[Java编程] sakae-yourmooc-master

在线网校系统,包括前台课程展示,会员中心,以及后台管理系统
Online school system, including the front stage course display, member center, and background management system. (2018-11-07, Java, 8425KB, 下载4次)

http://www.pudn.com/Download/item/id/1541526288165278.html

[Java编程] 济南校区各学科笔记

java学习笔记,各个项目的笔记,方便我们大家学习和了解
Java learning notes, notes for each project. (2018-02-18, Java, 40428KB, 下载4次)

http://www.pudn.com/Download/item/id/1518940536276309.html

[Java编程] SchoolManagementSystem

学校管理系统,用java编写的,类似我们在学校查成绩的系统。
School Management System, written with java, similar to our investigation results in the school system (2010-11-26, Java, 23KB, 下载4次)

http://www.pudn.com/Download/item/id/1359756.html

[Java编程] collegiate-programming-contest-test

仅供大家学习交流的Java题目 一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是 7 段数 位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成 ASCII 码中的竖线‘|’和下划线 ‘_’。如果显示正常,则 10 个数字的序列应该具有如下形态: 支票中的账号有 9 位数字,但由于光学扫描装置可能会漏检某些数位段,所以 9 位数字未必都能正确 地被扫描转换成对应的 ’|’ ’_’字符形式。为了容错和纠错,对于一个 9 位账号 d9d8…d1,设定其校 验条件为: (d1+2d2+3d3+…+9d9) mod 11 = 0 你需要设计一个程序,从扫描转换的结果推测原始的账号,假定: (1) 若经扫描转换的某组数字全部保存了正确的数字形式而且满足校验条件,则该组数字就是原 始的账号; (2) 9 位数中最多只有一位在扫描转换中失去正确的数字形式; (3) 扫描转换不会引入额外的数位段。 当检测到数位段时,扫描转换程序将输出ASCII 码的’|’或’_’;当检测到空白区域时,将输出’.’。(具体见Doc文件)
would you want to challenge? (2011-02-21, Java, 39KB, 下载3次)

http://www.pudn.com/Download/item/id/1433103.html

[Java编程] HtmlToExcel_安卓无忧

将html格式转换为导出excel格式。
Converting HTML format to export excel forma (2018-01-25, Java, 899KB, 下载3次)

http://www.pudn.com/Download/item/id/1516863114935386.html

[Java编程] 2_JAVA相关基础知识

最全的java基础知识,初学java者。非常适合参加校招的应届毕业生
The most complete java basic knowledge, beginner java. Very suitable for school graduates (2017-09-25, Java, 36KB, 下载3次)

http://www.pudn.com/Download/item/id/1506321762599882.html

[Java编程] upload

upload源码,很好。这是我们在学校学习的时候自己做的。
upload source code, very good. This is a do it yourself when we learn in school. (2012-11-26, Java, 8KB, 下载3次)

http://www.pudn.com/Download/item/id/2060902.html

[Java编程] User_management_system

用户管理系统:用户注册、用户登录、用户管理、用户日志管理.本项目主体是学生,他们有以下信息,系统有三种用户角色:校领导,普通教师,学生
User management system: user registration, user login, user management, user log management The project main students, they have the following information, the system has three user roles: school leadership, ordinary teachers, students (2012-11-23, Java, 14KB, 下载3次)

http://www.pudn.com/Download/item/id/2057915.html

[Java编程] 单例模式

采用单例模式构造一个HFUT类,HFUT类含有校名、建校历史等属性,构造学生类、和教师类都提供getSchool方法,返回值为HFUT对象实例。在含有主方法的主类中,生成若干教师对象和学生对象,分别获得他们所属学校实例,采用“==”,“equal”函数,进行比较,判断是否有异同。
A HFUT class is constructed in the single instance mode. The HFUT class contains school name, school building history and other attributes. The getschool method is provided for both the student class and the teacher class. The return value is the HFUT object instance.In the main class with the main method, several teacher objects and student objects are generated, and their school instances are obtained respectively. The functions "=", "equal" are used to compare and judge whether there are similarities and differences. (2019-12-08, Java, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/1575797950216233.html

[Java编程] ssh

这是个人在学校java时候对ssh三大框架的jar做的一些整合,你可以拿到ssh的要用到的基本jar包
This is a personal time in school java jar ssh three frameworks to do some consolidation, you can get ssh jar of use to the basic package (2014-04-15, Java, 37KB, 下载2次)

http://www.pudn.com/Download/item/id/2512084.html

[Java编程] JavaEdu

Java人才培养模式的改革思路是在分析对Java人才需求的基础上,就课程、项目和工学结合等相关因素进行综合考量,探索"以技术应用能力和基本素质培养为主线的课程体系"。"项目驱动、校企结合"的Java课程体系的教学改革,对培养合格的Java技术人才有一定的建设性意义。
Java Training Mode Reform in the analysis of the demand for Java professionals, based on the curriculum, projects, and combining work with study and other related factors into consideration, to explore the " technology applications and the basic quality of the training course the main line system." " Project-driven, school-enterprise integration" of the teaching system of Java programs, Java technology on the training of qualified personnel has some constructive. (2010-12-29, Java, 150KB, 下载2次)

http://www.pudn.com/Download/item/id/1396203.html

[Java编程] pinghong

这是北大青鸟中山公园校区S2的毕业项目,用纯JSP实现,这个项目中包含商品展示、新闻展示、聊天功能、留言版和后台管理。
This is the graduation project of the Zhongshan Park Campus, Beida Jade Bird S2, pure JSP implementation, this project included in the merchandise display, show news, chat, message boards and back-office management. (2012-03-26, Java, 5237KB, 下载2次)

http://www.pudn.com/Download/item/id/1807081.html

[Java编程] SoftwareEnginnering

软件工程领域的经典教材,世界名校哥伦比亚大学CS系2010秋季正在使用的教材(本人正在使用)。英文第八版,Ian Sommervile编著
Classic textbook in the field of software engineering, Columbia University using the materials in 2010 Fall semester (I am taking the class now). English, Eighth Edition, edit by Ian Sommervile (2010-09-14, Java, 38477KB, 下载2次)

http://www.pudn.com/Download/item/id/1295641.html

[Java编程] System

java 版的学/ 校教 /务管理系统,采用swing界面
java version of the education management system that uses swing interface (2010-09-06, Java, 119KB, 下载2次)

http://www.pudn.com/Download/item/id/1289719.html

[Java编程] SeekJobWeb

类似于前程无忧的找工作的网站,用j2ee技术制作而成属于小型项目
Similar future job worry-free web site, with j2ee technologies are made of small projects (2010-05-31, Java, 1679KB, 下载2次)

http://www.pudn.com/Download/item/id/1195374.html
123
总计:51