-
FATIGUE
疲劳寿命预测,用于飞机结构的疲劳分析,用灰色及模糊理论(Fatigue life prediction for fatigue analysis of aircraft structure, with gray and fuzzy theory)
- 2010-12-13 10:24:22下载
- 积分:1
-
Microsoft.Press.Microsoft.Windows.Internals
说明: 介绍微软Windows操作系统的书籍,编写驱动时需要(Microsoft introduced the Windows operating system books, preparation of need-driven)
- 2008-10-06 18:49:36下载
- 积分:1
-
VCdll
说明: Vc++动态链接库实例讲解,很好的书籍,帮助初学者很快入门。(Vc++ dynamic link library examples to explain, very good books to help beginners started quickly.)
- 2010-03-23 00:20:29下载
- 积分:1
-
kejian
Visual C,很不错的一本书,对想学C加加的人有一定的帮助(Visual C++, very good book on the people who want to learn C there is some help)
- 2010-12-02 21:22:38下载
- 积分:1
-
VC++ 设置位置断点跟踪程序
VC++ 设置位置断点跟踪程序,利用随机产生的数组来测试断点跟踪的效果,具体的实现代码:
srand( (unsigned)time( NULL ) );//产生随机种子
int array[number];
CString str1,str2;
str1="原始顺序:";
for(int i=0;i {
array[i]=rand();//设置条件断点
str2.Format("%d ",array[i]);
str1+=str2;
}
pDC->TextOut(20,10,str1);//输出原始数组顺序
BubbleSort(array, 1, number);
str1="排序顺序:";
for( i=0;i {
str2.Format("%d ",array[i]);
str1+=str2;
}
pDC->TextOut(20,30,str1);//输出排序后的数组顺序
- 2022-03-21 21:04:24下载
- 积分:1
-
Chapter7
C++程序设计基础 第7章源码 十分详细,每个例子的源码都在(C++ Programming Basics Chapter 7 source in great detail, the source of each example are)
- 2010-07-11 22:10:15下载
- 积分:1
-
biaoding
相机标定经典教程,可以适合初学标定算法者使用(Tutorial classic camera calibration can be suitable for beginners to use the calibration algorithm)
- 2008-12-11 21:50:43下载
- 积分:1
-
Visualc6.0
本书是讲述如何使用VC6.0及所带的类库MFC的编程技巧和使用(This book is about how to use VC6.0 and brought the library' s programming skills and the use of MFC)
- 2010-07-13 14:52:30下载
- 积分:1
-
WINDOWS
windows核心编程,学软件必备的书本之一(windows-core programming, learning software, one of the essential books)
- 2009-10-24 09:35:38下载
- 积分:1
-
Wrox+-+Ivor+Hortons+Beginning+Visual+C+++2008+(Mar
Wrox - Ivor Hortons Beginning Visual C++ 2008 (Mar 2008)
- 2008-11-19 16:24:39下载
- 积分:1