-
Code
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。(DLL program code. Static libraries and dynamic repository of differentiation, and calling program in the link static libraries and dynamic library difference. How to use tools to check DLL output function, Depends tools using, C++ compiler adapted technology to name DLL output functions, the influence of extern "C" usage, using C++ module definition file to solve problem. Name adapted With typedef definition pointer to a function pointer type, how to get dynamic connection pool of a function pointer.)
- 2010-12-13 11:27:45下载
- 积分:1
-
fasheji
低频信号先进行放大,再调制解调,设计发射(Low-frequency signal is first amplified, and then modulation and demodulation, the transmitter )
- 2013-11-28 10:04:47下载
- 积分:1
-
ArcGIS Engine二次开发——基础篇
AE开发教程,适用于AE开发入门,有详细的代码讲解(AE development course)
- 2021-01-02 16:48:57下载
- 积分:1
-
WPF 三维图片墙效果
使用WPF实现3D图片墙效果
- 2020-05-13下载
- 积分:1
-
数字图像处理傅里叶变换
#include #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
- 2023-05-22 05:45:03下载
- 积分:1
-
sd.mcp_0_backup
编写的飞思卡尔的sd卡读写程序,可以完成对sd卡的扇区读写,效率高,执行速度快(Writing the freescale sd card reading and writing program, can complete the sd card to the sector, speaking, reading and writing, high efficiency, the execution speed)
- 2011-12-03 21:49:34下载
- 积分:1
-
Cpp1
说明: 基于opencv的小面积区域的去除.可以去除面积小于指定面积的无兴趣区域.(Opencv-based small area of the region to remove. Can remove an area of less than the specified area is not interested in the region.)
- 2008-12-04 11:17:17下载
- 积分:1
-
input_parser
nextnano3,计算能带结构软件,方便计算各种半导体结构的能带参数(nextnano3, band structure calculation software, to facilitate the calculation of various parameters of the energy band structure of semiconductors)
- 2014-09-01 11:59:38下载
- 积分:1
-
MATLABandVClianhe
MATLAB and VC 联合编程的实现(MATLAB and VC lianhe biancheng shixian de lizi)
- 2009-07-08 13:33:00下载
- 积分:1
-
OPENGL_GIS
铁路三维地形漫游系统,使用OpenGL、VC、Oracle编写(Railway 3D Terrain System, using OpenGL, the VC, Oracle write
)
- 2020-09-13 15:57:58下载
- 积分:1