基于JavaMail开发的E-mail系统
上传时间: 2014-01-03
上传用户:wcl168881111111
orapp-2.0.3 ORAPP - Oracle OCI C++ Interface Library ,OCI 的一个C++封装,简单易用
标签: Interface Library Oracle orapp
上传时间: 2013-12-09
上传用户:515414293
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
标签: distributed WARRANTY library WITHOUT
上传时间: 2015-08-03
上传用户:牛布牛
an introduction to boost library
标签: introduction library boost an
上传时间: 2013-12-20
上传用户:liglechongchong
/* shiyan.c 第四组数据结构实验作业。Author:zhg 功能:本程序用于验证函数 LocateElem(L,e,compare()) 。即求出现行表中元素的位序。 程序中的线性表采用顺序存储,以更方便于该操作的实现。 */
标签: LocateElem compare shiyan Author
上传时间: 2015-08-04
上传用户:stampede
Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c.
标签: decompression compression Structure the
上传时间: 2015-08-06
上传用户:jackgao
class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isEnabled()){ for(int i=10 i<=14 i++) btn[i].setEnabled(true) } }
标签: actionPerformed NumberListener ActionListener ActionEvent
上传时间: 2013-12-05
上传用户:wys0120
转载别人ds18b20proteus作品希望对proteus library里没有ds18b20的xdjm们有用!
上传时间: 2015-08-06
上传用户:zhouli
WirelessUSB HID device reader library
标签: WirelessUSB library device reader
上传时间: 2015-08-07
上传用户:GavinNeko
This library provides functionality to control any camera that conforms to the 1394-Based Digital Camera Specification (which can be found at http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf). It utilizes the lowlevel functionality provided by libraw1394 to communicate with the camera.
标签: functionality conforms provides Digital
上传时间: 2013-12-23
上传用户:yuchunhai1990