搜索结果

找到约 40 项符合 remove 的查询结果

Linux/Unix编程 LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and goo

LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed ...
https://www.eeworm.com/dl/619/178690.html
下载: 114
查看: 1055

VC书籍 com集合技术的实现

com集合技术的实现,作为com server端。有add,remove,removeall方法,和item,count,NewEnum属性的实现代码,以及集合的初始化方法。
https://www.eeworm.com/dl/686/210274.html
下载: 156
查看: 1025

VC书籍 com集合技术

com集合技术,作为com的client端,演示在客户端如何调用com组件,读出集合的初始化数据,并可以add,remove集合数据。开发环境为ATL。
https://www.eeworm.com/dl/686/210275.html
下载: 66
查看: 1014

其他行业 Feature selection is a preprocessing technique frequently used in data mining and machine learning t

Feature selection is a preprocessing technique frequently used in data mining and machine learning tasks. It can reduce dimensionality, remove irrelevant data, increase learning accuracy, and improve results comprehensibility. FCBF is a fast correlation-based filter algorithm designed for high-dimen ...
https://www.eeworm.com/dl/668/239183.html
下载: 137
查看: 1102

微处理器开发 NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C24

NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2002:purnnamu: - Selecting menu is available in the waiting loop ...
https://www.eeworm.com/dl/655/294788.html
下载: 128
查看: 1029

人工智能/神经网络 This demonstration illustrates the application of adaptive filters to signal separation using a str

This demonstration illustrates the application of adaptive filters to signal separation using a structure called an adaptive line enhancer (ALE). In adaptive line enhancement, a measured signal x(n) contains two signals, an unknown signal of interest v(n), and a nearly-periodic noise signal eta(n). ...
https://www.eeworm.com/dl/650/305230.html
下载: 67
查看: 1108

Java书籍 package query public class LinkQuery { private Node front private Node vear public Link

package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=ne ...
https://www.eeworm.com/dl/656/317846.html
下载: 24
查看: 1068

磁盘编程 版本更新了一下

版本更新了一下,到5.84了,需要用VS.net平台进行编译运行,介绍与原来的一样! 磁盘文件的安全删除,我们通常所执行的删除操作并不是真正的删除只是清除了文件的fat表内容,文件数据还在磁盘上,可以恢复,所以不安全。-disk deletion of the security document, we usually enforced by the delete operation does not re ...
https://www.eeworm.com/dl/629/362688.html
下载: 43
查看: 1033

其他 MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t

MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ...
https://www.eeworm.com/dl/534/368008.html
下载: 52
查看: 1093

Java编程 一个简单的struts,用于记录所有计算机的信息

一个简单的struts,用于记录所有计算机的信息,有add,update, remove等功能。
https://www.eeworm.com/dl/633/395864.html
下载: 64
查看: 1008