资源列表
primer5.0
- 该软件主要用于对序列设计引物,是一个非常有用的软件。-The software is mainly used for primers designed, and is a very useful software.
COM-technology-insider
- COM接口可以通过多种语言实现,接口有一个二进制的标准。也就是说,表示一个接口的内存块必须具有一定的结构。客户程序用一个指向接口数据结构的指针来调用接口成员函数。接口指针实际上又指向一个指针,这第二个指针指向一组函数,称为接口寒暑表。接口函数表中每项为4个字节长的函数指针。 在C++中,可以使用抽象基类实现COM接口。抽象基类的内存结构跟接口的内存结构正好完全相同。抽象基类的指针指向一个vtbl指针,该指针指向虚拟函数表。由于一个COM组件可以支持任意数目的接口,因此对于这类组件,我们使用抽
LPC2368
- lpc2368的中英文用户文档 lpc2368的中英文用户文档-lpc2368 user documentation in Chinese and English lpc2368 user documentation in Chinese and English
cmake-2.8.12.2
- VTK 使用的Cmake 方便下载,32位的。 希望对大家有用。-vtk used Cmake
Sysinternals
- 这里面包含了很多的工具, 其中有DbgView这个非常方便的工具, 如进行VC编时, 在程序中加一句OutputDebugString("debug info"), 就可输出信息到DbgView这个工具中查看,非常方便. -There contains a lot of tools, one of DbgView there is this very convenient instrument, such as for VC allocation, the process at an add
COM
- 过外介绍COM内幕的书,中文版本的,提高软件构架设计用处很大
OMP-algorithm
- OMP算法 基于压缩传感的匹配追踪重建算法研究-OMP algorithm
AMCap
- Directshow sample code by DirectX.
shishangbiancheng
- Visual C++ 6.0 时尚编程百例 光盘源代码
visual
- visual c++时尚编程一百个例子,让你掌握c++的基本概念,同时也提高你编程能力,迅速提升你的理解程序的能力-viusal c++ one hundred example
Neural-Network_Machine-Learning-Course-Stanford.z
- Matab codes for a simple Neural Network, based on Stanford s Machine Learning online course.
com技术内幕
- com技术内幕,书有一点老,但还是有参考价值(COM technology insider, the book is a bit old, but still has reference value)