设计模式:可复用面向对象软件的基础(中文)Design Patterns:Elements of Reusable Object-Oriented software
2019-12-21 18:54:37 10.09MB C# 设计模式
1
本人对于近几年目标检测方向收集的一些模型和论文,包括有两个源码。yolo v123, RCNN到faster RCNN, SSD, MASK RCNN等
2019-12-21 18:54:01 61.26MB computer vision detection
1
Bob大叔(Robert C. Martin)关于C++开发思想的大作,看他的书上提及过,好多C++高手也提及过,但是一直没看到,特地从图书馆借来并扫描,下载者只能用于学习,不可用于商业目的。 A practical, problem-solving approach to the fundamental concepts of Object Oriented Design and their application using C++. This book is written for the "engineer in the trenches". It is a serious guide for practitioners of Object-Oriented design. The style is narrative, and accessible for the beginner, and yet the topics are covered in enough depth to be relevant to the consumate designer. The principles of OOD explained, one by one, and then demonstrated with numerous examples and case studies.
2019-12-21 18:51:38 30.3MB ood c++ Booch
1
RCNN与YOLO系列论文,1.Rich feature hierarchies for accurate object detection and semantic segmentation,2.Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition,3.Fast R-CNN,4.Faster R-CNN Towards Real-Time Object Detection with Region Proposal Networks,5.SSD Single Shot MultiBox Detector,6.You Only Look Once Unified, Real-Time Object Detection,7.YOLO2,8.YOLO V3
2019-12-21 18:49:22 29.77MB CV Object Detec
1
包含详尽说明,没有bug(自我感觉是)若发现请指正,谢谢哈
2019-12-14 20:48:43 76KB object-c 源代码 入门 详细思路
1
里面是office 2003对应的dll,可以操作excell\word 文件
2014-05-16 00:00:00 493KB office dll microsoft
1
《Inside The C++ Object Model》(英文pdf)。C++高级书籍,需要有扎实的C++语言基础,读懂该书后,对C++,以及面向对象等方面的认识会更上一个台阶。对于该书,我只能用短小精悍来形容。能让读者从写代码的时候联想到编译器如何解析所敲入的每个字母和标点符号。
2014-04-10 00:00:00 1.04MB 深入 C++ 对象模型 英文原版
1
计算机专业毕业设计论文(C++)外文文献中英文翻译(Object),共13页 Object landscapes and lifetimes Technically, OOP is just about abstract data typing, inheritance, and polymorphism, but other issues can be at least as important. The remainder of this section will cover these issues. 对象的创建和存在时间对象的创建和存在时间对象的创建和存在时间对象的创建和存在时间 从技术角度说,OOP(面向对象程序设计)只是涉及抽象的数据类型、继承以及多形性,但另一些问题也可能显得非常重要。本节将就这些问题进行探讨
2012-12-03 00:00:00 60KB 外文翻译 c++外文翻译 毕业论文
1
高效的JSON与Object互转的工具源代码,如果JSON数据未按该工具规定的数据格式转化成对象,将转化成java.util.Map实例。 (比JSON官方的API更适用。支持对象之间的多级引用,支持Map, List等集合。不需要引用其它中间对象。) 该代码通过两个简单的方法进行JSON数据与Java对象之间简单转化: 1. String jsonStr = JSONTool.convertObjectToJson(object); 2. Object obj = JSONTool.convertJsonToObject(jsonStr); 缺点:对于集合(Collection,非Map)类数据结构,不能在集合中包含其他集合对象,但是可以包含数组。
2011-11-25 00:00:00 12KB JSON Object to JSON
1
Elements+Of+Reusable+Object-Oriented+Software 高清,pdf版本,下载不后悔
1