Welcome![Sign In][Sign Up]
Location:
Search - window

Search list

[Internet-Networkserver123

Description: 实现arq滑动窗口协议的服务端源程序-Sliding Window Protocol achieve arq services client source
Platform: | Size: 5120 | Author: 李玄 | Hits:

[CSharp磁盘管理系统(DiskExpert)V2.0

Description: 可以充当一个在线FTP的功能,如果服务器没有系统帐号的限制,可以访问服务器上面全部目录,下载,上传,复制,剪切,粘贴,编辑,重命名,仿真window界面,功能方便易用。 初始密码admin-can serve as an online FTP functions If the server does not limit the system account, the server can access all of the above catalog, download, upload, copy, cut, paste, edit, rename, simulation window interface functions easier to use. The initial password admin
Platform: | Size: 13312 | Author: 陈旧 | Hits:

[Screen saver一个完整的Window屏幕保护程序

Description: 用VC++6.0 编写一个完整的Window屏幕保护程序-VC 6.0 prepare a complete Window screen protection program
Platform: | Size: 22528 | Author: hkx | Hits:

[Firewall-SecurityWindow防火墙与网络封包截获技术一书配套源程序2

Description: Window防火墙与网络封包截获技术一书配套源程序2-Window firewall and network packet technology intercepted a book supporting source 2
Platform: | Size: 1272832 | Author: 大灰熊 | Hits:

[e-languageLic-window--adsorption

Description: 仿QQ的窗口吸附隐藏功能。 精简使用的参考实例源码。-The window of imitation QQ adsorption hidden features. Streamline the use of the reference source code examples.
Platform: | Size: 1024 | Author: 银狐 | Hits:

[Windows Develop新编Win API大全

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. The book begins on the Win32 API function to do a complete overview; Then function contains five main categories : window management, graphics device interface, system services, international character and network services; In the appendix to the book, to explain how the Visual Basic and Delphi to their call. The book is engaging in Windows application development software engineers must reference manual.
Platform: | Size: 677888 | Author: 刘明 | Hits:

[GDI-Bitmap对图像进行中值滤波处理的源代码

Description: 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing including airspace and frequency domain method two categories, in the airspace law, the common image smoothing method is used Mean Median filter or filter for filtering mean, it is an odd point in the sliding window on the sliding images of the corresponding
Platform: | Size: 44032 | Author: | Hits:

[matlabAddWindowDFT

Description: 加窗离散傅立叶变换,用DFT对离散信号进行谱分析,通过选用不同的加窗函数来抑制信号截断造成的频谱泄漏-windowed discrete Fourier transform, DFT right discrete signal spectral analysis, the increase in the alternative window function to curb the disconnect signal leakage spectrum
Platform: | Size: 1024 | Author: 戴曙君 | Hits:

[AI-NN-PRParzen_KNN

Description: Parzen 窗 和 K近邻法进行概率密度估计 还带一个示波器控件.-Parzen window and K-nearest neighbor method probability density is estimated to bring an oscilloscope control.
Platform: | Size: 51200 | Author: 肖龙远 | Hits:

[Consoletail

Description: window平台下实现tail 类似unix下的tail功能,实时跟踪显示文本文件的改变,常用于显示日志文件。-window platform to achieve similar unix tail under the tail function, real-time tracking shows the change text files, which are often used to show the log file.
Platform: | Size: 34816 | Author: 阙劲峰 | Hits:

[Driver Develop2004-06-02_source

Description: window usb驱动程序,可以模拟串口通讯-window usb driver can simulate serial communications
Platform: | Size: 24576 | Author: 潘艾明 | Hits:

[Hook apiVB_SubClass

Description: VB演示窗口过程子类化操作的例子。需要在Debug窗口查看演示信息-VB demonstration process-window type of operation examples. In Debug window View Information Demonstration
Platform: | Size: 5120 | Author: 全宁 | Hits:

[Windows Develop源码易容无限换肤有术

Description: 源码易容无限换肤有术,易开发的希望可以对你有帮助-Changing the skin of a window or dialog.
Platform: | Size: 83968 | Author: sd | Hits:

[Windows Developwindow下的小时钟

Description: 可以从中学一学最基础的SDK开发,就是window下的一个小时钟-A clock program written by SDK
Platform: | Size: 77824 | Author: 刘文 | Hits:

[Windows DevelopWindow核心编程

Description: 《Windows核心编程》一书的配套光盘,此书讲解了Windows编程的高级主题-"core Windows programming," a book supporting discs, books on Windows programming theme of the High
Platform: | Size: 733184 | Author: | Hits:

[GDI-BitmapRectTracker

Description: MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there's no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
Platform: | Size: 50176 | Author: 肖吉 | Hits:

[Windows Develop自杀程序的实现_

Description: Window 编程例子, 比较cool !-Programming examples about window,which is cool relatively.
Platform: | Size: 2048 | Author: | Hits:

[GUI Developtabctrl

Description: 这代码是将Tab Ctrl添加到浮动窗口。-This code is added to the Tab Ctrl floating window.
Platform: | Size: 83968 | Author: 徐小村 | Hits:

[ComboBox给window程序菜单加图标

Description: 给window程序菜单加图标,用C#语言开发的,给程序的菜单加上自己的图标!-to increase window menu icon, using C# language and procedures to the menu with its own icon!
Platform: | Size: 24576 | Author: 马国勇 | Hits:

[VC/MFCVC++参数

Description: 小弟最近学习VC++,整理了一下VC++中控件的Extended Window Style以及Window Style,里面有详细说明-VC brother recent study, compiled about VC Control Extended Window Style and Window Style, there are details
Platform: | Size: 7168 | Author: zhu | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net