搜索结果
找到约 55 项符合
black-fin 的查询结果
Applet 站内文本搜索Java小程序 SearchToHTML applet小程序可以让你对指定的若干文件进行文本搜索
站内文本搜索Java小程序
SearchToHTML applet小程序可以让你对指定的若干文件进行文本搜索,并且把搜索结果以HTML格式返回。
你可以在搜索框内打入查询内容,可以以空格或者逗号作为分隔,要搜索一个短语,可以用双引号括起来,例如 "black cat"。 ...
其他 PNG开放源接口 The interface has been designed to be as simple and intuitive as possible. It supports plo
PNG开放源接口 The interface has
been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green,
blue), HSV (hue, saturation, value/brightness) and CMYK (cyan, magenta, yellow, black) colour spaces, basic
shapes, scaling, bilinear interpolation, full ...
文章/文档 A Tutorial on Principal Component Analysis.Principal component analysis (PCA) is a mainstay of moder
A Tutorial on Principal Component Analysis.Principal component analysis (PCA) is a mainstay of modern data analysis - a black box that
is widely used but poorly understood. The goal of this paper is to dispel the magic behind this
black box.
通讯/手机编程 一个不错的关于手机模块程序This page contains everything that has changed in the history of DC++. Read this to fin
一个不错的关于手机模块程序This page contains everything that has changed in the history of DC++. Read this to find out about features that are poorly or not documented at all. You ll also find all the people that have contributed code to DC++ here
VC书籍 A very good resource on Visual C++ 6.0 environment. It teaches through step by step approach and fin
A very good resource on Visual C++ 6.0 environment. It teaches through step by step approach and finally delves into more deeper concepts.
电子书籍 Ruby For Rails 经典的RoR电子书 译者: 吴畅欣 / 张明生 作者: 布莱克 ISBN: 9787115161611 页数: 386 定价: 59.0 出版社: 人民邮
Ruby For Rails 经典的RoR电子书
译者: 吴畅欣 / 张明生
作者: 布莱克
ISBN: 9787115161611
页数: 386
定价: 59.0
出版社: 人民邮电出版社
装帧: 平装
出版年: 2007-7-1
# 简介
本书是一部专门为Rails实践而写的经典Ruby著作,由四部分组成,共17章。第一部分讲述Ruby和Rails的编程环境。第二部分和第三部分与Rails紧 ...
金融证券系统 An example case is considered to price an option at a maturity of T years - prices are simulated for
An example case is considered to price an option at a maturity of T years - prices are simulated for Geometric brownian motion process at 2*T maturity, and Brownian Bridge is used to obtain prices at T maturity. Finally option prices are compared to Black Scholes values to verify results
Java编程 A java application - processing which can be downloaded free from processing.org Here it uses a fre
A java application - processing which can be downloaded free from processing.org
Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns blac ...
数据结构 Datastructure: Linked Lists Stack and Queue Multi-lists Linked Structures Trees Binary Tree S
Datastructure:
Linked Lists
Stack and Queue
Multi-lists
Linked Structures
Trees
Binary Tree
Searching and Sorting
AVL Tree
Red-Black Tree
嵌入式/单片机编程 Memory allocation in C Dynamic memory allocation and the structures that implement it in C are so u
Memory allocation in C
Dynamic memory allocation and the structures that implement it in C are so universal that they re sometimes treated as a black box. In the real world of embedded systems, that may not be desirable or even possible.