-
clean-code-CN
代码整洁之道 PDF中文版
大师级人物Robert C.Martin的大名鼎鼎著作。都是经典的肺腑之言。
好代码和糟糕的代码之间的区别:如何编写好代码,如何将糟糕的代码转化为好代码:如何创建好名称、好函数、好对象和好类;如何格式化代码以实现其可读性的最大化:如何在不妨碍代码逻辑的前提下充分实现错误处理;如何进行单元测试和测试驱动开发。
(The code tidy Road PDF Chinese gurus Robert C.Martin famous writings. Are classic heartfelt words. The difference between good code and bad code: how to write good code, how bad code into good code: how to create a good name, good functions, good objects, and good classes how to format the code in order to achieve its readability the maximization of: how to code logic without prejudice to the premise of the full realization of the error handling how unit testing and test-driven development.)
- 2013-02-01 17:14:41下载
- 积分:1
-
Struts2.Web.2.0.Projects
It is useful for web application and web works
- 2012-03-03 01:17:22下载
- 积分:1
-
KrigingCore
说明: 普通克里金算法实现,使用java进行的一个普通克里金算法实现,本代码开源(Ordinary kriging algorithm implementation)
- 2020-01-02 17:27:11下载
- 积分:1
-
94876474
一个Struts+DAO实现的用户登陆程序,学习Struts的可以看下()
- 2018-01-26 22:26:27下载
- 积分:1
-
zGEP
说明: 国内高人编写基因表达式编程(GEP)实现完全代码,完全面向对象,可以自己组合扩展,编制符合自己要求特定的编程代码。(The preparation of the domestic expert Gene Expression Programming (GEP) to achieve complete code, fully object-oriented, can expand their own portfolio, the preparation of their own request in line with the specific programming code.)
- 2020-12-01 09:29:26下载
- 积分:1
-
Escap
对中文进行编码解码JAVA类,支持跨平台,跨容器使用,非常好用(coding and encoding)
- 2012-12-17 10:45:27下载
- 积分:1
-
oLDtHREADtEST
OldThreadTest extends junit.framework.TestCase Source Code for Andriod.
- 2014-01-21 12:29:33下载
- 积分:1
-
JAVA.java
Q学习算法实例,这算法主要应用于机器人领域,运用此算法进行行动的选择使Q值最大最后找到最优的策略(Q-learning algorithm is applied in robot
domain,example robot-hitting, robot-moving and so on。This paper refers to many robots domain 。It is so useful。
)
- 2010-10-19 09:29:27下载
- 积分:1
-
kaffe-1.1.9
java virtual machince kaffe
- 2009-05-05 16:51:33下载
- 积分:1
-
人脸识别系统源码以及数据库(ArcSoftFaceDemo)
根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo
- 2021-05-06下载
- 积分:1