登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:Java
  2. 代码类别:Windows编程
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. facedetectionsvmeigenface

  SVM that uses eigen faces for face recognition

81
下载
83
浏览
2009-04-30发布

2. SimpleHistogramDisplay

  Simple Histogram with swings

2
下载
96
浏览
2009-04-29发布

3. EclipseJSTsourcecode

  应用程序和示例代码是针对一个环境,其中包括JBoss的4.0.x版( www.jboss.org ) , Apache的德比10.0.2.1 ( db.apache.org /德比郡)和SMTP服务器。因此您将需要这些应用程序安装和配置。见附录A的配置Apache的德比为4.0.x和附录B和第10章配置的JBoss 。(The application and sample code were targeted for an environment that included JBoss 4.0.x (www.jboss.org), Apache Derby 10.0.2.1 (db.apache.org/derby) and an SMTP server. Therefore you will need these applications installed and configured. See appendix A for configuring Apache Derby 4.0.x and appendix B and chapter 10 for configuring JBoss. Most of these chapters include an enterprise application archieve (ear) for easy installation. To use these applications in a development environment, you will also need WTP, Eclipse 3.1, WTP dependencies, XDoclet and the JBoss plugin. See chapter 6 for installation details.)

2
下载
92
浏览
2009-04-11发布

4. SimpleWrite

  This software is not designed or intended for use in on-line control * of aircraft, air traffic, aircraft navigation or aircraft * communications or in the design, construction, operation or * maintenance of any nuclear facility. Licensee represents and * warrants that it will not use or redistribute the Software for such (This software is not designed or intended for use in on-line control * of aircraft, air traffic, aircraft navigation or aircraft * communications or in the design, construction, operation or * maintenance of any nuclear facility. Licensee represents and * warrants that it will not use or redistribute the Software for such )

4
下载
86
浏览
2009-03-14发布

5. Attach

  javaSystem will automatically delete the directory of debug and release

2
下载
97
浏览
2009-03-11发布

6. abouttimesanta

  圣诞老人骑着雪橇在天上飞,本游戏的最大特色是物理系统很完美,模拟出了很逼真的物理效果,玩家通过上下左右来控制雪橇下落。(Santa Claus riding a sleigh in the sky fly, the Games are the most significant feature of the physical system is perfect, a very realistic simulation of physical effects, the player passed up and down around to control the sled whereabouts.)

1
下载
99
浏览
2009-03-06发布

7. Jni

  Java调用VC dll库例子源代码,有完整注释说明,特殊数据类型传递(VC dll library called Java source code example, have complete notes, special type of data transmission)

321
下载
74
浏览
2009-02-23发布

8. TableChart

  用于网页上表格内容排序,点击列的名称,可以对该列进行排序(Used to form the content of web pages to sort, click column name, you can sort the list)

1
下载
93
浏览
2009-02-23发布

9. jmarinas-en-081110

  We produced a software for scientists and managers working with marinas, and small harbor. Our software is able to predict the distribution of portuality and vulnerability risk.

3
下载
85
浏览
2008-12-15发布

10. ExamOne

说明:   字符串数组中的某个字符进行替换 统计每个数字出现的个数(A string array of characters in the replacement of Statistics figures for each number of)

0
下载
89
浏览
2008-11-02发布

11. j-fermat

   2007年robecode大赛亚军代码1!(2007 runner-up code robecode Contest 1!)

75
下载
96
浏览
2008-06-26发布

12. StudyOnline

  网上购书的主页面代码,实现总体浏览功能,具体实现没有给出.呵呵.(Online book code of the page, realize the overall browsing, did not give a concrete realization. Ha ha.)

1
下载
94
浏览
2008-05-11发布

13. Calc_V3

  利用开源的源码为一个朋友的V3手机手机写的科学计算器,个人觉得很好用。开发平台为Netbeans + Moto的SDK,可以用这个源码为任何一个支持java的手机写个类似的计算器(The use of open source code for a friend)

11
下载
84
浏览
2008-02-17发布

14. TUXEDO_summary

  本文档目的在于使您对交易中间件TUXEDO有一个 粗略的认识,并为以后的系统设计或者开发部署提供一些 参考,更好的让中间件服务于我们的应用系统.这里不会关 注具体配置和开发的细节.(The purpose of this document is to make your transaction TUXEDO middleware to have a rough understanding of, and for the subsequent development and deployment of system design, or provide some reference, to allow better service to our middleware applications. Here is not concerned about the specific configuration and development details.)

5
下载
113
浏览
2007-11-27发布

15. endotesting

  endotesting used to recursive test a important tech tool for QA

3
下载
99
浏览
2007-09-17发布

16. textclient

  textclient is used to Test chatserver

4
下载
149
浏览
2007-08-03发布

17. CProIssue

  数字证书注册和签发系统,利用JCA和JCE实现数字证书的注册,并提供一个密钥库管理以及私钥的存储和导出以及传输得安全机制(Digital certificate registration and issuance system, the use of JCA and JCE realize digital certificate registration, and provide a key database management, and private key storage and export, as well as a security mechanism for transmission)

72
下载
115
浏览
2007-07-25发布

18. xyz

  pojo的mvc框架,可以和web环境解耦()

4
下载
77
浏览
2007-07-18发布

19. Regular-expressions-simplifypattern-matching-code

  Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.(Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow-levelpattern-matching support, that support commonly leads to complex code. To help you write simplerpattern-matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.)

3
下载
85
浏览
2007-05-10发布

20. agent_mirate

  自己写的一个小程序,是关于agent序列化与迁移的,一个agent经序列化后跑到网络另一台host上运行,然后返回(himself wrote a small procedure, the sequence is on the agent and migration, After a sequence of the agent went after another network host running and then return to)

11
下载
100
浏览
2007-05-09发布