CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - static

搜索资源列表

  1. Small C++ class to transform any static control in

    0下载:
  2. 说明如下:Small C++ class to transform any static control into a hyperlink control,在实际工程应用中,非常好,值得收藏-described as follows : Small C class to transform any static control in a hyperlink to control, in practical engineering applications, very good, worthy c
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16.67kb
    • 提供者:丁建军
  1. Static Library

    0下载:
  2. 一个关于Static Library编程的例子,简单、易懂。-one of Static Library programming examples, simple, easy to understand.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:24.7kb
    • 提供者:刘明
  1. static实现图象显示

    1下载:
  2. This article describes a class (CDibStatic) that implements a static control used to display dibs. The control has a CDib member, which displays itself with the parameters passed by the CDibStatic class. The CDib class encapsulates the functionality
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:40.22kb
    • 提供者:zhihui
  1. VC中一些控件的使用技巧

    1下载:
  2. 工作中总结的一些控制使用技巧:Spin Control与Edit Control的绑定,在Static控件中显示BMP,给Static控件设置背景和文字颜色
  3. 所属分类:编程文档

    • 发布日期:2010-11-24
    • 文件大小:28.5kb
    • 提供者:ambychin
  1. 静态工厂方法模式(Static Factory Method)

    0下载:
  2. 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
  3. 所属分类:其它

    • 发布日期:2011-08-16
    • 文件大小:1.29kb
    • 提供者:kellyxinee
  1. ccolorstaticst.zip 有背景颜色的静态控件

    0下载:
  2. 有背景颜色的静态控件,The static control which has background color
  3. 所属分类:Static控件

    • 发布日期:2017-11-08
    • 文件大小:98.53kb
    • 提供者:
  1. DirectUI.zip

    0下载:
  2. 一个无窗口界面库,实现了大部分windows控件如button, radio, static, single-line edit, dropdown combo box, list view等。,A direct UI likes MSN s DirectUIHWND, The most normal Windows controls, like button, radio, static, single-line edit, dropdown combo box, list view, etc
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-25
    • 文件大小:118.6kb
    • 提供者:luxizhu
  1. static-lib

    0下载:
  2. 基于opencv1.0和vc++6.0编写的静态链接库,包含cvL.lib,cxcoreL.lib和highgui.lib,很好的将程序和库文件分离开,方便大家编写opencv程序。-And vc++6.0 based opencv1.0 write static link library, contains cvL.lib, cxcoreL.lib and highgui.lib, very good program and library files will be separated so
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.45mb
    • 提供者:xcm
  1. static.rar

    0下载:
  2. static 控件类.rar 一个关于static控件的类,static
  3. 所属分类:Static control

    • 发布日期:2017-03-29
    • 文件大小:2.38kb
    • 提供者:yll
  1. gmp-static-vc-4.1.2

    0下载:
  2. 编译好的静态库,放在vc环境中使用,工程设置选项的目录里的include和library -Compiled a static library, on the vc environments
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:494.69kb
    • 提供者:he xiaojie
  1. AnyHand

    2下载:
  2. 一个静态手势识别库,里面有详细的文档,识别效果参看http://v.youku.com/v_show/id_XODY4NTg1MTY=.html http://v.youku.com/v_show/id_XODY4NTg2NTY=.html-A static gesture recognition library, which documents in detail to identify the effect of http://v.youku.com/v_show/id_XODY4NTg
  3. 所属分类:Special Effects

    • 发布日期:2014-05-09
    • 文件大小:2.69mb
    • 提供者:yujin liu
  1. label_static

    0下载:
  2. 背景和字体属性可改变的静态控件-The static control which can change its own background and font
  3. 所属分类:Static control

    • 发布日期:2017-11-09
    • 文件大小:34.23kb
    • 提供者:站长
  1. CxStatic_src

    0下载:
  2. 一个可任意设置颜色,字体,可加载图片的 Static控件,使用简单,只需调用接口函数初始化一些属性即可,附使用说明。-a good CStatic control that supports text wrapping (even with SS_CENTERIMAGE), font and color change, transparency
  3. 所属分类:Static control

    • 发布日期:2017-04-09
    • 文件大小:1.97mb
    • 提供者:wu
  1. StaticmouseMove

    0下载:
  2. 在static上响应鼠标移动事件, 因为一般的static控件是不能响应鼠标事件的, 本程序告诉你如何添加鼠标事件-Static response in the mouse events, because the static control is not responding to mouse events, this program tells you how to add a mouse event
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7.07mb
    • 提供者:wl
  1. Static Router

    5下载:
  2. 设计和实现一个简单的静态路由机制,用以取代Linux自身通过ip forwarding实现的静态路由方式,进而加深对二三层协议衔接及静态路由的理解。使用socket编程。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple static routing mechanism, to replace the Linux self-realization through the ip
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-12-07
    • 文件大小:3.92kb
    • 提供者:
  1. Static-disassembly-of-obfuscated-binaries

    0下载:
  2. 静态反汇编分析混淆后的二进制代码的方法,对反混淆研究很实用-The method of Static analysis disassemble the binary code after confusion and is very practical to the counter-confusion research
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:291.56kb
    • 提供者:麻子
  1. Fuzzy-Logic-Control-of-Static-Var-Compensator

    0下载:
  2. Fuzzy Logic Control of Static Var Compensator for Power System Damping
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:487.18kb
    • 提供者:anif
  1. static

    0下载:
  2. 很不错的STATIC控件,STATIC控件类 漂亮的STATIC控件-Very good control STATIC, STATIC STATIC control classes control the beautiful
  3. 所属分类:Button control

    • 发布日期:2017-03-24
    • 文件大小:4.22kb
    • 提供者:周杰伦
  1. static

    0下载:
  2. 学习static定义静态变量的方法,里面有C语言例程。详细全面。-Learning the definition of static variables static method, which has C language routines. Detailed and comprehensive.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:150.4kb
    • 提供者:shenjian
  1. static-booklet

    0下载:
  2. static-booklet in persian language
  3. 所属分类:其它程序

    • 发布日期:2014-10-09
    • 文件大小:387.19kb
    • 提供者:amortezai
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com