搜索资源列表
CyqLinux_RssReader
- 1. 这个程序是我另一个程序的DLL插件,主程序还未完成^_^ 2. DLL插件向外提供了四个函数接口--调用打开RSS窗口函数(LoadPIF), 在主程序中显示的名称(PIFName),关于窗口(PIAbout), 在主程序中显示的图标(PIICON)。 3. Code文件夹中Call文件夹为调用程序代码,RssReader文件夹为RssReader程序代码。Program文件夹中为演示程序文件。 4. RssReader程序可能有一些BUG^_^ 注意发现哟(发现了给我发E-
智能ABC窗口
- 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_N
glut37
- GLUT用于OPENGL的窗口函数庫,可代替GLAUX-GLUT for OpenGL window functions, can be a substitute for GLAUX
用窗函数法设计FIR滤波器
- 用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器-with rectangular windows, triangular windows, Hanning window, multiple windows Haining window design finite impulse response filter units
完成通过鼠标在视图窗口内绘制任意形状的线
- 所绘画出的线段类型、颜色和粗细,还有如何定 义画刷的填充颜色和类型。如何用Rectangle函数绘画矩形、用Ellipse函数绘画圆和椭圆和运用 -drawn up by the line type, color and thickness, and how to define the brush paintings filled with color and type. How Rectangle function rectangular painting, painting w
透明窗口SetWindowLong
- 本程序通过调用user32.dll中的系统函数 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) 完成对窗口半透明的处理-this program by calling user32.dll the system function SetWindowLong (this - gt; GetSafeHwnd
CreateThread函数创建窗口线程
- 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
查找父亲窗口的通用函数
- 利用powerbuilder 编写的查找父亲窗口的通用函数-use PowerBuilder to prepare his father's search window generic function
window_Cwnd
- 实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary(\"User32.DLL\") if(hInst) { typedef BOOL (WINAPI *MYFUNC)(HWND,COL
用VB制作不规则窗口
- 异形窗口简单实现(VC)和用VB制作不规则窗口,由于使用了一些新的函数,本程序必须在Windows2000下运行。
多窗口编程的C函数库和演示程序
- 多窗口编程的C函数库和演示程序-more windows on the C function libraries and Demonstration Program
拖动无标题栏窗口
- 拖动无标题栏窗口,调用到API函数!-window title bar, to the API function calls!
FIR
- 利用窗函数法实现FIR滤波器的设计,包括各种常见的窗口函数 -Window function method using FIR filter design, including a variety of common window function
2
- 分布式异步传感器无源定位中,使用窗口函数为w,定位估计的CRLB-Distributed asynchronous passive location sensor, use the window function for w, targeting the estimated CRLB
skin_peeler
- 首先在程序中安装一个监控窗口过程的钩子函数,然后定义一个新的窗口函数,该函数将替换按钮的窗口函数,该函数主要对一些感兴趣的消息进行处理,调用自定义信息中的一些方法。最后在钩子函数中读取当前控件类的名称,如果为按钮类,则为按钮设置一个自定义的信息,并子类化按钮。-First, install a monitor in the program window procedure hook function, and then define a new window function, the func
zhuomianshoushoudao1.5
- 桌面手术刀是一个小巧方便的综合辅助工具主要功能有: 窗口类: 1.查看运行程序的句柄,标题。 2.可以修改程序的透明度,并且可以穿透鼠标。 3.显示鼠标的屏幕坐标和程序中的坐标。 4.可以控制窗口的状态,如窗口化,最大化等。 5.可以激活所有灰色控件(很经典的一个功能哦)。 6.显示程序中的星号密码。 7.显示窗口类值,窗口函数地址,窗口ID以及窗口范围。 8.显示网页中相关元素的各种信息。 9.显示当前选中部分的网页代码(又一个经典功能哦)。
Win32Project1
- 实现Windows窗口函数代码,注册窗口、创建窗口、更新窗口等等(Windows window function code)
VC++底层图像处理函数
- 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and other aspects of the BMP imag
statistic algorithm
- 一种基于窗口函数的指定时间段内累积量统计算法(A statistic algorithm based on window function in specified time interval)
windows
- 建立一个windows窗口函数,深度剖析一个Windows窗口的生成过程和窗口各参数设置,使用于开发者新手(A Windows window function is set up to deeply analyze the generating process of a Windows window and the setting of the parameters of the window, which is used by the new developer)