搜索资源列表
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
zlib-1.2.5
- 开源 zlib 库 zlib是提供数据压缩用的函式库,由Jean-loup Gailly与Mark Adler所开发,初版0.9版在1995年5月1日发表。zlib使用DEFLATE算法,最初是为libpng函式库所写的,后来普遍为许多软件所使用。此函式库为自由软件,使用zlib授权。截至2007年3月,zlib是包含在Coverity的美国国土安全部赞助者选择继续审查的开源项目。-Is to provide open source zlib data compression librar
geometry-1.5.source.tar
- 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
psat-2.1.5-mat
- psat最新版本的说明书,对先前版本的精简和补充-psat latest version of the specification, the streamlined version of the previous and supplements
fftw-2.1.5
- 该程序为fftw的简化高效版,fftw为MIT的开源fft程序,功能非常强大。包括范围也很广。这个为简单版本。-The program for high-performance version of fftw simplified, fftw for MIT s open source fft procedure, very powerful. Including a very wide scope. This for the simple version.
1
- 1.输入一个数,并以它为边长画出一个用*组成的正方形. 2.求解满足1*1+2*2+...n*n<1000的i的最大值. 3.求1~1000中的完数 4.输入一个数,并判断它是否为素数(这是return 语句的巧用) 5.输出0~100中所有不能被3整除的数-1. Enter a few, and to its side length* component used to draw a square. 2. Solving Satisfied 1* 1+2* 2+ .
bzip2-1.0.5.tar
- ottimo compressore migliore dello zip open source
comparison_numerical_interpolation_real_values.ra
- Used function P(x) = 1+x− x2+0.2x3+0.1x4 and its known the values P(x)=[ -6.2 -8.3 -5.0 -1.1 1 1.3 2.2 8.5 27.4], in x= [-4 -3 -2 -1 0 1 2 3 4] to interpolate in the xi = − 4 + 0.1i, i = 0, 1, 2, . . . 80. Results are graphical
1
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
1
- 1、主要是产生0,1,2,3,阶贝赛尔函数图形。 2、产生线性调频信号和它的的频谱图。 3、产生单个脉冲的三维模糊图以及对应的等值图。 4、它是程序3的嵌套子程序,用于产生单个脉冲。 5、用于产生高斯和瑞利分布函数。 -These programs can produce 1、Bessel graph;2、LFM signal and its amplitude spectrum;3、ambiguous graph 4、Gaussian and Rayleigh funct
SingleFileDataStorage1.4.1
- SFDS虚拟文件系统,由一系列相关文件组成,其结构类似于压缩文件(但又不是压缩文件),可用于程序开发,其优点: (1)压缩/解压由系统自动完成,用户不必在此技术上花费大师精力; (2)完全兼容Delphi之流操作; (3)流可以从虚拟文件系统中间开始、结束,不必象一般压缩文件一样,从头开始读 (4)线程安全,可从同一文档中读写多个流 (5)最大支持2G的大文件 (6)可针对流建立“快捷方式”,类似于Winodws的快捷方式方式 (7)可进行各种检索 (8)开源、免
fftw-2.1.5
- fft的一个较快的实现算法的C++库,据说是最快的fft的实现算法。-fft of a fast algorithm of the C++ library, is said to be the fastest implementation of fft algorithm.
1
- 求1-5的阶乘-Find the factorial 1-5
BP-NET
- 用动量梯度下降法训练BP网络 已知输入向量为P=[-1,-2,3,1 -1,1,5,3],目标输出为T=[-1,-1,1,1]。 -Gradient descent with momentum BP network training input vector is known as P = [-1,-2,3,1 -1,1,5,3], the target output for the T = [-1,-1,1, 1].
zlib-1.2.5.tar
- zlib-1.2.5.tar.zip gzip编码,最早由Jean-loup Gailly和Mark Adler创建,用于UNIX系统的文件压缩。我们在Linux中经常会用到后缀为.gz的文件,它们就是GZIP格式的。现今已经成为Internet 上使用非常普遍的一种数据压缩格式,或者说一种文件格式。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。-Zlib-1.2.5. Tar.zip gzip code,
1.5-dimensional-spectrum
- 1.5维谱具有良好的噪声抑制能力, 是分析非线 、非高斯信号的强有力工具-1.5 d spectroscopy has good noise suppression capability, is to analyze the line The strong tool, non-gaussian signal
CWSS17.1.1.4
- 基于隐马尔科夫模型的中文分词系统,上交ieee专业大一作业,界面一般,主要用于学习,在此分享,注:开发环境python3.5(Based on Hidden Markov model of Chinese word segmentation system, on the IEEE professional freshman job, interface is common, mainly used for learning, in this share, note: development en
LZ4-1.7.5
- LZ4 compression/decompression algorithm 1.7.5
1.5维能量谱
- 1.5维能量谱matlab程序,有需要的可以下来看看(1.5-dimensional energy spectrum matlab program)
1.5维能量谱MATLAB代码
- 1.5维能量谱matlab程序,有需要的可以下来看看,文件包含1.5维能量谱、1.5维包络谱,可直接运行使用