搜索资源列表
用vc实现的选择计算机所属的域
- 用vc实现的域选择程序!可以随时更改选择计算机所属的域!-vc used to achieve the domain selection process! Choices can be changed at any time under the domain of computer!
Otsu算法(灰度图像的域值分割)的C++类实现
- Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
链表的C语言实现之删除结点
- 要删除p结点时只要令p结点的前驱结点的链域由存储p结点的地址该为存储p的后继结点的地址-to delete nodes when p as long as the precursor nodes nodes from the chain domain p storage node addresses the storage of the p subsequent node addresses
domain
- 在linux系统下G-S算法,用区域分解方法的并行实现,运行环境与红黑排序相同
第二代小波变换的源代码
- 此程序用提升法实现第二代小波变换用的是非整数阶小波变换,采用时域实现,步骤先列后行-procedure used to upgrade Method second generation wavelet transform the non-integer-order wavelet transform, time domain realized, first out go backward steps
用vc实现的选择计算机所属的域
- 用vc实现的域选择程序!可以随时更改选择计算机所属的域!-vc used to achieve the domain selection process! Choices can be changed at any time under the domain of computer!
Otsu算法(灰度图像的域值分割)的C++类实现
- Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
链表的C语言实现之删除结点
- 要删除p结点时只要令p结点的前驱结点的链域由存储p结点的地址该为存储p的后继结点的地址-to delete nodes when p as long as the precursor nodes nodes from the chain domain p storage node addresses the storage of the p subsequent node addresses
netcode33
- 端口扫描 扫描器的一个主要功能就是发现一个主机或网络并检查有什么服务正运行在这台主机上,更进一步还能测试这些服务,发现系统漏洞。要实现这些功能,只需要采用罪简单TCP  connect()扫描。操作系统提供的connect()系统调用,用来与每一个目标计算机端口进行连接。如果端口处于侦听状态,那么connect()就能够成功;否则这个端口不能使用,即没有提供服务。这个技术的最大有点是:无需任何权限。系统中的任何用户都有权利使
tuous
- 我编写的利用trous(多孔算法)实现小波变换,利用‘db4’小波函数分解两层,其中卷积运算采用频域的fft算法,给出了仿真信号的处理结果。-prepared by the use of trous (porous algorithm) to achieve wavelet transform, use 'db4' wavelet decomposition layers, which used convolution
synth_fft
- 一个fpga实现fft的源码,实现序列的频域转化-fft source code, the sequence of achieving transformation frequency domain
adaptivefilter
- 该文件含有自适应滤波的四篇国外经典文章,其中有连续自适应滤波的结构,无迟延子带自适应滤波器构造,FIR滤波器的时频实现等域.是自适应滤波器构造的经典文献-the adaptive filter paper containing the four foreign classic articles, which are continuous adaptive filter structure, without delay subband a
DomainCheck
- 域名查询是对whois的应用 whois就是一个用来查询域名是否已经被注册,以及注册域名的详细信息的数据库(如域名所有人、域名注册商、域名注册日期和过期日期等)。通过whois来实现对域名信息的查询。
fblms
- This program simulates plant identification using frequency block least mean square (FBLMS) alogrithm reference: 《LMS算法的频域快速实现》 LMS is modified by XXX in XXX place, see details in XXX relevant document-This program si
WCDMA-Frequency-Domain-Interference-Cancellation-f
- WCDMA数字频域干扰抵消器,绝对的高手写的文档和代码,里面资料齐全方便自学,是很好的学习FPGA实现无线通信模块的资料。-WCDMA Frequency Domain Interference Cancellation figures, the absolute master of written documentation and code, which complete information to facilitate sel
ajax-for-Cross-domain
- 普通的javascr ipt不能让ajax实现跨域操作,本代码找到一种方法实现了ajax的跨域操作-Ajax javascr ipt can not let the ordinary operation to achieve cross-domain, the code to find a way to achieve cross-domain operation ajax
redis
- 提供完善的REDISDOMAIN设计,包括JEDISPOOL等优化(Redis Domain FULL VERSION)
jsonp跨域实现代码
- 利用jsonp解决跨域问题,很不错的,不喜误喷。(Solving cross - domain problems)
opencv标记法实现连通区域 (1)
- 采用连通区域算法,实现目标区域的连通标记,有利于目标的分割(The connected domain algorithm, to achieve connectivity marking the target region, is conducive to the target segmentation)
Gammatone 滤波器的 Python 代码实现
- python代码分别实现了频域Gammtone滤波和时域Gammtone滤波器,频域滤波时参数USEFFT=1。其中MakeERBFilters函数产生了GT滤波器系数。输入为:采样频率、滤波器通道数、最小频率。输出为:n通道GT滤波器系数。(The python code implements frequency-domain Gammtone filtering and time-domain Gammtone filters, r