搜索资源列表
21javacode
- 北邮出版的21天学习java书籍中所有的源代码21java-published by the Beijing University of Posts and Telecommunications 21 days learning java books all the source code 21java
fenbushi
- 北邮分布式课件,对学习分布式的朋友,大有裨益,讲了各种分布式架构。-BUPT distributed courseware, distributed learning friends, great benefit, about a variety of distributed architecture.
javascript
- javascr ipt入门教程,含源代码,来自北邮内部论坛-javascr ipt Tutorial, including source code from internal forum BUPT
TestSmilling
- 笑脸变换,北邮计算机大二上java第七次作业-smilling face
lab
- servlet的具体用法在北邮的高级互联网程序设计的小实验中。-servlet specific usage in the BUPT the Advanced Internet program to design the experiments.
B-Erland
- 爱尔兰计算器 界面输入,有历史记录显示,可以链接到官网进行数据对比 北邮通信网理论基础实验二-Ireland calculator interface input, historical records show that you can link to the official website for comparison of the data communication network of Beijing University of Posts and Telecommunication
MM1
- 北邮通信网实验 MM1排队系统源码 含扩展要求-BUPT communication network experiments MM1 source queuing system with extended requirements
SplitWord
- 北邮教授写的基于中科院研发的ITCALAS分词软件,主接口看test包下的Test类-BUPT professor wrote based Chinese Academy of Sciences developed ITCALAS segmentation software, see the main interface Test class under test package
2012211205
- 北邮大三上学期,java选修课作业一,类的定义,异常和数组-BUPT the three semester, Java elective operations, the definition of a class, and abnormal array
2012211205
- 北邮大三上学期,java选修课作业二,继承、多态-Our three semester, Java elective operations, Inheritance and polymorphism
java
- java 北邮继承和多态 说明输入十个员工信息,随机出来他们的工资和收入-java 继承与多态
java_homework
- 文件查看器,java编程,简单,初学易懂,北邮课程设计-File viewer, java programming, simple, beginner to understand, BUPT curriculum design
program
- 北邮java选修第一次大作业,类的定义,数组的使用。-BUPT java elective first big job
Student
- 北邮第二次作业,学生信息系统,姓名,性别,学号,班级-BUPT second job, Student Information System, name, sex, student number, class
buptJavahomework1
- 北邮java作业1,类的定义,对象数组的使用-Use the definition of BUPT java job 1, and the like, an array of objects
buptjavahomework
- 购物车系统,单例模式,工厂模式的实现。北邮java大作业-Shopping cart system, the Singleton pattern to achieve the factory model. Beijing University of Posts and Telecommunications java large operations
javahomework
- 北邮java作业之群体对象,包括说明文档和代码-BUPT target groups of java jobs, including documentation and code
graph
- 北邮java作业,图形界面的实现,包括说明文档和代码-Beijing University of Posts and Telecommunications java jobs, graphical interface, including documentation and code
homework1
- 作业一,类的定义和数组 1.定义一个学生类(Student), 属性有 1)非静态属性String studentNumber 2)非静态属性String studentName 3)非静态属性int markForMaths 4)非静态属性int markForEnglish 5)非静态属性int markForScience(Job 1, class definition and array)
homework2
- 在实验1基础上, 定义一个异常类ScoreException,当输入的学生成绩不在[0,100]区间时,抛出该异常。 定义一个异常类StudentNumberException,当输入的学号不满足下述条件,则抛出该异常。条件为:学号为10位,第1位为2,第2位为0,其余位为数字0~9. 对Student和StudentTest类进行必要修改,提升程序的健壮性。(On the basis of Experiment 1, An exception class ScoreException