虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

PAds-HotKey-Editor

  • minigui实例源代码

    minigui实例源代码,目标板处理器是s3c2410,包括相应的配置文件。代码包括Dialog box、Simple editor、Bitbmp disp、GDI draw等

    标签: minigui 源代码

    上传时间: 2013-12-27

    上传用户:silenthink

  • unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl

    unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end

    标签: interface Messages Graphics Controls

    上传时间: 2013-12-21

    上传用户:heart520beat

  • LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully c

    LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully customizable and has animation and special effects capabilities for the displayed text. TLCDScreen is the display component and TLCDAnimator the animation one. Both have build-in Property editor making easier the development at design-time.

    标签: multilines LCDScreen component simulate

    上传时间: 2015-12-23

    上传用户:invtnewer

  • New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we

    New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course. Some readers may find this tool valuable if only for the function pleas - a partitioned least squares solver based on lsqnonlin. This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below

    标签: optimization and document MATLAB

    上传时间: 2015-12-24

    上传用户:佳期如梦

  • 这是一个功能强大的文本编辑器

    这是一个功能强大的文本编辑器,EDITOR是一个多文档/多窗口的文本/二进制编辑器,适合编辑批处理文件,二进制文件,文本文件和多种编程语言。唯一的限制就是编辑的文件数目和大小受制于内存的大小。

    标签: 文本编辑器

    上传时间: 2016-01-04

    上传用户:zhengzg

  • The Shift Log is a database entry and display system that is built off of PHP and MySQL. The log use

    The Shift Log is a database entry and display system that is built off of PHP and MySQL. The log uses a basic user authentication system to ensure user accountability and log integrity. It also has a RTF editor integrated into it.

    标签: The and database display

    上传时间: 2016-01-15

    上传用户:s363994250

  • Perlbox Voice is an voice enabled application to bring your desktop under your command. With a singl

    Perlbox Voice is an voice enabled application to bring your desktop under your command. With a single word, you can start your web browser, your favorite editor or whatever you want. This is the Linux and Unix voice recognition solution

    标签: your application Perlbox enabled

    上传时间: 2014-11-27

    上传用户:hgy9473

  • 图像处理

    图像处理,利用bilt 函数 Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough time to translate them all. Sorry..(VOTE!)

    标签: 图像处理

    上传时间: 2013-12-18

    上传用户:851197153

  • Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files

    Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.

    标签: Introduction required M-files library

    上传时间: 2016-01-29

    上传用户:zhoujunzhen

  • 武林DLL注入源码 VB调用 Private Declare Function CallHotKey Lib "wulin.dll" (ByVal hWnd As Long, ByVal hotke

    武林DLL注入源码 VB调用 Private Declare Function CallHotKey Lib "wulin.dll" (ByVal hWnd As Long, ByVal hotkey As Long) As Boolean Private Declare Function CallBase Lib "wulin.dll" (ByVal hWnd As Long, ByVal action As Long) As Boolean CallHotKey(窗体句柄,HotKey) HotKey ====0---------17 分别是0-----9 F1-----F8 CallBase(窗体句柄,Action) Action==0-------N 分别实现不同的功能 Action=0 选怪 函数反回值是 布尔值 ( 窗体句柄,Action 窗体句柄,HotKey 都为DWORD值)

    标签: ByVal CallHotKey Function Private

    上传时间: 2013-11-25

    上传用户:maizezhen