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

搜索资源列表

  1. Oscilloscope

    0下载:
  2. The plotform is TinyOS. This configuration describes the Oscilloscope application, * a simple TinyOS app that periodically takes sensor readings * and sends a group of readings over the UART. The default * sensor used is the Photo component.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.05kb
    • 提供者:kj
  1. DateUtil

    0下载:
  2. CShape日常处理类,包括 1、中国日历信息处理类,用于获取日期的中文表示、天干、地支、生肖、中文星期、星座、诞生石信息; 2、日期处理类; 3、月份、年份、星期处理类。-CShape daily treatment categories, including 1, the Chinese calendar, information processing class, the Chinese used to get the date that the Heavenly Ste
  3. 所属分类:C#编程

    • 发布日期:2017-04-11
    • 文件大小:7.59kb
    • 提供者:风云
  1. Task

    0下载:
  2. C# Task定任务处理程序源码 运行环境:asp.net 技术特点:采用asp.net技术及线程方式进行任务定时处理 功能描述:可以定时间段、小时间、周、月、年等进行任务处理。 -C# Task scheduled task handler source operating environment: asp.net technical characteristics: the use asp.net technology and the way the thread task
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:615.95kb
    • 提供者:wj
  1. WeakEvents

    0下载:
  2. 事件处理程序,利于初学者了解和深入学习csharp的事件和委托机制-Event handler, which will help beginners to understand and in-depth study of the events and delegate mechanism csharp
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:16.42kb
    • 提供者:yinchangming
  1. WindowsCaculation

    0下载:
  2. (1) 设计数字按钮的事件,由于数字按钮事件功能都是把对应数字显示在文本框中,所以全部数字按钮都可以共用一个事件处理方法; (2) 运算符按钮事件也基本相同,所以所有运算符按钮也可共享同一事件处理方法。方法中分别读取文本框上的数值以及所按的运算符,并能识别是否需要进行智能计算; (3) 键盘事件只需一个事件处理方法即可,根据按键的不同调用之前的鼠标事件或者自定义的方法,以便模拟之前定义的鼠标事件。-(1) design digital button events, button even
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:708.77kb
    • 提供者:king
  1. eventdemo

    0下载:
  2. for event handler function
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:630byte
    • 提供者:vardhan
  1. HelpHandlerLib

    0下载:
  2. Simple help handler for Adobe files
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:8.52kb
    • 提供者:balazsy
  1. tezkod

    0下载:
  2. example of using error handler
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:59.95kb
    • 提供者:Nijaz
  1. Progressbar

    0下载:
  2. 该程序采用了jquery框架,实现了小文件上传。 两个地方需要解释 第一,如何知道监听的这个文件就是上传的这个文件实现机制很简单,就是让asp.net产生一个唯一的guid,这个id序号是唯一的,通过ajax取出来赋值给一个隐藏字段;第二,如何获取guid标志的文件信息?通过asp.net缓存机制实现,上传的过程中,不断的将上传信息往缓存里面写,直到文件上传完成,而在另外一个通过guid获取缓存的信息,信息包括你想要的信息,比如上传了多少字节、消耗了多长时间等。 程序核心页面 i
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:84.16kb
    • 提供者:wj
  1. ProxyWebApp

    0下载:
  2. Web proxy ASP.Net Handler
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.15kb
    • 提供者:Damián Eiff
  1. type

    0下载:
  2. 将VS2005工具箱窗口中的控件放到窗体中,使用属性窗口或在程序中用语句修改控件属性,设计应用程序界面,为控件增加事件处理函数,完成指定的功能。 -VS2005 toolbox window controls on the form, use the Properties window or modify the control properties in the statement of procedures used to design the application interfac
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:223.48kb
    • 提供者:沙皮
  1. Wireless-alarm-code-design

    0下载:
  2. 无线报警器的源程序,有系统初始化程序,外部中断0服务程序,外部中断1服务程序,报警处理程序,点火处理程序,延时子程序-Source, wireless alarm system initialization procedures, external interrupt service routine, the external interrupt 1 service routine, alarm handler, ignition handler, delay subroutine
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:3.91kb
    • 提供者:邓学磊
  1. CSharp

    0下载:
  2. 程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mou
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:58.23kb
    • 提供者:lqstae
  1. adc

    0下载:
  2. ARM-M0-LPC1114 adc程序,模拟量采集-This file contains ADC code example which include ADC initialization, ADC interrupt handler, and APIs for ADC reading.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:2.68kb
    • 提供者:jory
  1. timer32

    0下载:
  2. ARM-M0-LPC1114 TIMER32 定时技术程序-Descr iption: This file contains 32-bit timer code example which include timer initialization, timer interrupt handler, and related APIs for timer setup.
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:2.8kb
    • 提供者:jory
  1. gpio

    0下载:
  2. ARM-M0-LPC1114 GPIO配置程序-This file contains GPIO code example which include GPIO initialization, GPIO interrupt handler, and related APIs for GPIO access
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:2.16kb
    • 提供者:jory
  1. IDSmile

    0下载:
  2. 学生成绩排名(采用动态内存分配方法的学生成绩处理程序)-Students' Scores (dynamic memory allocation method of student achievement handler)
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1.39kb
    • 提供者:小周
  1. ChatPtool

    0下载:
  2. socket通信,void CFWQDlg::OnBnClickedListen() { // TODO: 在此添加控件通知处理程序代码 m_server.Create(1000) // 使用号端口 m_server.Listen() // 侦听 } -socket communication, void CFWQDlg :: OnBnClickedListen () {//TODO: Add Controls in this notificati
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:3.65mb
    • 提供者:李大全
  1. zhaoaiguo

    0下载:
  2. 基于PCA的水环境处理程序代码,MATLAB开发环境。-Based on PCA handler code of water environment, the development environment of MATLAB
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:45.59kb
    • 提供者:林林
  1. diary

    0下载:
  2. 一个日记处理程序,可对日记进行目录检索,增加,删除,以及示详细内容等4个功能。-A log handler, the log directory can retrieve, add, delete four functions, as well as shows and other details
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2.95kb
    • 提供者:jun
« 12 »
搜珍网 www.dssz.com