搜索结果

找到约 846 项符合 Set-TOP 的查询结果

其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
https://www.eeworm.com/dl/534/167785.html
下载: 195
查看: 1056

其他数据库 首先确认您的机器上已经安装了VC6.0以上版本

首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据 ...
https://www.eeworm.com/dl/645/169226.html
下载: 74
查看: 1094

其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als

The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
https://www.eeworm.com/dl/542/170032.html
下载: 72
查看: 1075

VHDL/FPGA/Verilog Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes:

Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes: -- Every command is acknowledged. Do not set a new command before previous is acknowledged. -- Dout is available 1 clock cycle later as cmd_ack
https://www.eeworm.com/dl/663/170107.html
下载: 26
查看: 1075

数据结构 定义一个字符串类String

定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小 ...
https://www.eeworm.com/dl/654/172544.html
下载: 198
查看: 1209

数据结构 首先定义一个点类Point

首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信 ...
https://www.eeworm.com/dl/654/172545.html
下载: 45
查看: 1044

VC书籍 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量

本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类clas ...
https://www.eeworm.com/dl/686/173069.html
下载: 109
查看: 1089

数学计算 对于给定的自然数n

对于给定的自然数n,编程计算半数集set(n)中的元素个数
https://www.eeworm.com/dl/641/174055.html
下载: 194
查看: 1035

数据结构 AVL Tree implementation: I also included a test function to compare the AVL Tree performance with S

AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
https://www.eeworm.com/dl/654/174110.html
下载: 161
查看: 1060

数值算法/人工智能 A program to find frequent molecular substructures and discriminative fragments in a database of mol

A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.
https://www.eeworm.com/dl/518/174380.html
下载: 191
查看: 1049