handle
共 97 篇文章
handle 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 97 篇文章,持续更新中。
This is an example applications that shows how to handle multiple touches at the same time on the iP
This is an example applications that shows how to handle multiple touches at the same time on the iPhone.
The ElectricTM VLSI Design System is an open-source Electronic Design Automation (EDA) system that c
The ElectricTM VLSI Design System is an open-source Electronic Design Automation (EDA) system that can handle many forms of circuit design, including:
* Custom IC layout
* Schematic Capture (dig
This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-fi
This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs)
Implemented in ANSI C++ Te
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMath
This project solves the purpose of creating vb6 application using oracle database in back end. It sh
This project solves the purpose of creating vb6 application using oracle database in back end. It shows how to handle the record with the oracle. my other source codes are at: http://www.developerssou
This is the machine-generated representation of a Handle Graphics object and its children. Note that
This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects
are re-created. This may cause problems with any call
* KeyDebounce Accept new key reading, handle timing for debounce & slew * KeyId Report which key i
* KeyDebounce Accept new key reading, handle timing for debounce & slew
* KeyId Report which key is currently pressed
* KeySlewTimeSet Accept slew time for key currently pressed
This book describes numerous situations that graduate students will commonly encounter as they work
This book describes numerous situations that graduate students will
commonly encounter as they work towards the goal of earning their
PhD. Starting from your very first day in the lab, to the beginn
THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interes
THIS book covers the Java™ Native Interface (JNI). It will be useful to you if
you are interested in any of the following:
• integrating a Java application with legacy code written in lang
这是linux下 MiniGUI的一个程序
这是linux下 MiniGUI的一个程序,包括makfile,目标文件以及源文件,通过该源码,展示了如何编写makefile,如何运用minigui控件,如何设置参数,文件handle的使用,当然还有高级一点的用法,比如回调函数。
teach you how to handle thread
teach you how to handle thread
In communication systems channel poses an important role. channels can convolve many different kind
In communication systems channel poses an important role. channels can convolve many different kind of distortions to our information. In perticular wireless channels multipath distortion is sevear.
This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to
This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to provide
hand-held devices and general applications with cost-effective, low-power, and high-perform
C libs that handle common CGI operations.
C libs that handle common CGI operations.
The goal of our final project was to design an efficient elevator simulator that can accept input fr
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pul
基于ISA总线的计算机与DSP的通信
在开放式数控系统结构模型的基础上,研究了基于ISA总线的DSP通信控制原理。采用中断方式完成了PC机和DSP之间的通信。介绍了以DriverWorks为工具开发ISA设备WDM驱动程序的方法,探讨了中断处理、驱动程序与应用程序之间的通信,简要说明了驱动程序的安装与调试。通过调试,系统设计运行稳定。
<DL class=en id=eabs>
<DT>Abstract:
<DD> Th
驱动程序与应用程序的接口
<P>有两种方式可以让设备和应用程序之间联系:<BR>1. 通过为设备创建的一个符号链;<BR>2. 通过输出到一个接口<BR>WDM驱动程序建议使用输出到一个接口而不推荐使用创建符号链的方法。这个接口保证PDO的安全,也保证安全地创建一个惟一的、独立于语言的访问设备的方法。<BR>一个应用程序使用Win32APIs来调用设备。在某个Win32 APIs和设备对象的分发函数之间