Dear 'Ajax in Action' Readers,This zip file gathers together the source code for the examples in the 'Ajax in Action' book. Code is organized by chapter, and, within each chapter, subfolders for the original and the refactored versions of the exampl
1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
1,01.zipRandom String随机字符串(4KB)2,StringSearch.zipCase-Insensitive String Search(7KB)3,cCharCheck.zipAn MFC Class which offers you the abbility to check Strings for invalid characte rs(20KB)4,Tokenizer_src.zipA simple tokenizer class that can be used
1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
精彩百例帮你学好C语言如: # include void main() { /* 定义变量并赋初值 */ int a = 5; char c = 'a'; float f = 5.3; double m = 12.65; double result; /* 同类型数据间进行运算并输出结果 */ printf("a + c = %d\n", a + c); printf("a + c = %c\n", a + c); printf("f + m = %f\n", f + m); /* 不同类型
作者:talent_marquis联系方式:talent_marquis@163.commarquis.hou@dextrys.com简单说明:这个小工具对于软件开发用户,特别是Bug fix类型的超小项目会很有用。对于普通用户用处不大。不过由于是SWT+JFace实现的桌面程序,想研究Java桌面程序应用的朋友也可以下载看看,其一些特性及设计思路还是比较有用的。详细资料及截图请参考压缩包中doc/how to run.doc文档新特性:支持拽入:可以将源/目标目录以及配置文件拽入相对应窗口支
au3反编译源码 myAut2Exe - The Open Source AutoIT scr ipt Decompiler 2.9 ======================================================== *New* full support for AutoIT v3.2.6++ :) ... mmh here's what I merely missed in the 'public sources 3.1.0' This program is f
初学者Android源码,获取Gps定位信息的Android源码实例,通过这个JAVA小项目,你可能学会GPS在Android手机中如何工作,定位和获取GPS等操作,代码中有注释,方便理解学习,部分代码注解: public int InfoType;//数据类型 public int Latitude;//纬度 public int Longitude;//经度 public double High;//海拔 public double Direct;//方向 publ
摘要:Java源码,Android源码,获取Gps 初学者Android源码,获取Gps定位信息的Android源码实例,通过这个JAVA小项目,你可能学会GPS在Android手机中如何工作,定位和获取GPS等操作,代码中有注释,方便理解学习,部分代码注解:
public int InfoType;//数据类型
public int Latitude;//纬度
public int Longitude;//经度
public double High;//海拔
public