搜索资源列表
detrin-0.1.1
- DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining. We will use standard ISO C++ programming language to develop our project. The goal of DETRIN is to facilitate researchers in the related fields.
g.723.1
- c源代码标准是 g.723.1的 完整的压缩包-c source code is the standard of integrity g.723.1 compressed
owl-s-1.0.1
- 开发owl的API,提供了W3C规定标准接口,是目前比较少的API.-development owl API provides a standard interface W3C, is the relatively small API.
clist-1.5.4-release
- CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
ISO_IEC10373-full
- 符合iso14443标准的非接触式卡片和读卡器测试标准 ISO_IEC10373 标准全集,包括ISO_IEC10373-1至ISO_IEC10373-7 和 ISO_IEC10373-6的5个增补协议。 规定了天线场强等的测试方法-Meet iso14443 standard non-contact cards and card reader standard test criteria ISO_IEC10373 Complete Works, including ISO_IEC10373
G.984.1-200303
- GPON 标准 GPON ITU 标准 G984.1-2003 -GPON ITU standard G984.1-2003
quartz-1.6.4
- Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to cr
quartz-1.6.0
- Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to cr
Standard_Ecu_Reprogramming-1(General_Description)
- This document is a part of Standard ECU reprogramming specification package for (Renault, Nissan, Peugeot and Citroë n). This package is divided into five parts, consistent to each others. This is first part: General descr iption
sts-2.0b
- NTIS随机数质量检测程序, 主要用于测试产生的随机数质量-NTIS standard random test program
log4j
- log4j的配置文件!可以很好的配置log4j的程序,是一个标准模板-log4j configuration file! Log4j configuration can be a very good program, is a standard template
Internet_X[1].509
- 文档包括X.509标准的一系列文章.中文版的比较难找.主要是包括证书中各个字段说明和一些密码学算法的介绍.-Documents including X.509 standard series of articles. Chinese version quite difficult to find. Mainly include the certificate number of each field notes and the introduction of cryptography algor
zuiyou
- 本程序是基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改 -This procedure is based on the priority direction of the robot to find the optimal path algorithm can also be used to solve the ma
36.912-1
- LTE--A最新标准912系列,对于研究LTE-A系统非常有用-LTE- A New Standard 912 series, for the study of LTE-A system is useful
1.1
- 标准grove算法与pi/2相移算法的成功概率对比程序 标准grove算法与三种改进算法的成功概率对比程序-Standard grove algorithm and pi/2 phase shift algorithm is the probability of success compared with the three process standards grove algorithm improved algorithm compared the probability of pro
1.38333115-20101017
- IEEE standard for reading the document
DisplayPort1.2
- VESA DisplayPort Standard Version 1, Revision 2 Released January 5, 2010 The purpose of this document is to define a flexible system and apparatus capable of transporting video, audio and other data between a Source Device and a Sink Device o
1
- 编写一个程序,估算所给出n个实数的均值Mean、方差Variance和标准差StdDeviation。 其中: 均值指这些数字的平均值。 计算标准差的公式如下: 这里的σ(x1,…,xn)是x值的标准差,xavg则是这n个值的均值。 方差是标准差的平方。 要求: n个实数采取手工输入; 使用表1、2、3提供的数据进行测试。-Write a program to estimate the real number given by the mean of
STLport-5.2.1.tar
- 一个标准库C++ STL的实现,很流行的,从网上下载的-A standard library of C++ STL implementation, very popular, downloaded from the Internet
sort
- 排序算法有很多,所以在特定情景中使用哪一种算法很重要。为了选择合适的算法,可以按照建议的顺序考虑以下标准: (1)执行时间 (2)存储空间 (3)编程工作 对于数据量较小的情形,(1)(2)差别不大,主要考虑(3);而对于数据量大的,(1)为首要。 -Sorting algorithm has a lot, so in particular situations in which an algorithm is very important. In order to sele