CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - filter
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - filter - List
[
Dialog_Window
]
Filter
DL : 0
滤波函数,基于对话框编程,实现方法简单可行,很好-Filter function, based on the dialog box programming, simple and feasible method to achieve good
Date
: 2026-01-09
Size
: 496kb
User
:
李青
[
Dialog_Window
]
evevntdialog
DL : 0
实现一个QT怎么安装事件过滤器的功能,给QT初学者提供模板-How to implement a QT install an event filter function, to provide a template for beginners QT
Date
: 2026-01-09
Size
: 4kb
User
:
xiaolian
[
Dialog_Window
]
cDialogs
DL : 1
VB中增加对话框支持,如文件打开、保存、打印、颜色选择、字体选择等,不需要VB中的文件框控件,直接采用API实现,很精简。 如选择音乐文件的调用方便如下: Private Sub cmdSelectMusic_Click() Dim cDialog As New CCommonDialogs Dim picFile As String, Filter As String cDialog.FileExtension = "*.bmp *.jpg" Filter = "Wave files(*.wav)" + Chr$(0) + "*.wav" + Chr$(0) picFile = cDialog.ShowOpen1(Me.hwnd, Filter, "Select Music File", "*.wav") If picFile <> "" Then txtRestPlayMusic = picFile End If End Sub -VB to increase the support of the dialog box, such as file open, save, print, color selection, font selection, etc., do not need to file box control in VB, direct API implementation, very streamlined. Call convenient to select the music file is as follows: the Private Sub cmdSelectMusic_Click () Dim cDialog As New CCommonDialogs Dim picFile As String, Filter As String ' cDialog.FileExtension = " *. Bmp the* jpg Filter =" Wave files (*. Wav ) " + Chr $ (0)+" *. wav " + Chr $ (0) picFile = cDialog.ShowOpen1 (Me.hwnd, Filter," Select Music File " ," *. wav " ) If picFile < > " " Then txtRestPlayMusic = picFile End If End Sub
Date
: 2026-01-09
Size
: 6kb
User
:
gisnt
[
Dialog_Window
]
FIRDesign
DL : 0
本程序是一个设计FIR低通滤波器的程序,用户可以自行输入滤波器的指标以及可以选择6中窗函数,程序将会输出滤波器的参数-This program is a design FIR low-pass filter program, users can enter their own filter indicator window function can select 6, the program will output filter parameters
Date
: 2026-01-09
Size
: 11.65mb
User
:
李昀泽
[
Dialog_Window
]
Packet-filter
DL : 0
VC平台下实现,能够过滤掉QQ软件中无用数据包文件及部分信息-VC platform to achieve, can filter out unwanted QQ software package files and information
Date
: 2026-01-09
Size
: 4kb
User
:
丁明正
[
Dialog_Window
]
mat2octandback.tar
DL : 0
the program based on particle filter for a new algorithm, Integrated Bayesian MCMC Model Selection MONTE CARLO that Ma Erkefu chain
Date
: 2026-01-09
Size
: 2kb
User
:
reza
[
Dialog_Window
]
hexie
DL : 0
敏感词过滤系统c++源代码,能够读入文本文件并过滤敏感词,如犯法,无法-C++ sensitive word filtering system source code, can be read into a text file and filter sensitive words, such as breaking the law, not so
Date
: 2026-01-09
Size
: 5.18mb
User
:
朱子清
[
Dialog_Window
]
PowerFilter115
DL : 0
PB类似EXcel过滤PowerFilter Datawindow Filter Component Implementation Instructions-PowerFilter Datawindow Filter Component Implementation Instructions
Date
: 2026-01-09
Size
: 974kb
User
:
lvweizhong
[
Dialog_Window
]
variousfilter
DL : 0
实现各种滤波器的功能,C++编写的程序,功能丰富,界面漂亮-Achieve a variety of filter functions, C++ programs written
Date
: 2026-01-09
Size
: 523kb
User
:
齐齐
[
Dialog_Window
]
iir
DL : 0
vc6.0编写的iir高通滤波器,可以读取wav文件,显示输入波形和频谱,以及高通滤波后的波形和频谱。还包含有滤波器的验证。-iir vc6.0 prepared by a high-pass filter, you can read wav file, display the input waveform and spectrum, and high-pass filtered waveform and spectrum. Further comprising filter verification.
Date
: 2026-01-09
Size
: 10.73mb
User
:
yanhua
[
Dialog_Window
]
VC(6.0)_ecg
DL : 0
用VC6.0编写的对话框程序,可以读取ECG(txt格式)数据,并画图。采用差分阈值法对心电信号进行R波的检测并显示R波检测的个数,效果较好。程序中也编写了一个滤波器对心电数据进行滤波。-VC6.0 prepared by the dialog box procedure, you can read ECG (txt format) data, and drawing. Differential threshold method ECG R-wave detect and display the number of R-wave detection, the better. The program also write a filter for filtering the ECG data.
Date
: 2026-01-09
Size
: 2.01mb
User
:
liuzengding
[
Dialog_Window
]
Digital-Image-Processing
DL : 1
有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放(灰度插值)变换 五、 编程实现图象的FFT变换和反变换 六、 用逆滤波方法和维纳滤波方法恢复运动模糊图象(加噪声和不加噪声) 七、 编写程序实现灰度图象的分割: 1、阈值化算法:手动阈值、自动阈值(大津阈值) 2、区域生长 3、区域分裂合并-There is source code for learning C++ people one reads a grayscale image, write a program to display the image in any one pixel gray value. Second, the programming RGB color space to the HSV color space conversion, and by adjusting the H, S, V values achieve adjust image brightness, color and color saturation. Third, 1 gray linear transformation, piecewise linear transformation 2. histogram equalization 3. image normalized convolution: a variety of templates for low pass, high pass filter 4. image median filtering, the maximum filter minimum filtering, template selection pseudo-color image enhancement filter 5. four, plus 1 image, subtract, multiply, divide, and logic operations. 2. The image of image transformation, zoom images (grayscale interpolation) into five, programming image of FFT and inverse transform six, inverse filtering method and Wiener filtering method to restore motion blur image (plus noise and without noise) Seven, programming Grayscale image segmentation: 1, thresho
Date
: 2026-01-09
Size
: 1.02mb
User
:
zl
[
Dialog_Window
]
kjjg
DL : 0
使用 ISAPI Filter 实现的限制 IIS 多线程访问程序, 主要应用在下载系统-The limitation of using ISAPI Filter implementation IIS multithreaded access procedures, mainly used in the download system
Date
: 2026-01-09
Size
: 92kb
User
:
cowmon
[
Dialog_Window
]
yhbVendsIOCTL
DL : 0
将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-Sends the IOCTL to filter driver source code and documentation
Date
: 2026-01-09
Size
: 58kb
User
:
vwb!6816
[
Dialog_Window
]
45955518
DL : 0
wdm中1394的过滤程序 对你开发非常有帮助 很好的东西-1394 in WDM filter program development is very helpful to you very good things
Date
: 2026-01-09
Size
: 17kb
User
:
idadtihuet
[
Dialog_Window
]
cse_ume_oevelopment
DL : 0
karaoke系統開發library,使用DC-DSP Filter對Audio做採集和特效,相當重量及的Sample-Karaoke system development library, use the DC- DSP Filter for Audio collection and the special effects, quite a weight and Sample
Date
: 2026-01-09
Size
: 212kb
User
:
aavdwe
[
Dialog_Window
]
dajzwes
DL : 0
这是一个Source Filter,产生单一背景下的字符图片流, 这个Filter的注册(This is a Source Filter, produce under the background of a single character image flow, the registration of the Filter)
Date
: 2026-01-09
Size
: 17kb
User
:
ceterninw
[
Dialog_Window
]
jienou-V6.1
DL : 0
Based on negative entropy largest independent component analysis, University of numerical analysis algorithms, Multi-target tracking particle filter.
Date
: 2026-01-09
Size
: 4kb
User
:
jknbfbt
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.