-
-
the-analysis-of-STL-sourse.rar
本书所呈现的源码,使你踏上了基度山岛。源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。
-
roundsd.zip
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ...
-
SPRASM.rar
A space Vector PWM of an indution Motor with TMS320F240
-
Vector_Diagram.zip
... position
or
>> ipdv(X,Y,Xo,Yo) (Xo,Yo) initial position
2D vector components (X,Y) are used to plot the vectors one after another, i.e., next vector starting at the end of the previous one (via Matlab s quiver.m ).
This ...
-
-
-
Win32.rar
使用容器,保存一组整数,要求能随机存取,插入和删除操作方便。
思路分析:使用vector类
-
dsdv.rar
Destination Sequenced Distance-Vector Routing(DSDV)协议源代码
-
EWDraw_3D_ActiveX_5_5.rar
EWDraw 3D is a powerful vector graphics ActiveX for 3D and 2D visualisation and animation. You can use it for CAD,CAM,GIS and others. The EWDraw is based on Open CASCADE geometric kernel and openGL.
The component is realized as a run-time Windows 32 bit ...
-
-