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

搜索资源列表

  1. Android虚拟机Dalvik完整源码

  2. Android虚拟机Dalvik完整源码,宝贵资源,欢迎下载! This directory contains the Dalvik virtual machine and core class library, as well as related tools, libraries, and tests. A note about the licenses and header comments --------------------------------------------- Mu
  3. 所属分类:Android

    • 发布日期:2010-05-19
    • 文件大小:9mb
    • 提供者:eeagle518
  1. eclipse 开发c/c++

  2. C 和 C++ 语言都是世界上最流行且使用最普遍的编程语言, 因此 Eclipse 平台(Eclipse Platform)提供对 C/C++ 开发的支持一点都不足为奇。 因为 Eclipse 平台只是用于开发者工具的一个框架,它不直接支持 C/C++;它使用外部插件来提供支持。 本文将向您演示如何使用 CDT — 用于 C/C++ 开发的一组插件。CDT 项目(有关链接, 请参阅本文后面的 参考资料一节)致力于为 Eclipse 平台提供功能完全的 C/C++ 集成开发环境(Integrat
  3. 所属分类:C++

    • 发布日期:2011-07-31
    • 文件大小:29mb
    • 提供者:hendyyou
  1. netWindows_0.3.0_pre2

  2. RELEASE NOTES: README.txt,v 1.5 2003/02/22 06:21:57 russcoon Exp $_______________________________________________________________________________0.3.0 pre2OVERVIEW: netWindows 0.3 pre2 is fairly close to a release canidate for the 0.3 final release.
  3. 所属分类:Web开发

    • 发布日期:2006-02-23
    • 文件大小:190kb
    • 提供者:chenxh
  1. Android ZXing 2.3.0源码及编译后的core-2.3.0.jar和android-integration-2.3.0.jar打包亲测可用

  2. 最近2013-11-29(Nov 29, 2013)更新的Android ZXing 2.3.0 release源码及编译后的core-2.3.0.jar和android-integration-2.3.0.jar打包亲测可用,如大家有兴趣自己编译的话请参考下面的教程。 下面我写的教程修改自sonikk的csdn博客http://blog.csdn.net/sonikk/article/details/9228481在此向博主sonikk表示敬意! 下载后解压缩ZXing-2.3.0 目录当中
  3. 所属分类:Android

    • 发布日期:2013-12-30
    • 文件大小:6mb
    • 提供者:j472950043
  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. 可在win vs下单步调试的SQLite

  2. 网上大多数的使用vs2005编译sqlite是编译成为dll 我的目的是为了分析sqlite 所以还是编译成一个可执行程序方便单步调试 1 创建一个空的Win32 Console Application工程 2 sqlite3 6 23的所有源码均加入工程 除去以下几个 mutex os2 c mutex unix c os os2 c os unix c tclsqlite c shell c 可去可不去 不去的话 可生成执行SQL的输入控制吧 方便调试;去掉的话 需要自已编写一个测试的C文
  3. 所属分类:SQLite

    • 发布日期:2015-03-11
    • 文件大小:907kb
    • 提供者:guotong1988
  1. springmybatis

  2. MyBatis 目录(?)[-] mybatis实战教程mybatis in action之一开发环境搭建 mybatis实战教程mybatis in action之二以接口的方式编程 mybatis实战教程mybatis in action之三实现数据的增删改查 mybatis实战教程mybatis in action之四实现关联数据的查询 mybatis实战教程mybatis in action之五与spring3集成附源码 mybatis实战教程mybatis in action之六与S
  3. 所属分类:Java

    • 发布日期:2015-09-05
    • 文件大小:19mb
    • 提供者:u012807534
  1. OPC UA 客户端 服务器 标准库源码

  2. Overview This OPC UA reference implementation is targeting the .NET Standard Library. .Net Standard allows developing apps that run on all common platforms available today, including Linux, iOS, Android (via Xamarin) and Windows 7/8/8.1/10 (includin
  3. 所属分类:C#

    • 发布日期:2016-10-28
    • 文件大小:6mb
    • 提供者:hotwanhaha
  1. lwip源码(小型TCP/IP协议栈)

  2. INTRODUCTION lwIP is a small independent implementation of the TCP/IP protocol suite. The focus of the lwIP TCP/IP implementation is to reduce the RAM usage while still having a full scale TCP. This making lwIP suitable for use in embedded systems w
  3. 所属分类:网管软件

    • 发布日期:2019-05-07
    • 文件大小:12mb
    • 提供者:qs_0928
  1. Object- Oriented Programming with Ansi-C

  2. 没有任何一种编程技术能解决所有问题; 没有任何一种编程语言只输出正确的结果; 没有任何一个程序员需要从零开始一个项目。 -----这三句似曾相识? 这是一本17年前的书,写的是用纯C来实现OOP。。。 亘古的C,永远的C。。。 关天C,我没有其它要说的了。 关于这个资源,还有一句:原书+源码,全在这儿 我希望10年后我还在读它,看它。。。 No programming technique solves all problems. No programming language produce
  3. 所属分类:C

    • 发布日期:2010-11-02
    • 文件大小:967kb
    • 提供者:samsam598
  1. Android P实现静默安装的方法示例(官方Demo)

  2. Android9.0无法通过以下两种方式实现静默安装: 1.runtime执行shell cmd 2.PackageInstall 反射机制 但是Google已经给我们推荐了相关的APIDemos,所以建议大家多看看源码~ 在frameworks/base/core/java/android/content/pm/PackageInstaller.java有段关于该类的介绍: The ApiDemos project contains examples of using this API:
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:45kb
    • 提供者:weixin_38546608
  1. core-code-project-源码

  2. core-code-project
  3. 所属分类:其它

    • 发布日期:2021-03-07
    • 文件大小:61kb
    • 提供者:weixin_42102358
  1. CarDealership-main.zip-源码

  2. 汽车代理商 发布汽车出售或提交价格,您会在您的价格范围内看到待售汽车 尼克·林道( Nick Lindau)和李维·科勒( Levi Kohler)和康纳·伯吉斯( Connor Burgess) 使用的技术 .NET5.0 C# ASP.net核心MVC Visual Studio程式码 描述 {与ASP.net Core MVC一起进行MVC练习} 设置/安装要求 在( )中找到存储库 选择存储库上方的绿色“代码”按钮,然后复制HHTPS链接 在您的终端中,找到要放置[INSERT
  3. 所属分类:其它

  1. advent-utils:用于Advent of Code解决方案的帮助程序实用程序-源码

  2. advent-utils Clojure帮助工具实用程序库,用于解决难题 用法 将以下内容添加到您的Leiningen :dependencies [advent-utils " 0.1.1 " ] advent-utils.core core名称空间包含用于加载拼图输入(另存为文件)的主要帮助程序函数,以及跨多个拼图往往需要的各种小型实用程序函数 ( ns foo ( :require [advent-utils.core :as u])) ; Save your puzzle in
  3. 所属分类:其它

    • 发布日期:2021-02-16
    • 文件大小:16kb
    • 提供者:weixin_42116794
  1. weather-app-angular:由Landon Messmer创建的天气应用-源码

  2. weather_app 该项目是使用 9.0.0版生成的 入门 转到项目文件夹并安装依赖项: npm install 启动开发服务器,并在浏览器中打开localhost:4200 : npm start 项目结构 dist/ web app production build docs/ project docs and coding guides e2e/
  3. 所属分类:其它

    • 发布日期:2021-02-12
    • 文件大小:390kb
    • 提供者:weixin_42102272
  1. omn​​isharp-vscode:对Visual Studio Code的官方C#支持(由OmniSharp支持)-源码

  2. Visual Studio Code的C#(由OmniSharp提供支持) 主 释放 欢迎使用Visual Studio Code的C#扩展! 此扩展在VS Code中提供以下功能: 轻量级开发工具。 强大的C#编辑支持,包括语法突出显示,IntelliSense,转到定义,查找所有引用等。 对.NET Core(CoreCLR)的调试支持。 注意:不支持Mono调试。 桌面CLR调试的。 在Windows,macOS和Linux上支持project.json和csproj项目。
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:639kb
    • 提供者:weixin_42109125
  1. i-CodeCNES:i-Code CNES是一个静态代码分析工具,可帮助开发人员编写符合CNES编码规则的代码-源码

  2. i-Code CNES是一个静态代码分析工具,可帮助开发人员编写符合Fortran 77,Fortran 90和Shell的CNES编码规则的代码。 有关CNES标准覆盖范围以及规则可用性和限制的所有信息,可以在阅读。 快速开始 在上下载最新的i-Code版本。 在需要的地方解压缩i-Code存档。 将icode添加到您的路径。 授予icode执行权限。 运行icode path/to/project/directory 。 i-Code产品 i-Code核心 这是包含所有用于代码分析
  3. 所属分类:其它

    • 发布日期:2021-01-31
    • 文件大小:11mb
    • 提供者:weixin_42117032
  1. Rasa Core现在是Rasa repo的一部分:一个开源机器学习框架,以自动化基于文本和语音的对话- RasaHQ/rasa_core-源码

  2. Rasa Core (DEPRECATED) :warning_selector::woman_construction_worker_selector: The code is now part of the Rasa repo . Please create any Pull Requests or Issues there. :man_construction_worker_selector::warning_selector: License Licensed under the Apa
  3. 所属分类:其它

  1. 聊天机器人框架-源码

  2. Note: This repository contains the core code of the FondBot framework. If you want to to build chatbot using FondBot framework, visit the main . About FondBot FondBot is a framework for building chat bots. The main goal of this project is to provide
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:70kb
    • 提供者:weixin_38727694
  1. Atom是一个Minecraft服务器软件,它基于Minecraft Forge和Minecraft 1.12.2版本的CraftBukkit。- josephworks / AtomMC-源码

  2. Atom is a Minecraft server core created by AtomicInteger which is based on and for 1.12.2 version of Minecraft. Also some parts of the code are taken from such project as and its derivatives. The code is from and its forks. This project is not af
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:11mb
    • 提供者:weixin_38586118