Downloadable Code for Beginning C# Databases by Karli WatsonNotes updated 25th July 2006The downloadable code for this book is divided up into folders, where one folder is used for each chapter. The two appendix directories, Appendix B Code and Appe
Ajax完全自学手册PPT和源代码分来上传了,需要PPT的请自己在我的资源里面查找。 1.本书1~22章所附代码的运行环境 操作系统:Windows 2003、Windows XP Professional,或者Windows 2000 开发环境:Microsoft Visual Studio 2005、Microsoft Visual Studio 2003 数据库:SQL Server 2005、SQL Server 2000 Web服务器:IIS 5.1及以上版本 2.本书所附光盘范例
Introduction to sltoolbox sltoolbox (Statistical Learning Toolbox) organizes a comprehensive set of matlab codes in statistical learning, pattern recognition and computer vision. It includes 256 m-files in 24 categories, which are from low-level com
VC++计算器源代码======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : cal ======================================================================== AppWizard has created this cal application for you.
AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy
QR码解码工具的源代码(java版,netbeans6.7平台项目,源码位于src包下),带例子,结果个人调试,可直接运行。 src/example包下有三个例子,分别是有界面的和无界面的,还有一个j2me的例子;src/jmf包下是基于jmf开发的一个例子,直接用摄像头读取二维码,并实时解码(使用此例子需要下载java Media Framework,可取sun官网上下载)。
Unlocking Android - NetworkSocketServer --------------------------------------- This is NOT an Android project. Rather, this is super simple socket server example - which can be run locally to connect to from Android (see NetworkExplorer for the And