P

Java in a Nutshell, 5th Edition 文档

Java in a Nutshell, 5th Edition

wxf2378 2012-10-14   3560   0

C++算法之A*算法 代码段

  那么,这时候就要A*算法就可以排上用场了。 A*算法和普通的算法有什么区别呢?我们可以用一个示例说明一下: /* * 0 0 0 0 0 * 1 1 1 1 1 * 1 0 0 0 1 * 1 0 0 0 1

jopen 2015-06-24   4410   0
算法  

Promises/A 的实现:When.js 经验

When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss

jopen 2013-02-15   15401   0

iOS-Split-A-B-Test-Library 经验

这是一个iOS库,用来对你的iOS应用程序执行远程控制和监控的A/B测试。提供UIButton控制按钮文本和按钮的背景图像。还提供了一个通用的测试字符串值的机制可以用来控制任何消息传递或行为。

jopen 2012-10-31   20153   0

Arduino 编程工具:S4A 经验

S4A是使Arduino开源硬件平台能够简单编程的Scratch修改版。在S4A中,提供了一系列新的传感器模块和输出模块,并通过它们连接到你的Arduin控制器上。 项目主页: http://www

jopen 2014-12-02   35974   0
S4A  

简约、轻快的博客:A-Simple-CMS 经验

先下载项目解压至apache根目录 2.cd 根目录/protected/config/main.php查找"数据库配置"并修改你的数据库配置信息;查找"七牛配置"修改你的七牛配置信息(ps:无七牛账户去www

jopen 2015-08-31   14599   0

NewPipe - A lightweight Youtube frontend for Android. 经验

NewPipe NewPipe: 一A free lightweight Youtube frontend for Android. Screenshots Description NewPipe

jopen 2016-02-15   14056   0

Luce – A GUI Module for Lua Based on JUCE 经验

and Android are available. What is Luce ? Luce is a Lua module for GUI programming based on the portable

PenDunkel 2016-01-31   36180   0

A foursquare client written entirely in kotlin 经验

来自: https://github.com/chemouna/Nearby A Simple Foursquare client written in kotlin Demo (click to

jeun4115 2016-02-14   7364   0
Kotlin  

bluebird(Promise/A+)介绍 经验

http://giscafer.com/2016/02/04/bluebird-api-study/ Promises/A+规范 Promise 是一个拥有 then 方法的对象或函数,起行为符合本规范; thenable

kdwh0504 2016-02-04   18090   0
P2

  linux操作系统_试题a 文档

------- 专业:计算机科学与技术 课程名称: Linux操作系统    学分:3 试卷编号(A) 课程编号: 1342200 考试方式: 机考 考试时间: 90 分钟 拟卷人(签字): 拟卷日期:

wwh1407 2013-03-21   4186   0
Linux   试题  

Create a Slick and Accessible Slideshow Using jQuery 开源项目

这是一篇介绍如何利用jQuery创建Slideshow的文章。

码头工人 2019-02-23   416   0

Making a Cool Spotlight Effect with jQuery 开源项目

利用jQuery创建一种Cool集焦效果。

码头工人 2019-02-23   464   0
jQuery  

Making a Really Cool jQuery Gallery 开源项目

Making a Really Cool jQuery Gallery利用PHP扫描某一目录下的所有图片,然后用CSS、jQuery和 jQuery Lightbox 插件生成一个漂亮的相册。

码头工人 2019-02-23   568   0
Gallery   jQuery   PHP  

Build a Web 2.0 Document Search Site 开源项目

在这篇文章中介绍了如何利用jQuery创建一个按文档扩展名进行过滤的文档搜索界面。通过这篇文章将会学习到较多的jQuery使用技巧和技术。

码头工人 2019-02-23   403   0
jQuery  

Making a Google Wave History Slider 开源项目

利用jQuery创建可以通过拖动滑块在一个评论板块中查看前后发表的评论。向前拖动将展开最新的评论,向后拖动将收缩隐藏评论。类似于Google Wave History Slider。

码头工人 2019-02-23   512   0
jQuery   Slider  
P22

  Python 2 vs .Python 3 A retrospective 文档

2 vs. Python 3 A retrospectiveGuido van Rossum guido@python.org Hackers 2013 2. Why a new version"Python

yox66 2014-12-16   338   0

Dockerizing a Node.js web app 经验

com/dockerizing-a-node-js-web-app/ The goal of this example is to show you how to get a Node.js application

wfdq7172 2016-02-27   14395   0

Bug - a distributed bug tracking system 经验

com/driusan/bug Bug Bug is an implementation of a distributed issue tracker using git (or hg) to manage

SopOINC 2016-02-11   35962   0

Java开源-astar:A 星算法 经验

astar A星算法Java实现 一、适用场景 在一张地图中,绘制从起点移动到终点的最优路径,地图中会有障碍物,必须绕开障碍物。 二、算法思路 1. 回溯法得到路径 (如果有路径)采用

Iverson76er 2017-07-11   32295   0
1 2 3 4 5 6 7 8 9 10