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

搜索资源列表

  1. keyboard

    0下载:
  2. MSP430g2553的键盘扫描,键值处理程序。-MSP430g2553 keyboard scan, key handler.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:37629
    • 提供者:lulu
  1. SeismicLab

    0下载:
  2. 地震数据处理方面非常实用的matlab处理程序,是为了区别于使用专业软件而开发的简易便行的matlab快速处理程序,包括比较常用的处理模块!-Seismic data processing is very useful Matlab handler, in order to distinguish it from using specialized software developed simple will line matlab fast-track procedures, includin
  3. 所属分类:Energy industry

    • 发布日期:2017-03-30
    • 文件大小:486894
    • 提供者:cjx
  1. message

    0下载:
  2. 在应用程序中添加命令范围消息处理函数,不错的-Command the scope of application to add the message handler, good stuff
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:221127
    • 提供者:kunta
  1. oUniiStrinngn

    0下载:
  2. 关于windows系统MFC中uniccode字符串的处理程序源码 可直接使用。 -On the windows system in MFC uniccode string handler source code can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5748
    • 提供者:hxb
  1. modbus_udp

    0下载:
  2. 程序用winSock实现udp通讯,其中发送采用人为操作,接受为事件处理接收-The program uses udp communication winSock, which sent a human operator, accept for the event handler to receive
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-21
    • 文件大小:480564
    • 提供者:cdh
  1. AsyncImageLoader

    0下载:
  2. 实现android图片异步加载,提高用户体验,通过Handler和消息队列对ImageView进行异步更新-Android picture asynchronous loading, and improve the user experience by Handler and message queues ImageView asynchronous update
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:1205
    • 提供者:hemphries
  1. SPU-C-langageprogramme-examples

    0下载:
  2. 单片机C语言通用处理程序范例 请大家参考 学习-Single-chip C language common handler example please refer to learning
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7611871
    • 提供者:ll
  1. ListFileDemo

    0下载:
  2. Java列出目录下的文件,通过本例可以掌握Java中如何增加组件到容器、如何设置边界、取得目录内容的事件处理、调用显示目录内容方法、取得目录内容、用路径实例化一个文件对象(重点是取得目录内所有文件列表)、实例化一个StringBuffer,用于处理显示的字符串、增加目录标识等-Java lists the files in that directory, and Java, this case can grasp how to increase the component to the cont
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7263
    • 提供者:fwtf5
  1. 345

    0下载:
  2. 陀螺仪检测角速度过冲值处理程序核心芯片xs128-Detecting angular velocity of the gyroscope Delta handler core chip xs128
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:702033
    • 提供者:光明
  1. CustomCtrl1

    0下载:
  2. 对已建立的控件进(实例)行子类化 MiniGUI 的控件就是一类特殊的子窗口,所以它们也有自己的过程处理函数 typedef int (* WNDPROC) (HWND, int, WPARAM, LPARAM) 。这种方式的实现其实就是替换掉已经创建了的控件原来的过程出来函数。这个函数其实是每个控件结构体变量里一个函数指针所指向的。通过函数指针指向不同的处理函数就能实现控件的不同功能已经不同的属性。再配合上每个控件的实例数据(后面再说这个东东),是不是有点像面向对象的感觉了呢 ^_^。 -
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:29046
    • 提供者:张立志
  1. ControlEx_2010.2.3

    0下载:
  2. 在某个控件类的基础上新注册一个子类化的控件类,不会影响原有控件类。在 Windows 中,这种技术又称为超类化。这种方法能影响到每一个创建的控件实例。 这种方法要是向MiniGUI 注册自己的类,然后自己设计控件数据(不是指GUI系统的调用的控件窗口数据(这些例如客户区、私有DC、托管窗口之类的),而是指保存控件某些行为的数据(例如ctrl_button里的BUTTONDATA这一些的数据))和过程处理函数。 比较适用用于像扩展按钮(Button)、编辑框(Edit)、进度条(Progres
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:967925
    • 提供者:张立志
  1. clock

    0下载:
  2. 这是一个128*64液晶时钟程序,使用LPC2148,UCOS/II系统,内涵简单的菜单及数字输入处理函数来设置时间及闹钟-This is a 128* 64 LCD clock program, using the LPC2148, UCOS/II system, the connotation simple menu and digital input handler to set the time and alarm
  3. 所属分类:uCOS

    • 发布日期:2017-04-03
    • 文件大小:651821
    • 提供者:qqk
  1. adc_inter

    0下载:
  2. 基于中断处理的adc驱动程序,字符设备驱动的一个模块-Adc driver interrupt handler, a character device driver modules
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:20957
    • 提供者:lz
  1. bmpdis-fft

    0下载:
  2. 图像处理程序vc++代码。有图像的傅里叶变换FFT图像线性旋转、绘制直方图、提取直方图、以及绘制图像、提前数据信息等。-Image handler vc++ code. Linear rotation of the image Fourier transform FFT image, draw a histogram to extract histogram is and draw the image, the data in advance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:96383
    • 提供者:林一
  1. vvibbsounndo

    0下载:
  2. 声音处理程序源码,通过FFTT能看声音的频谱. -The sound handler source FFTT can see the spectrum of the sound.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:57840
    • 提供者:yoeooo
  1. SDatstaA

    1下载:
  2. 用VB实现的SAP2000后处理程序,具体功能自己看吧,代代码中有详细注释。其中有数据库的应用。, -Handler the SAP2000 after VB of the specific features detailed notes in the generation of code for yourself. Database application. ,
  3. 所属分类:Windows Develop

    • 发布日期:2014-09-05
    • 文件大小:69632
    • 提供者:zhou
  1. shuchubijiaomoshi

    1下载:
  2. stm32输出比较模式良版本,一个定时器输出4路的占空比为50 的pwm,频率在中断处理函数修改-benign version of the the stm32 output compare mode, the duty cycle of the timer output 4 to 50 of the pwm frequency interrupt handler to modify the
  3. 所属分类:SCM

    • 发布日期:2015-11-18
    • 文件大小:3270656
    • 提供者:庄进发
  1. tea5991_source_codes-a-datasheet

    0下载:
  2. 飞利浦的带RDS功能的FM芯片TEA5991 开发文档。-TEA5991 FM and RDS example driver and handler and MMI modules Documentation
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-18
    • 文件大小:4680127
    • 提供者:liuli
  1. sbassicprocesp

    0下载:
  2. 语音信号处理的最基本的Maylab处理程序源码,包含读入语音波形,清音浊音的检检测,加窗,过零率,短时能量,基音最大值。最后有test给出演示。 -Most basic Maylab handler source speech signal processing, including reading the speech waveform, voiceless voiced seizure detection, windowing, zero crossing rate, short-te
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:30849
    • 提供者:didazff
  1. sample

    0下载:
  2. 建立通用处理程序例子源码,出自21ic论坛著名ID农民讲习所。-Create a generic handler example source code, from the well-known ID Farmers' Training Institute For Buyer Forum.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:295937
    • 提供者:网上邻居
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com