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

搜索资源列表

  1. uCOS-II v2.52 在 STM32 上的移植

  2. /*********************** (C) COPYLEFT 2010 Leafgrass *************************/ This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core) Take care of the configuration of project. There're some Include Paths while linkin
  3. 所属分类:C

    • 发布日期:2010-09-15
    • 文件大小:1mb
    • 提供者:librae8226
  1. DAEMON Tools Lite

  2. DAEMON Tools Lite =XMind Readme= ==License== XMind 3 is dual licensed under 2 open source licenses: the Eclipse Public License v1.0 (EPL), which is available at http://www.eclipse.org/legal/epl-v10.html , and the GNU Lesser General Public License v3
  3. 所属分类:其它

    • 发布日期:2011-04-07
    • 文件大小:10mb
    • 提供者:niuyehaha
  1. Android重写Gallery

  2. 重写的Gallery,Gallery滑动的时候下面的点跟着动 package com.ray.ui.view; import java.util.ArrayList; import android.app.Activity; import android.content.Context; import android.util.Log; import android.view.GestureDetector; import android.view.KeyEvent; import andro
  3. 所属分类:Android

    • 发布日期:2011-11-29
    • 文件大小:10kb
    • 提供者:wuruize
  1. 大亚DB120 openwrt 最新修正 LED、按钮、自定义软件

  2. 再次更新,添加RGA100支持,添加LED触发器类型, 删除了按钮脚本,要自定义功能自己写脚本放在/etc/hotplud.d/button/ 下面 openwrt-RG100A_DB120-squashfs-cfe.bin http://115.com/file/c2bjz3px# 我的DB120-WG,双UBS,看着那么多的LED无法使用,于是泡论坛,看教程, 经过无数次的make, make V=99,终于修正了DB120的所有LED驱动,共9个LED, power和internet为双
  3. 所属分类:网络设备

    • 发布日期:2012-02-04
    • 文件大小:8mb
    • 提供者:zaxk
  1. DB120 RG100A最强OpenWrt固件

  2. 基于官方 OpenWrt Backfire 10.03.1 编译而成 删除了按钮脚本,要自定义功能自己写脚本放在/etc/hotplud.d/button/ 下面 openwrt-RG100A_DB120-squashfs-cfe.bin http://115.com/file/c2bjz3px# 我的DB120-WG,双UBS,看着那么多的LED无法使用,于是泡论坛,看教程, 经过无数次的make, make V=99,终于修正了DB120的所有LED驱动,共9个LED, power和int
  3. 所属分类:网络设备

    • 发布日期:2012-02-04
    • 文件大小:8mb
    • 提供者:zaxk
  1. ARM 44b0 初始化源代码

  2. ;******************************************************** ; Name : 44BINIT.S * ; Modify : hugang, hgx2000@mail.china.com * ; Descr iption: * ; C start up codes * ; Configure memory, Initialize ISR ,stacks * ; Initialize C-variables * ; Fill zeros in
  3. 所属分类:Android

    • 发布日期:2012-04-17
    • 文件大小:6kb
    • 提供者:hongwulu
  1. openwrt-RG100A-DB120 按钮 LED完美 网络收音机 网络摄像头

  2. openwrt-RG100A-DB120 按钮 LED完美 网络收音机 网络摄像头 dreambox版: dreambox-RG100A_DB120.bin openwrt标准版: openwrt-RG100A_DB120-squashfs.bin 2012-2-5 添加按键脚本,控制mplayer换台 DB120在终端下运行mplayer,按wlan 0-1秒为 暂停,2-5秒为下一首或换台,按住6秒以上关闭mplayer DB120 WLAN键控制mplayer示例 /etc/config
  3. 所属分类:Linux

    • 发布日期:2012-09-20
    • 文件大小:12mb
    • 提供者:rzd4evr
  1. Windows_Developer_Preview-Windows8_guide

  2. 英文版: Contents Windows reimagined 04 New and beautiful user interface 06 Metro style 07 It all starts here 08 Touch keyboard 08 One Windows – many shapes 09 Powered by apps 10 Your apps come with you 12 Apps can work together 12 Always on and always
  3. 所属分类:Windows Server

    • 发布日期:2012-12-28
    • 文件大小:2mb
    • 提供者:o_july
  1. Rave Player网页视频播放器

  2. 支持格式 视频: FLV, SWF, MPEG-4, 3GP 音频: MP3, AAC M4A. 支持播放列表、播放全屏、播放暂停 官方说明: A highly customizable and skin-able media player, which displays and plays collections of audio and/or video. Perfect for musicians, bands and anyone that needs to control the l
  3. 所属分类:网络基础

    • 发布日期:2013-04-20
    • 文件大小:3mb
    • 提供者:simonecho
  1. oracle和db2常用语法比较

  2. oracl 和db2 常用语法比较: 1、取前N条记录 Oracle:Select * from TableName where rownum <= N; DB2:Select * from TableName fetch first N rows only; 2、取得系统日期 Oracle:Select sysdate from dual; DB2:Select current timestamp from sysibm.sysdummy1; 3、空值转换 Oracle:Select
  3. 所属分类:DB2

    • 发布日期:2014-08-23
    • 文件大小:621kb
    • 提供者:zhaoxming
  1. PD9 Trial Reset.app

  2. PD9 Trial Reset.app
  3. 所属分类:webOS

    • 发布日期:2014-09-18
    • 文件大小:239kb
    • 提供者:u012149553
  1. 仿QQ自定义ListView 下拉刷新

  2. package me.maxwin; import java.util.ArrayList; import me.maxwin.view.XListView; import me.maxwin.view.XListView.IXListViewListener; import me.maxwin.view.XListView.RemoveListener; import android.app.Activity; import android.content.Context; import a
  3. 所属分类:Android

    • 发布日期:2015-05-04
    • 文件大小:119kb
    • 提供者:u012165769
  1. COCOS2d-X by Example Beginner

  2. Table of Contents Preface 1 Chapter 1: Installation 7 Download and installation 7 Time for action – downloading and installing Cocos2d-x 8 Hello-x World-x 9 Time for action – creating an application 9 The folder structure 11 The iOS linkage classes
  3. 所属分类:游戏开发

    • 发布日期:2015-05-18
    • 文件大小:3mb
    • 提供者:lengwuqin
  1. 倒数计时的动画

  2. package com.example.animation_4; import android.os.Bundle; import android.os.Handler; import android.app.Activity; import android.view.Menu; import android.view.View; import android.view.View.OnClickListener; import android.view.animation.Animation;
  3. 所属分类:Android

    • 发布日期:2016-01-08
    • 文件大小:1mb
    • 提供者:qq_24338013
  1. Build Report Tool 3.0.19.rar

  2. Build Report Tool README Note: If you are upgrading Build Report Tool in your project, delete the current BuildReport folder first before importing the new one! This will eliminate any potential metadata file conflicts with the old Build Report Tool
  3. 所属分类:C#

    • 发布日期:2016-05-12
    • 文件大小:232kb
    • 提供者:ytmteihc
  1. hypergrowth-app:HyperGrowth-Penny股票新闻和催化剂-源码

  2. HyperGrowth应用程序 最新截图 如何在本地运行 安装Android Studio 安装节点(12.x),纱线(1.x) 运行Android模拟器。 (来自Android Studio或Genymotion) 运行Metro捆绑器。 yarn start 运行Android应用。 yarn android 尖端 运行yarn refresh以快速重新加载android应用,而无需重建 运行yarn reset来重置程序包管理器缓存 运行adb uninstall com.siri
  3. 所属分类:其它

    • 发布日期:2021-03-26
    • 文件大小:24mb
    • 提供者:weixin_42127937
  1. RowingView:小船儿游啊游。仿照其他App的动画写的一个效果-源码

  2. 这个是模仿其他应用写的一个效果。 目标效果: 第一版效果: 目前效果: 主要实现功能比较简单,我说一下踩过的坑 第一次简单实现的时候,上下滑动次数太多会卡顿 这个原因是在onDraw中每次都要重新设置mRiverPath导致的。 刚开始我写的比较简单, mRiverPath是一条连续的直线,我直接通过判断Adapter的下标来设置mRiverPath : override fun onDraw(canvas: Canvas) { super.onDraw(canvas)
  3. 所属分类:其它

  1. Jungle-App:用Rails 4.2构建的一个小型电子商务应用程序,用于通过示例教学Rails-源码

  2. 丛林 用Rails 4.2构建的一个小型电子商务应用程序,以通过示例的方式来介绍Rails。 设置 运行bundle install以安装依赖项 创建config/database.yml复制config/database.example.yml 创建config/secrets.yml复制config/secrets.example.yml 运行bin/rake db:reset以创建,加载和播种db 基于.env.example创建.env文件 注册一个Stripe帐户 将Stripe
  3. 所属分类:其它

  1. bitpocket-mobile-app:用于在销售点接受比特币付款的移动应用程序(Bitcoin POS)-源码

  2. 比特币 在销售点启用比特币付款。 屏幕截图 主要特点 多个帐户 BIP32 HD键 测试网支持 支持不同货币 i18n支持 开发设置 BitPocket是基于Ionic / Cordova框架的应用程序。 因此,需要几个节点模块才能开始。 为了设置您的环境,需要安装以下全局节点模块: npm i cordova ionic -g 成功安装所需的全局模块后,在项目文件夹中执行npm i以收集所有本地模块依赖项。 此外,还需要一些cordova插件。 ionic state reset --plu
  3. 所属分类:其它

  1. zx-app-源码

  2. zx-app 该应用程序用于练习高级Git命令,例如Rebase, Squash, Chery-pick等。 并且还针对意外情况,例如将git reset --hard为特定的提交等等。
  3. 所属分类:其它

    • 发布日期:2021-03-28
    • 文件大小:75kb
    • 提供者:weixin_42128558
« 12 3 4 »