Mozilla演示MediaStream Processing 资讯

Mozilla 提出新的 Web 标准“ MediaStream Processing ”,通过 JavaScript API 实时处理音频和视频流。虽然开发尚处于起步阶段,但出于测试目的 Mozilla

码头工人 2012-01-21   6064   0
Mozilla  
P

Text Processing in Python 文档

Text Processing in Python is an example-driven, hands-on tutorial that carefully teaches programmers how to accomplish numerous text processing tasks using the Python language. Filled with concrete examples, this book provides efficient and effective solutions to specific text processing problems and practical strategies for dealing with all types of text processing challenges.

mylijie 2014-12-12   429   0
P93

  WSDL WebService Description Language 文档

1. WSDLWeb Service Description Language1 2. 位置2 3. 作用任何操作系统上的任何语言的应用均能访问Web服务 WSDL定义了web服务接口和服务间如何互相通信3

coxlin 2014-07-27   2292   0
P

The C programming Language(英文) 文档

C is a general-purpose programming language. It has been closely associated with the UNIX operating system where it was developed, since both the system and most of the programs that run on it are written in C. The language, however, is not tied to any one operating system or machine; and although it has been called a ``system programming language'' because it is useful for writing compilers and operating systems, it has been used equally well to write major programs in many different domains. <br> Many of the important ideas of C stem from the language BCPL, developed by Martin Richards. The influence of BCPL on C proceeded indirectly through the language B, which was written by Ken Thompson in 1970 for the first UNIX system on the DEC PDP-7.

johnnych 2014-12-19   457   0

Qore Programming Language 0.8.6.1 资讯

Qore 是一种支持线程和嵌入式逻辑的脚本语言。专为企业应用界面开发提供一种基于脚本的灵活方式,也可以作为一种实用的通用语言。

jopen 2012-11-10   8819   0
Qore  
P

《The C Programming Language》答案 文档

《The C Programming Language》答案

1281818150 2012-11-01   6093   0
P119

  Hive Data Definition Language 文档

Hive Data Definition Language · Hive Data Definition Language · Create/Drop Database · Create Database

xnbw 2016-01-12   1589   0
P

THE Java Programming Language, Fourth Edition 文档

Direct from the creators of the Java™ programming language, the completely revised fourth edition of The Java™ Programming Language is an indispensable resource for novice and advanced programmers alike.<br> Developers around the world have used previous editions to quickly gain a deep understanding of the Java programming language, its design goals, and how to use it most effectively in real-world development. Now, Ken Arnold, James Gosling, and David Holmes have updated this classic to reflect the major enhancements in Java™ 2 Standard Edition 5.0 (J2SE™ 5.0).

silentboy 2015-02-21   372   0

Annotation-Processing-Tool详解 经验

import javax.annotation.processing.AbstractProcessor; import javax.annotation.processing.ProcessingEnvironment;

ShellaKowal 2016-08-09   20205   0

Java 图像处理框架 Processing 经验

Processing 是一个为想要图像处理程序所提供的开源编程语言和环境,动画和互动。这是使用的学生,艺术家,设计师,研究人员和爱好者学习,原型及生产。这是建立基础教育计算机编程在视觉方面,并作为软件

fmms 2012-02-12   26516   0

高性能动态语言 The Julia Language 经验

Julia是一个新的高性能动态高级编程语言。语法和其他编程语 言类似,易于其他语言用户学习。

openkk 2012-02-27   30442   0
P45

  The Swift Programming Language 中文版 文档

The Swift Programming Language-欢迎使用Swift-Swift 初见 通常来说,编程语言教程中的第一个程序应该在屏幕上打印“Hello, world”。在 Swift 中,可以用一行代码实现: 

rgbweb8 2015-03-16   666   0

开发面向图形的应用:Processing 简介 经验

Processing是一个为开发面向图形的应用( visually orientedapplication )而生的简单易用的编程语言和编程环境。Processing的创造者将它看作是一个代码素描本。

jopen 2013-11-13   10608   0

开源编程语言Processing发布2.0版 资讯

用于创意艺术和视觉设计的开源编程语言和开发环境 Processing 发布了 2.0 版 ( 代码 托管在 Github) ,主要新特性是用 OpenGL 加速的渲染器替代基于软件的渲染器。 Processing 项目诞生于 2001

jopen 2013-06-05   9651   0

Processing 的 JavaScript 实现版本:p5.js 经验

一个JS的客户端库,用于创建图形和互动体验。基于Processing的核心原则。 Processing 是一个开放原始码的程序语言及开发环境,提供给那些想要对影像、动画、声音进行程序编辑的工作

jopen 2014-08-16   50561   0

图像处理库 simple-iphone-image-processing 经验

http://en.wikipedia.org/wiki/Thresholding_(image_processing ) Gaussian blur (used as a preprocessing step

openkk 2011-12-03   24482   0

数据可视化的招牌工具:Processing 经验

Processing 是数据可视化的招牌工具。你只需要编写一些简单的代码,然后编译成Java。目前还有一个 Processing.js 项目,可以让网站在没有Java Applets的情况下更容易地使

jopen 2014-06-20   28117   0

node.js下用的自然语言处理工具:natural 经验

string similarity等。 var natural = require('natural'), tokenizer = new natural.WordTokenizer(); console

jopen 2015-01-20   19975   0

谷歌Cloud Natural Languages API推新技术:助力新闻行业发展 资讯

近日,谷歌在其免费的 Cloud Natural Languages API(共享软件技术)中推出了新功能,它们将能帮助新闻编辑室以及其他企业分类信息以便以后更容易找到。谷歌被认为是出版商的混合体,虽

jopen 2017-09-20   6236   0
Google  

Fel(Fast expression language)表达式引擎 博客

Fel是轻量级的高效的表达式计算工具。 Fel在源自于企业项目,设计目标是为了不断变化的功能需求和性能需求。 Fel是开放的,引擎计算中的多个模块都可以扩展或替换。Fel的执行主要是通过函数实现,运算符(+、-、*等都是Fel函数),所有这些函数都是可以替换的,扩展函数也非常简单。 Fel有双引擎,同时支持解释执行和编译执行。可以根据性能要求选择执行方式。编译执行就是将表达式编译成字节码(生成ja

greenpineyu 2011-09-05   4726   0
1 2 3 4 5 6 7 8 9 10