MSP430怎样建立和调用自己的library库函数
前段时间有博友问到在IAR环境下隐藏原始代码开放功能性接口的方法,其实就是库(Library)的概念了,算是一种半开源的方式吧,估计应该是公司里常用到一种开发模式吧,不同分工团队部门之间最后的整合都是...
class library技术资料下载专区,收录972份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
前段时间有博友问到在IAR环境下隐藏原始代码开放功能性接口的方法,其实就是库(Library)的概念了,算是一种半开源的方式吧,估计应该是公司里常用到一种开发模式吧,不同分工团队部门之间最后的整合都是...
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The cl...
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis...
This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje...
This an example showing how idl helping to build the abstract class for the java objects. As a resul...
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel...
A class--the basic building block of an object-oriented language such as Java--is a template that de...
This is an matrix class which has been adapted for complex number computations. It ll be of help for...
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C...