资源列表
VipshellSrc
- 软件简介: 2006年7月15日 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.键盘记录 其中键盘记录,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴). 2006.8.19 由于忙于工作,忙于学习.没时间在继续开发了,把代码发给大家继续更 新 编译前把工程设置成 Unicode V
SqList
- 顺序存储的线形表 实现添加,删除,查找,合并2个线形表的功能
jpeg
- jpeg格式的详细说明,有做这些方面的研究的朋友可以看看!
download
- CFrameWnd CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument CFormView CDC CPen CreatePen CBrush CreateSolidBrush
waitforobject
- 用waitforobject做的线程同步实例。有同样需求的可以参考一下。
test
- 一个utf8-gb2312编码的互相转换demo
GetCommPort
- VC6程序,用于获取计算机当前所拥有的所有串口号。可用于使用串口的程序
MatlabGenericDll
- Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the l
MatlabSharedLib_demo
- Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolb
MATLAB_C_API
- As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming
matlab_cpp
- Solving Engineering Problems Using MATLAB C++ Math Library Introduction In the previous article, we studied how can use MATLAB C API to solve engineering problems. In this article I will show you how can use MATLAB C++ math library. The MATLAB®
Linkers_Loaders
- 经典书籍,对编译过程、连接过程进行了详细的描述。