搜索结果
找到约 40 项符合
remove 的查询结果
按分类筛选
- 全部分类
- 其他 (5)
- Linux/Unix编程 (3)
- 数学计算 (2)
- VC书籍 (2)
- 其他行业 (2)
- 人工智能/神经网络 (2)
- matlab例程 (2)
- 技术资料 (2)
- 教程资料 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 微处理器开发 (1)
- Java书籍 (1)
- 磁盘编程 (1)
- GPS编程 (1)
- Java编程 (1)
- 游戏 (1)
- 文章/文档 (1)
- 其他书籍 (1)
- Delphi控件源码 (1)
- 软件设计/软件工程 (1)
- 通讯编程文档 (1)
- 金融证券系统 (1)
- VHDL/FPGA/Verilog (1)
- USB编程 (1)
- 文件格式 (1)
- *行业应用 (1)
- Windows编程 (1)
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 ...
VC书籍 com集合技术的实现
com集合技术的实现,作为com server端。有add,remove,removeall方法,和item,count,NewEnum属性的实现代码,以及集合的初始化方法。
其他行业 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 ...
微处理器开发 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 ...
人工智能/神经网络 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). ...
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 ...
磁盘编程 版本更新了一下
版本更新了一下,到5.84了,需要用VS.net平台进行编译运行,介绍与原来的一样!
磁盘文件的安全删除,我们通常所执行的删除操作并不是真正的删除只是清除了文件的fat表内容,文件数据还在磁盘上,可以恢复,所以不安全。-disk deletion of the security document, we usually enforced by the delete operation does not re ...
其他 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 ...
Java编程 一个简单的struts,用于记录所有计算机的信息
一个简单的struts,用于记录所有计算机的信息,有add,update, remove等功能。