您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Learn Java for Android Development 源代码

  2. Learn Java for Android Development 源代码 Jeff Friesen (Author) Publisher: Apress; 1 edition (September 29, 2010) Language: English 学习android就是要多看源代码,这本书的代码相信对刚学android很有帮助
  3. 所属分类:Android

    • 发布日期:2011-04-09
    • 文件大小:344kb
    • 提供者:lysndsc
  1. Crystal Reports Advanced v9.2(1)

  2. Crystal Reports?9 continues to deliver innovative reporting technology to address current development trends and challenges. More than 50 new features and enhancements are provided in this latest release! More control over data connectivity Unlimite
  3. 所属分类:Web开发

    • 发布日期:2006-02-23
    • 文件大小:19mb
    • 提供者:chenxh
  1. 21天学通c++ 第七版 英文版 pdf带源码

  2. Sams Teach Yourself C++ in One Hour a Day (7th Edition). Completely updated for the C++11 standard, Sams Teach Yourself C++ in One Hour a Day presents the language from a practical point of view, helping you learn how to use C++11 to create faster,
  3. 所属分类:C++

    • 发布日期:2012-12-13
    • 文件大小:5mb
    • 提供者:xiaxiang_2004
  1. Beginning Cryptography With Java 带源码

  2. Beginning Cryptography with Java While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in
  3. 所属分类:系统安全

    • 发布日期:2013-03-05
    • 文件大小:3mb
    • 提供者:liruike
  1. [Go语言入门(含源码)] The Way to Go (with source code)

  2. The Way to Go,: A Thorough Introduction to the Go Programming Language 英文书籍,已Cross the wall,从Google获得书中源代码,分享一下。喜欢请购买正版。 目录如下: Contents Preface..........................................................................................................
  3. 所属分类:其它

    • 发布日期:2014-06-11
    • 文件大小:8mb
    • 提供者:humbunklung
  1. Pro LINQ: Language Integrated Query in C# 2010 (含源码)

  2. 关于LINQ的一本书籍,附上源码,喜欢请购买正版。 LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query i
  3. 所属分类:C#

    • 发布日期:2014-06-17
    • 文件大小:6mb
    • 提供者:humbunklung
  1. Hands-On Enterprise Automation with Python by Basim Aly 源码

  2. Hands-On Enterprise Automation with Python: Automate common administrative and security tasks with the most popular language Python Invent your own Python scr ipts to automate your infrastructure Hands-On Enterprise Automation with Python starts by
  3. 所属分类:Python

    • 发布日期:2018-07-03
    • 文件大小:1mb
    • 提供者:sinat_41581062
  1. 源码+书TensorFlow 1.x Deep Learning Cookbook

  2. In this book, you will learn how to efficiently use TensorFlow, Google's open source framework for deep learning. You will implement different deep learning networks such as Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), Dee
  3. 所属分类:深度学习

    • 发布日期:2018-07-29
    • 文件大小:88mb
    • 提供者:wang1062807258
  1. 源码Deep Learning with Theano

  2. Chapter 1, Theano Basics, helps the reader to reader learn main concepts of Theano to write code that can compile on different hardware architectures and optimize automatically complex mathematical objective functions. Chapter 2, Classifying Handwri
  3. 所属分类:深度学习

    • 发布日期:2018-08-06
    • 文件大小:1mb
    • 提供者:wang1062807258
  1. PHPershou.zip

  2. 二手信息网站,为二手物品交易提供了网上平台。如今,随着电子商务的不断发展完善,大学校园也需要一个能为学生提供二手物品交易的专用网站,以便发布各种商品信息。   本设计具有一般电子商务的功能,且体现出校园风格。该系统提供的功能包括注册、查询信息、发布信息、找回密码等。本系统的特点在于应用了PHP技术。它是一种简单的动态脚本语言,具有开放源码、执行速度快的特点。该技术还支持广泛的数据库连接 ,具有大量的扩展库,安全性能高,易学易用。   本文首先介绍了该系统的可行性和应用工具,并就系统的需求性和P
  3. 所属分类:PHP

    • 发布日期:2019-09-11
    • 文件大小:266kb
    • 提供者:weixin_44977021
  1. Learn-A-Language:一堆编码问题-源码

  2. Learn-A-Language:一堆编码问题
  3. 所属分类:其它

  1. language-learn-源码

  2. Create React App入门 该项目是通过引导的。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。您的应用已准
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:190kb
    • 提供者:weixin_42131276
  1. programming-univbasics-3-ruby-method-arguments-lab-atx01-seng-ft-080921-源码

  2. Ruby方法参数实验室 学习目标 定义采用和使用参数的方法 定义一个采用和使用两个参数的方法 使用可选参数定义方法 介绍 现在,我们已经看到了一些定义方法的方法,这些方法可以为程序添加关键功能,让我们尝试编写自己的方法。 您可以通过在终端中运行“ learn或“ learn test来使用测试来帮助指导您。 但是,现在您可能对此很熟悉。 您将在lib/introduction.rb对方法进行编码。 在本课程的最后提供了详细的指导,但是请尝试首先自己解决这些问题。 定义一个接受和使用参数的方法
  3. 所属分类:其它

  1. LingoLand-源码

  2. LingoLand LingoLand serves anyone who is trying to learn another language at any level. Whether it be a beginner level or intermediate level, it would help users by using both the Target Language that the user wants to learn and the Native Language
  3. 所属分类:其它

  1. holbertonschool-higher_level_programming:此存储库的目的是学习Python编程语言中的所有基本技能。-源码

  2. 高级编程 The aim of this repository is to learn all the basic skills in Python Programming Language
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:183kb
    • 提供者:weixin_42148975
  1. JavaScript1:此存储库包含HackYourFuture模块“ JavaScript 1:编程基础”的所有材料-源码

  2. 弃用-Javascr ipt 1 该模块已被Javascr ipt模块替换,请在找到 In this module you'll make a start into wonderful world of programming. We will be using the programming language `Javascr ipt` to do so. You'll learn about the basic building blocks of programming: `loops`
  3. 所属分类:其它

  1. Kubeql是一种面向Kubernetes的类似sql的查询语言。-撒拉森人/ kubeql-源码

  2. kubeql Kubeql, pronounced "cubicle", is a SQL-like query language for Kubernetes resources. It might be handy for simple queries, but at the moment, it is very much a toy project for me to learn about parsers, lexers and evaluators. Things you can do
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:16kb
    • 提供者:weixin_38605538
  1. hprose的微信小程序专用版-源码

  2. Hprose 2.0 for WeChat App Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use,
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:87kb
    • 提供者:weixin_38633475
  1. Learn-a-Language-源码

  2. Learn-a-Language
  3. 所属分类:其它

    • 发布日期:2021-03-27
    • 文件大小:32kb
    • 提供者:weixin_42138408