搜索资源列表
PDS
- 名称:项目申报系统 v1.0 (ProjectDeclareSystem) 系统介绍:项目申报管理系统开发成本低,投入资金少。可以使项目申报的各项管理工作,变得方便快捷,不仅节省了时间,还节省了人力,提高了准确性。项目管理部门通过自己的网站,能够大大提高工作的透明度以及工作效率。-name : project reporting system v1.0 (ProjectDeclareSystem) system introduced : project management repor
CalculatorDemonstration
- 这是一个用java实现的计算器,是学校课程设计时候自己的作品,bug比较少-This is a realization of java with the calculators, the design of the school curriculum when their works, the less bug
dxspcxt
- 经过这段时间的大学生活体验,我深切感觉到如下几方面的基本信息十分重要:1 学生的档案管理,这是学生最基本的信息了,一个人没有档案是不可以的,如果有档案但是档案在管理过程中出错更始难以想象的。2 班级管理,这是学生在大学中生活的基本单位了,这当然是必部可少的了。3 课程管理,大学生在大学当然是学习来的,课程的管理有利于更加明确本系统的目的是为学校为学生服务。 4 成绩管理,学生在在校期间能体现出综合素质的最直观的指标莫过于成绩了,这个模块是最不可或缺的。-after a period of col
2006081319475018632
- 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。 写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。 关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了
tianyufeiosi5
- java编辑的浏览器,是学习java应用的 很好实例,不下是你的错-java editor of the browser, learning java application is a good example, no less than your wrong
Count(JSP)
- 刚学JAVA不到一个月,老师叫我们做一个计算器,实现基本功能就可以。于是就写了这个,以APPLET形式写的,仅供参考。-just learning Java less than a month, the teacher told us to do a calculator to achieve basic functions can be. So write this, write to form the APPLET, for information purposes only.
DisPlayingPrimes
- 输入一个数,程序将会把小于等于这个数的所有素数显示到屏幕上面.-importation of a number of procedures will be put to less than the number of all prime numbers shows that the screen above.
Stream-2-Stream_1.0_source
- java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated \"s2s\" or \"S2S\")
pisces_1.3_src
- A distributed, peer-to-peer, server-less communication & messaging solution for JAVA (JMS), C++ and .NET applications, integrates with JBoss, WebLogic & WebSphere. Offers guaranteed delivery, security and transactions. Supports TCP, SSL & HTTP protoc
pppp123
- java ejb开发 程序4、语句alter table people add(phone_number varchar2(10)) 的作用是 A 修改表结构 B 为people表添加约束,约束名称是phone_number C 向people表中添加一列,名称是phone_number,数据类型是varchar2,长度是10 D 上述答案均不正确 5、( )BLOB和CLOB的区别在于 A CLOB只能存放字符类型的数据,而BLOB没有任何限制 B BLOB只能存放字符类型的数据,而CLOB没
NaiveBayes.java.tar.gz 基于weka的分类算法
- 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
shiyan5
- 声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法、compareTo方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方法(计算总成绩)和testScore方法(计算评测成绩,即平均成绩)。-Declared the Student class. Properties include the student number, name, English, mathematics, c
jre4swing.rar
- 精减了的JRE,不到10M,可以运行swing,Streamlining of the JRE, less than 10M, you can run swing
java7_13
- 倒序显示小于120的所有素数,使用Stackof_Integers类存储这些素数,提取并倒序显示他们。-Show reverse all prime numbers less than 120, the use of these prime Stackof_Integers class storage, extraction and reverse display them.
Thread_Experiment
- Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that out
JavaScriptniubi
- 花钱买的,光盘带的javascr ipt手册不一样的是,界面结构合理一个字方便。其他网站下不到!-Money, and CD-ROM with the javascr ipt is not the same as manual, interface structured to facilitate a single word. Less than other sites!
MyChat
- JAVA遍的一个跟QQ差不多的聊天程序...希望大家多多支持-JAVA times a more or less the same with the QQ chat program ... hope that we can support
RUSE2
- 一个用于搜索本地文件内容的小型搜索引擎,支持词根搜索,类似于"some thing"的搜索,甚至允许单词间隔搜索,比如"some thing"~2,表示some和thing之间可以有小于两个单词的间隔,可以使用关键字and,or,not,但需要说明的是,整个程序中Tester.java是一个Facade类,本程序并没有做应用,如果要基于本程序开发出一个用户界面,可以基于Facade类进行开发,直接调用其中的静态方法就可以了,详细的说明包括设计文档可以参考压缩包中的doc/spec/的文件。-A
jishiben
- java做的一下记事本小程序,功能比较全,运行环境要求不高,eclips上导入就行了-do java applets like Notepad, full-feature comparison, less demanding operating environment, eclips on the import on the list
less.min
- less css的简化版,其他的不做太多描述了-less is use simplely