搜索结果
找到约 1,036 项符合
Simple-lz 的查询结果
网络 项目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface t
项目描述:
Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to manipulate and browse the queue. The queue management API is done in a fairly simple UNIX manner, and can be easily extended.
Trickster Streaming Server是一个具有简单 Web接口的纯 ...
编译器/解释器 C语言实现的SIMPLE语言词法分析器
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。
人工智能/神经网络 SCS-C is another port to C of Goldberg s Simple Classifier System, with a few extensions.
SCS-C is another port to C of Goldberg s Simple Classifier System,
with a few extensions.
matlab例程 Simple Support Vector Machine toolbox
Simple Support Vector Machine toolbox
其他 prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example
prolog 找路例子程序:
=== === === === === ===
Part 1-Adding connections
Part 2-Simple Path
example
| ?- path1(a,b,P,T).
will produce the response:
T = 15
P = [a,b] ?
Part 3 - Non-repeating path
As an example, the query:
?- path2(a,h,P,T).
will succeed and may produce the bindings:
P = ...
人工智能/神经网络 Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It c
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It can solve C-SVM classification,
nu-SVM classification, one-class-SVM, epsilon-SVM regression, and
nu-SVM regression. It also provides an automatic model selection
tool for C-SVM classification. This doc ...
其他 有保存/装载能力的简单加密程序。This is a simple encryption program with save/load capability.
有保存/装载能力的简单加密程序。This is a simple encryption program with save/load capability.
Java编程 a simple java promgran
a simple java promgran
数学计算 这是一个用SIMPLE法模拟的矩形流场的程序
这是一个用SIMPLE法模拟的矩形流场的程序,程序结果可在TECPLOT软件中演示。迭代解法用的是线迭代。程序结果在RESUL文件夹中。
汇编语言 This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only ha
This a simple compressor based on aplib, yoda s Kernel code, and my own
stuffing around. It only has one function with MANY limitations at the moment,
but it is desinged for demo purposes only so it don t matter.