Welcome![Sign In][Sign Up]
Location:
Search - CH5-1

Search list

[Otherch5

Description: Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf(\"请输入矩阵的行数,列数,非零元素数:\") scanf(\"%d,%d,%d\",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 为以下比较做准备 for(i=1 i<=M.tu i++) { do {
Platform: | Size: 19853 | Author: 冰河 | Hits:

[ADO-ODBCch5-1.rar

Description: VC++ MFC访问数据库,包括初始化,消息映射,对话框,数据库ACCESS
Platform: | Size: 3626032 | Author: zhjunzhuan | Hits:

[GDI-BitmapVC6高级编程范例ch5

Description: VC6高级编程范例第五章——图形处理-VC6 high-level programming paradigm Chapter V-- graphics
Platform: | Size: 106496 | Author: 陈宏 | Hits:

[Graph programVisual C++ CAD应用程序开发技术源代码ch5

Description: Visual C++ CAD应用程序开发技术源代码ch5-Visual C CAD application development technology source code ch5
Platform: | Size: 137216 | Author: 海波 | Hits:

[Other GamesCH5-2

Description: 鼠标版“电流急急棒”游戏,学习MFC写游戏的可以参考一下-mouse edition of "Current hurry and stick" game, learning the game MFC can write a reference
Platform: | Size: 66560 | Author: 黄少华 | Hits:

[VC/MFCVisualC++netprogram(ch5)

Description: 面向软件工程的Visual C++网络程序开发-Oriented software engineering, Visual C++ Network program development
Platform: | Size: 1633280 | Author: 张红钢 | Hits:

[source in ebookCH5

Description: 实用VC++6.0教程光盘,源码比较大,网上比较难找到下载的地方,该书对于较深入了解MFC有很大帮助-Practical VC++ 6.0 Tutorial CD-ROM, source relatively large, on-line more difficult to find a place to download the book for more in-depth understanding of much help in MFC
Platform: | Size: 104448 | Author: 张进 | Hits:

[Dialog_Windowch5-3

Description: 游戏界面,背景是可以透明移动。画面的移动随鼠标。-Game interface, the background is transparent mobile. Mobile screen with the mouse.
Platform: | Size: 716800 | Author: rotion | Hits:

[source in ebookCH5

Description: 《Windows多媒体编程基础》书第五章源代码SimpleBrowse一款简单易用的图片浏览器。其他目录中都是编译时需要的库和包含文件等(Bin是调试输出)。该工程较好的演示了一个工程中个要素之间的关系,可以帮助理解.h/.lib/.dll文件各自扮演的角色
Platform: | Size: 2224128 | Author: pl | Hits:

[VC/MFCch5

Description: visual c++ 游戏编程基础 第5章 -visual c++ game programming based on Chapter 5 of visual c++ game programming based on Chapter 5
Platform: | Size: 408576 | Author: wuxin911 | Hits:

[Graph Drawingch5

Description: 我的计算图形学答辩课题,都是些简单的图形变换,初学者-My reply graphics computing topics, the graphics are some simple transformation, for beginners
Platform: | Size: 10706944 | Author: 记忆中的…… | Hits:

[CSharpCH5

Description: Visual C# 2005文件IO与数据存取的相关知识,内容全面,结构合理,论述清晰,对Visual C# 2005文件IO与数据存取技术及其实际应用都有独到见解,是一本专业性较强的计算机书籍。这是书的第五章代码-Visual C# 2005 file IO and data access-related knowledge, comprehensive, well-structured, clear exposition of the Visual C# 2005 file IO and data access technology and its practical application have a distinct point of view, is a highly professional computer books. This is the fifth chapter of the code book
Platform: | Size: 6943744 | Author: zzt | Hits:

[ActiveX/DCOM/ATLch5

Description: 水晶报表,主要是写了如何隐藏和现实字段的功能,希望对大家有帮助-report
Platform: | Size: 59392 | Author: you | Hits:

[VC/MFCCH5-multicategory

Description: 中科院研究生院信息学院杨立祥教授vc++面向对象程序设计课件,2010年版!继承与多态!-Chinese Academy of Sciences, Graduate School of Information Science Professor Yang Lixiang vc++ object-oriented programming courseware, the 2010 edition! Inheritance and polymorphism!
Platform: | Size: 388096 | Author: | Hits:

[AlgorithmC-assembly-commonly-used-algorithm

Description: CH1.H-CH15.H改写自 徐士良. C常用算法程序集[M]. 清华大学出版社, 1996.11 第1到第15章,即数值计算部分的所有内容 // CH1.h 线性代数方程组的求解 // CH2.h 矩阵运算 // CH3.h 矩阵特征值与特征向量的计算 // CH4.h 非线性方程与方程组的求解 // CH5.h 插值 // CH6.h 求积分 // CH7.h 全区间积分 // CH8.h 拟合与逼近 // CH9.h 数据处理与回归分析 // CH10.h 极值问题 // CH11.h 数学变换与滤波 // CH12.h 特殊函数 // CH13.h 随机数的产生 // CH14.h 多项式与连分式函数的计算 // CH15.h 复数运算-CH1.H-CH15.H adapted from XU Shi-liang. C assembly commonly used algorithm [M]. Tsinghua University Press, 1996.11 1 to Chapter 15, that is, all the numerical part of the contents of// CH1.h of linear algebraic equations Solution// CH2.h matrix operations// CH3.h matrix eigenvalue and eigenvector calculation// CH4.h nonlinear equations and the solution// CH5.h interpolation// CH6.h quadrature// CH7.h the region between the points// CH8.h fitting and approximation// CH9.h data processing and regression analysis// CH10.h extreme problems// CH11.h mathematical transformation and filtering// CH12.h special functions// CH13.h random number generation// CH14.h polynomials and continued fractions calculation function// CH15.h complex operations
Platform: | Size: 894976 | Author: golden | Hits:

[Windows DevelopCH5

Description: 《VC++ 编程技巧与示例》随书光盘 CH5 光盘按照章节收录了本书中所有示例的源代码,所有代码都必须使用Visual C++6.0 以上的版本编译,此外,所有可执行文件都是作者为了测试各程序在VC++6.0 上的运行情况而生成的,如果没有安装VC++6.0 则无法运行各个示例 (各个示例代码绝对可用,尽请放心) 。-" VC++ programming skills and examples of" CD with the book contains chapters CH5 CD book by examples of all the source code, all code must use Visual C++6.0 or later compiled, in addition, all executable files are the author to testing the program in VC++6.0 on the operation and generate, if not installed VC++6.0 can not run all examples (each sample code is absolutely free, do please be assured).
Platform: | Size: 112640 | Author: 王小明 | Hits:

[GUI Developch5-1

Description: 本程序采用VC++ MFC编程,通过MFC接口访问数据库,本例为ACCESS数据库,有源程序,有可执行文件-The program uses VC++ MFC programming, through the MFC interface to access the database, in this case the ACCESS database, there are source code, executable files
Platform: | Size: 3625984 | Author: 发奋图强 | Hits:

[Windows DevelopVVissualCCADai

Description: Visual C++ CAD应用程序序源码开发技术源代码ch5 -Visual C++ CAD application sequence source development source code ch5
Platform: | Size: 137216 | Author: yongjiu | Hits:

[Otherch5

Description: • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component wrapper classes • Windows Property System wrapper classes • Core COM utility and interface wrapper classes • Extensive use of std::shared_ptr<> prevents resource leakage • GDI Bitmap, Icon, Font, Brush, Pen and Device Context classes • String, DateTime, TimeSpan and a high resolution Stopwatch • User interface controls are in the works
Platform: | Size: 6580224 | Author: 付良甲 | Hits:

[OpenGL programch5

Description: 提供封装好的OpenGL类。主要处理STL模型文件等功能。 -OpenGL provides packaged class. Mainly deal with the STL model files and other functions.
Platform: | Size: 4643840 | Author: zyw | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net