搜索资源列表

  1. CyqLinux_RssReader

    0下载:
  2. 1. 这个程序是我另一个程序的DLL插件,主程序还未完成^_^ 2. DLL插件向外提供了四个函数接口--调用打开RSS窗口函数(LoadPIF), 在主程序中显示的名称(PIFName),关于窗口(PIAbout), 在主程序中显示的图标(PIICON)。 3. Code文件夹中Call文件夹为调用程序代码,RssReader文件夹为RssReader程序代码。Program文件夹中为演示程序文件。 4. RssRead
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:827977
    • 提供者:oliver
  1. 智能ABC窗口

    0下载:
  2. 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wPa
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:15938
    • 提供者:张事实
  1. glut37

    0下载:
  2. GLUT用于OPENGL的窗口函数庫,可代替GLAUX-GLUT for OpenGL window functions, can be a substitute for GLAUX
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3769436
    • 提供者:sam
  1. 用窗函数法设计FIR滤波器

    0下载:
  2. 用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器-with rectangular windows, triangular windows, Hanning window, multiple windows Haining window design finite impulse response filter units
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6467
    • 提供者:孙涛
  1. 完成通过鼠标在视图窗口内绘制任意形状的线

    0下载:
  2. 所绘画出的线段类型、颜色和粗细,还有如何定 义画刷的填充颜色和类型。如何用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 re
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:23841
    • 提供者:熊帆
  1. 透明窗口SetWindowLong

    0下载:
  2. 本程序通过调用user32.dll中的系统函数 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) 完成对窗口半透明的处理-this program by calling user32.dll the system function SetWindo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24668
    • 提供者:JELL
  1. CreateThread函数创建窗口线程

    0下载:
  2. 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10205
    • 提供者:srx
  1. 用窗函数法设计FIR滤波器

    0下载:
  2. 用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器-with rectangular windows, triangular windows, Hanning window, multiple windows Haining window design finite impulse response filter units
  3. 所属分类:其他小程序

    • 发布日期:2024-09-19
    • 文件大小:6144
    • 提供者:孙涛
  1. 透明窗口SetWindowLong

    0下载:
  2. 本程序通过调用user32.dll中的系统函数 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) 完成对窗口半透明的处理-this program by calling user32.dll the system function SetWindo
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-09-19
    • 文件大小:24576
    • 提供者:JELL
  1. CreateThread函数创建窗口线程

    0下载:
  2. 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
  3. 所属分类:其他小程序

    • 发布日期:2024-09-19
    • 文件大小:10240
    • 提供者:srx
  1. window_Cwnd

    0下载:
  2. 实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary("User32.DLL") if(hInst) { typedef BO
  3. 所属分类:对话框与窗口

    • 发布日期:2024-09-19
    • 文件大小:1561600
    • 提供者:zhangwei
  1. C_jiemian

    0下载:
  2. c语言中图形界面的编写:包括(1)窗口函数(2)窗口图形(3)光标函数(4)屏幕文本函数(5)状态查询(6)弹出菜单(7)下拉菜单(8)左右窗口-c language in the preparation of a graphical interface include: (1) window function (2) window graphics (3) the cursor function (4) screen copy fun
  3. 所属分类:界面编程

    • 发布日期:2024-09-19
    • 文件大小:52224
    • 提供者:qcx
  1. FIR

    0下载:
  2. 利用窗函数法实现FIR滤波器的设计,包括各种常见的窗口函数 -Window function method using FIR filter design, including a variety of common window function
  3. 所属分类:matlab例程

    • 发布日期:2024-09-19
    • 文件大小:4096
    • 提供者:shawn
  1. 2

    0下载:
  2. 分布式异步传感器无源定位中,使用窗口函数为w,定位估计的CRLB-Distributed asynchronous passive location sensor, use the window function for w, targeting the estimated CRLB
  3. 所属分类:3G开发

    • 发布日期:2024-09-19
    • 文件大小:1024
    • 提供者:yinlibo
  1. skin_peeler

    0下载:
  2. 首先在程序中安装一个监控窗口过程的钩子函数,然后定义一个新的窗口函数,该函数将替换按钮的窗口函数,该函数主要对一些感兴趣的消息进行处理,调用自定义信息中的一些方法。最后在钩子函数中读取当前控件类的名称,如果为按钮类,则为按钮设置一个自定义的信息,并子类化按钮。-First, install a monitor in the program window procedure hook function, and then define a
  3. 所属分类:界面编程

    • 发布日期:2024-09-19
    • 文件大小:221184
    • 提供者:cain_ru
  1. zhuomianshoushoudao1.5

    0下载:
  2. 桌面手术刀是一个小巧方便的综合辅助工具主要功能有: 窗口类: 1.查看运行程序的句柄,标题。 2.可以修改程序的透明度,并且可以穿透鼠标。 3.显示鼠标的屏幕坐标和程序中的坐标。 4.可以控制窗口的状态,如窗口化,最大化等。 5.可以激活所有灰色控件(很经典的一个功能哦)。 6.显示程序中的星号密码。 7.显示窗口类值,窗口函数地址,窗口ID以及窗口范围。 8.显示网页中相关元素的各种信息
  3. 所属分类:其他小程序

    • 发布日期:2024-09-19
    • 文件大小:50176
    • 提供者:zhy
  1. Win32Project1

    0下载:
  2. 实现Windows窗口函数代码,注册窗口、创建窗口、更新窗口等等(Windows window function code)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-19
    • 文件大小:7617536
    • 提供者:yib
  1. VC++底层图像处理函数

    0下载:
  2. 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-19
    • 文件大小:13312
    • 提供者:就此沦陷
  1. statistic algorithm

    0下载:
  2. 一种基于窗口函数的指定时间段内累积量统计算法(A statistic algorithm based on window function in specified time interval)
  3. 所属分类:数据库系统

    • 发布日期:2024-09-19
    • 文件大小:212992
    • 提供者:jirachi123
  1. windows

    0下载:
  2. 建立一个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
  3. 所属分类:Windows编程

    • 发布日期:2024-09-19
    • 文件大小:1024
    • 提供者:Michael·Lee
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org