资源列表
passthru
- 实现网络发送和接收数据包时对数据包的截获
WTL80_7070
- WTL80_7070 wtl 8.0 库的 源码
CodeDOMSample
- 微软提供的应用程序的源代码。 是.NET 2.0 SDK的示例代码 有C#和VB两种
CultureSample
- 微软提供的应用程序的源代码。 是.NET 2.0 SDK的示例代码 有C#和VB两种
DebuggerViewsCS
- 微软提供的应用程序的源代码。 是.NET 2.0 SDK的示例代码 有C#和VB两种
EncodingApp
- 微软提供的应用程序的源代码。 是.NET 2.0 SDK的示例代码 有C#和VB两种
OnlyOneExe
- visual studio 2005写的只允许一个启动一个进程,如果已经启动了进程的话,会有提示
CheckMemory
- CSHARP写的检查内存使用情况的程序,但没有在界面中显示出来,用到了几个API
Mp3_management
- 一款C语言写的mp3管理软件,学生作品,包含代码和文档
config
- 一个读写注册表的类 #ifndef __SYS_CONFIG_H__ #define __SYS_CONFIG_H__ #ifndef __COMMONFUNC_INCLUDE__ #define __COMMONFUNC_INCLUDE__ #endif class CConfig { public: CConfig() ~CConfig() void Load() void Save() CStr
Ini
- // \"CIni\" is a simple API wrap class used for ini file access. // The purpose of this class is to make ini file access more // convenient than direct API calls. // // This file is distributed \"as is\" and without any expressed or implied
RunOnlyOnce
- 对于有些程序来说,系统要求只能运行一次,附件应用程序只运行一次的dll源码