- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/google/CallBuilder
软件介绍
CallBuilder 是一个 Java 代码生成器,它可以制作生成器类更加容易。当你的构造函数或者方法有多个参数时,生成器就更加好用。它们甚至在你有两个或者更多同类型参数时,也不会混淆。
示例代码:
public class Person {
@CallBuilder
Person(
String familyName,
String givenName,
List<String> addressLines,
@Nullable Integer age) { // ...
}
}
Programming Computer Vision with Python
Jan Erik Solem / O'Reilly Media / 2012-6-22 / USD 39.99
If you want a basic understanding of computer vision's underlying theory and algorithms, this hands-on introduction is the ideal place to start. As a student, researcher, hacker, or enthusiast, you'll......一起来看看 《Programming Computer Vision with Python》 这本书的介绍吧!
