-
Vcmatlabsrc
Visual C++和matlab联合编程的详细代码(Visual C++ And joint programming in detail matlab code)
- 2007-08-02 23:59:05下载
- 积分:1
-
LINKLIST
单链表的增删查改功能,可以实现单链表的创建、传入数据;并能实现对已有单链表的插入数据、删除数据等功能。(Single linked list of additions and deletions check change function, you can achieve the creation of a single list, incoming data insert data of existing single linked list, delete data and functions.)
- 2012-10-31 21:03:50下载
- 积分:1
-
gridctrl in mfc view
一个类似EXCEL电子表格VC类库。可以嵌入到MFC程序中增强列表控件显示功能。(A similar class library EXCEL spreadsheet VC. Can be embedded into the MFC list control procedures to enhance display.)
- 2007-12-19 17:07:05下载
- 积分:1
-
Fisheye_calibration
windows下c++鱼眼校正,debug内exe可直接运行看结果。内附参考文献,更详细文献可见论文《超大广角畸变图像的校正和展开》。(C++ fisheye correction under windows, debug within exe can run directly to see the results. With reference to the literature, more detailed literature can be seen in the paper "super wide-angle distortion image correction and expansion".)
- 2017-11-13 16:35:41下载
- 积分:1
-
RadioAndCheckButton
一只菜鸟的串口程序,建议初学者可以看看
希望可以对你们有点用(a serial newcomers procedures, the proposed beginners can hope to see you with a bit)
- 2006-10-17 17:49:03下载
- 积分:1
-
Effective-CSharp
这本书结合作者的实际经验提出了50个提高C#程序的有效途径,风格类似于有名的《Effective C++》,由于本书是在2004出版的,所以针对C#2.0是否完全合适需要我们的判断,但是也不失为一本很好的参考书。以下是书的目录。每一条目录实际上就是一个specific way。有兴趣的可以可以看看。
- 2011-12-22 10:55:27下载
- 积分:1
-
Contour
说明: c++的绘制二维等值线源码。有示例数据,可以运行。(c++ two-dimensional contour map of the source。c++ code for contour map)
- 2009-07-29 11:44:20下载
- 积分:1
-
pi
说明: 使用Openmp的分别用1、2、3、4核计算π值,对比四核所用时间的关系,同时检测四核是否能工作(Openmp is used to calculate the relationship between 1 cores, 2, 3 and 4 cores, respectively, to compare the relationship between the four cores' time and check whether the four cores work.)
- 2018-04-06 00:01:18下载
- 积分:1
-
VTune003
The first thing we do there is to verify if a device context has been supplied. If that s not the case, we can t create a font so we throw an exception. We then ask OpenGL to generate a continuous set of 255 diplay lists that will be used for 255 characters. (The first thing we do there is to verify if a device context has been supplied. If that s not the case, we can t create a font so we throw an exception. We then ask OpenGL to generate a continuous set of 255 diplay lists that will be used for 255 characters.)
- 2008-11-09 02:30:29下载
- 积分:1
-
lex
词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。(Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax notation for subsequent analysis. Lexical analyzer' s job is low-level analysis: the character or sequence of characters converted into tokens.)
- 2015-03-22 23:19:56下载
- 积分:1