novell-bns_ldap-devel-2004.10.04-1.zip构建了一个LDAP目录服务器
标签: novell-bns_ldap-devel 2004 LDAP zip
上传时间: 2014-11-29
上传用户:luke5347
五笔练习 for Linux V0.6.8 ( SDL版 )五笔练习 for Linux V0.6.8 是一个免费软件, 提供源代码,你可以根据通用公共许可证的条款使用和修改它。系统需求: 安装有SDL、SDL-devel 以及SDL_mixer SDL_mixer-devel库的1.2.x版本。
上传时间: 2013-12-25
上传用户:agent
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
This libusb version 0.1.12. libusb is a library which allows userspace application access to USB devices. The official ftp site is: ftp://ftp.libusb.sourceforge.net/pub/libusb/ The official web site is: http://libusb.sourceforge.net/ A mailing list is located at: libusb-devel@lists.sourceforge.net
标签: libusb application userspace library
上传时间: 2013-12-21
上传用户:zhengzg
PartiTek SDK PartiTek Software Inc. is a professional image processing and barcode software development company that produces the SDK to encode & decode PDF417, QR Code, Data Matrix . By using PartiTek software, our users have successfully leveraged many years of university level research into their products, gaining increased reading accuracy and simple barcode creation. QRcode modules FOR Linux.
标签: PartiTek professional processing Software
上传时间: 2016-02-18
上传用户:qiao8960
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues that tradition. C++ is a very powerful programming language. If C gives you enough rope to hang yourself, C++ is a hard-ware store with lots of helpful people ready to tie knots for you. Mastering the points discussed in this book will definitely increase your ability to effectively use C++ and reduce your stress level.
标签: small edition credit number
上传时间: 2013-12-29
上传用户:talenthn
主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeRead)) { CString strTemp,strOut while(sf.ReadString(strTemp)) { if(strTemp.Left(m_strExt.GetLength()) ==m_strExt) { m_list.AddString(strTemp) } } } sf.Close() m_list.SetCurSel(0) this->OnSelchangeList2() } void CFDlg::OnSelchangeList2() { CString strTemp,strExt m_list.GetText(m_list.GetCurSel(),strTemp) strExt=strTemp.Left(strTemp.FindOneOf(" ")) //MessageBox(strExt) CString strFileName ="eee."+strExt //MessageBox(strFileName) SHFILEINFO shfi memset(&shfi,0,sizeof(shfi)) //或者ZeroMemory(&shfi,sizeof(shfi)) ::SHGetFileInfo(strFileName, FILE_ATTRIBUTE_NORMAL, &shfi, sizeof(shfi), SHGFI_ICON|SHGFI_USEFILEATTRIBUTES) m_icon.SetIcon(shfi.hIcon) }
标签: OnChangeEdit1 UpdateData ResetConte MakeUpper
上传时间: 2013-12-20
上传用户:zl5712176
TI ndk-1_94_0_0 用户使用手册和参考手册Network Developer s Kit (NDK) Software User s Guide.pdf and Network Developer s Kit (NDK) Software Programmer s Reference Guide.pdf
标签: Network Developer Software Devel
上传时间: 2013-12-27
上传用户:宋桃子
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I checked the Java SDK documentation before writing my own code, and found that almost everything I needed is already there, like the C++ case.
标签: XYDataArray template article posted
上传时间: 2017-03-03
上传用户:问题问题
Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no means to get location data off of a cell phone, or a way to make it useful. My, how times have changed since then! In this article, I ll demonstrate how to get your phone s GPS coordinates…
标签: broadcasting location another article
上传时间: 2013-12-25
上传用户:李梦晗