• java 实现FTP 服务器和客户端,带有使用说明

    使用java基于socket开发的FTP客户端和服务器,实现了基本的登录,注册,上传下载,等各种功能,同时使用了基于工厂的设计模式,具有较好的可扩展性

    5
    1485
    10.87MB
    2018-01-07
    50
  • DCGAN-pytorch实现 带数据集和说明文件

    用pytorch实现的DCGAN,代码结构清晰,附有说明文件和数据集下载地址。并有结果图片。下载后请先查看 readme.md文件

    0
    3300
    17.35MB
    2018-01-07
    46
  • OpenGL ES 2 for Android_ A Quick-Start Guide (OpenGL ES2 应用开发指南)中文+英文

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf, PragProg and the linking g device are trademarks of The Pragmatic Programmers, LLC. Every precaution was taken in the preparation of this book. However, the publisher assumes no responsibility for errors or omissions, or for damages that may result from the use of information (including program listings) contained herein. Our Pragmatic courses, workshops, and other products can help you and your team create better software and have more fun. For more information, as well as the latest Pragmatic titles, please visit us at http://pragprog.com. The Android robot is reproduced from work created and shared by Google and is used according to terms described in the Creative Commons 3.0 Attribution License (http://creativecommons.org/licenses/by/3.0/us/legalcode). The unit circle image in Figure 43, from http://en.wikipedia.org/wiki/File:Unit_circle.svg, is used according to the terms described in the Creative Commons Attribution-ShareAlike license, located at http://creativecommons.org/licenses/by-sa/3.0/legalcode. Day skybox and night skybox courtesy of Jockum Skoglund, also known as hipshot, hipshot@zfight.com,http://www.zfight.com. The image of the trace capture button is created and shared by the Android Open Source Project and is used according to terms described in the Creative Commons 2.5 Attribution License.

    0
    345
    84.38MB
    2017-12-23
    13
  • Mastering OpenCV with Practical Computer Vision Projects 英文原版可编辑

    Mastering OpenCV with Practical Computer Vision Projects 英文原版可编辑 Computer Vision is fast becoming an important technology and is used in Mars robots, national security systems, automated factories, driver-less cars, and medical image analysis to new forms of human-computer interaction. OpenCV is the most common library for computer vision, providing hundreds of complex and fast algorithms. But it has a steep learning curve and limited in-depth tutorials. Mastering OpenCV with Practical Computer Vision Projects is the perfect book for developers with just basic OpenCV skills who want to try practical computer vision projects, as well as the seasoned OpenCV experts who want to add more Computer Vision topics to their skill set or gain more experience with OpenCV’s new C++ interface before migrating from the C API to the C++ API. Each chapter is a separate project including the necessary background knowledge, so try them all one-by-one or jump straight to the projects you’re most interested in. Create working prototypes from this book including real-time mobile apps, Augmented Reality, 3D shape from video, or track faces & eyes, fluid wall using Kinect, number plate recognition and so on. Mastering OpenCV with Practical Computer Vision Projects gives you rapid training in nine computer vision areas with useful projects. - Allows anyone with basic OpenCV experience to rapidly obtain skills in many computer vision topics, for research or commercial use - Each chapter is a separate project covering a computer vision problem, written by a professional with proven experience on that topic - All projects include a step-by-step tutorial and full source-code, using the C++ interface of OpenCV

    0
    110
    7.14MB
    2017-12-23
    11
  • Java Web 文章管理系统(Jsp+Ajax+JDBC+MySql实现)源码实例下载(带数据库配置文件)

    本示例是使用JavaWeb技术实现一个简单的文章管理系统(新闻管理系统)其中主要功能如下:** - **用户和管理员登录** - **用户发布新文章、文章详情查看、文章修改、文章删除与恢复** - **用户查看他人对自己授权的文章及其文章信息** - **用户将自己的文章对他人进行授权** - **管理员对普通用户新发布的文章进行审核和删除** - **管理员查看普通用户发布的所有文章及其详情* * - **管理员发布新文章** **本项目开发环境为:** - **Intellij IDEA 2016.3** - **Tomcat 8** - **JDK 1.8**

    4
    2610
    7.36MB
    2017-11-29
    38
  • lintcode阶梯训练美国大公司所有题目代码和笔记合集

    lintcode阶梯训练美国大公司所有题目代码和笔记合集

    0
    206
    69KB
    2017-05-30
    9
  • Java Web 图片管理与分享系统(Struts2+Hibernate+JSP实现)

    本示例是使用JavaWeb技术实现一个简单的图片管理与分享系统,其中主要功能如下: 用户分类浏览系统中的图片缩略图 用户查看单张图片的详细信息,图片下载 用户查看一个分类内的所有图片缩略图 用户使用关键字进行模糊搜索 管理员登录 管理员拥有普通用户的所有功能,同时能够实现图片的删除 使用的主要技术有: JavaEE、JSP、Struts2、Hibernate、JavaBean 本项目开发环境为: Intellij IDEA 2016.3 Tomcat 8 JDK 1.8 MySQL 5.5

    2
    1080
    19.73MB
    2017-05-21
    50
  • Java Web 文章管理系统(Jsp+Ajax+JDBC+MySql实现)源码实例下载

    本示例是使用JavaWeb技术实现一个简单的文章管理系统(新闻管理系统)其中主要功能如下:** - **用户和管理员登录** - **用户发布新文章、文章详情查看、文章修改、文章删除与恢复** - **用户查看他人对自己授权的文章及其文章信息** - **用户将自己的文章对他人进行授权** - **管理员对普通用户新发布的文章进行审核和删除** - **管理员查看普通用户发布的所有文章及其详情** - **管理员发布新文章** **本项目开发环境为:** - **Intellij IDEA 2016.3** - **Tomcat 8** - **JDK 1.8**

    3
    0
    7.33MB
    2017-04-21
    21
  • 阿里面试题总结和答案整理

    呕心沥血整理的阿里面试30题,附有答案网址。

    0
    608
    17KB
    2017-03-28
    50
  • 算法导论高清版

    算法导论的高清影印版,pdf文件

    0
    78
    48.58MB
    2017-03-27
    13
  • 笔耕不辍

    累计1年每年原创文章数量>=20篇
  • 分享精英

    成功上传11个资源即可获取
  • 创作能手

    授予每个自然周发布1篇到3篇原创IT博文的用户
  • 持续创作

    授予每个自然月内发布4篇或4篇以上原创或翻译IT博文的用户。不积跬步无以至千里,不积小流无以成江海,程序人生的精彩需要坚持不懈地积累!
关注 私信
上传资源赚积分or赚钱