联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All VC书籍(188) 

[VC书籍] Interpolate

多种方格网 DEM 插值算法分析与实现,其中包括双线性和三线性
Analysis and implementation of grid DEM Interpolation Algorithm (2020-08-27, C/C++, 1500KB, 下载2次)

http://www.pudn.com/Download/item/id/1598535999791525.html

[VC书籍] cPP-primer

C++Primer第三版,第四版,习题解答。一本很经典的C++教程
C++Primer version three and version four and the solution of the exercises (2016-05-06, Visual C++, 28575KB, 下载1次)

http://www.pudn.com/Download/item/id/1462518262551414.html

[VC书籍] jisuanjierjiCPP

其中包含C语言程序设计(第2版)-徐宝文译本,和我自己总结的C++基础知识要点,以及计算机等级C++的复习资料
Which contains the C programming language (Version 2)- Baowen Xu translation, and basic knowledge of C++ summarize the main points of my own, and review the information computer grade of C++. (2016-03-06, C/C++, 6315KB, 下载2次)

http://www.pudn.com/Download/item/id/1457251952446454.html

[VC书籍] prim

C语言实现普里姆算法 根据无向网构造最小生成树
C language implementation Prim algorithm based on minimum spanning tree in undirected network structure (2016-02-29, DOS, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1456684378766191.html

[VC书籍] ruijie-2013-interview-c-

星网锐捷2013年应届生招聘,笔试题,含C语言和行测题。
Ruijie 2013 graduate recruitment, examination questions. (2013-12-12, Unix_Linux, 272KB, 下载5次)

http://www.pudn.com/Download/item/id/2424455.html

[VC书籍] cPP-source-code

c++经典代码大全,来自于豆丁网,给有需要的初学者
c++ classic code Daquan, from Douding network, to the needs of beginners (2013-01-03, Visual C++, 10003KB, 下载2次)

http://www.pudn.com/Download/item/id/2105002.html

[VC书籍] VCPP-(DLL-)

VC++动态链接库(DLL)编程深入浅出,系列4个文档。 此文为网络收集整理,出处:PConline 2005年09月12日 作者:宋宝华
VC++ dynamic link library (DLL) programming simple terms, the series of four documents. This article is collected from internet,Source: PConline 2005 年 09 月 12 日 Authors: Song Baohua (2011-11-22, Visual C++, 665KB, 下载10次)

http://www.pudn.com/Download/item/id/1707475.html

[VC书籍] Petri-net-simulate

文章介绍了在Windows平台上Petri网模型的仿真方法
Article describes the Windows platform, Petri net simulation model (2011-05-02, Visual C++, 228KB, 下载25次)

http://www.pudn.com/Download/item/id/1514516.html

[VC书籍] zhen

帧分析程序,可以解析包的内容,对理解以太网帧特别好
Frame analysis program that can parse the contents of packets, Ethernet frames are particularly good for understanding (2011-03-14, Visual C++, 6KB, 下载7次)

http://www.pudn.com/Download/item/id/1454941.html

[VC书籍] test

VC++开发AE的基本框架,已经实现了Toccontrol和地图的显示以及几本工具条,对官网上的教程做了适度改良
VC++, the basic framework of the AE, has achieved Toccontrol and map display and a few of the toolbar on the official website of the tutorial to do a moderate improvement (2011-03-04, Visual C++, 17527KB, 下载25次)

http://www.pudn.com/Download/item/id/1444005.html

[VC书籍] ChaosToolboxl

Chaos 工具箱,研究复杂网,分形是否实用的教材
Chaos toolbox to study the complex network, the fractal is a practical textbook (2010-03-25, Visual C++, 565KB, 下载29次)

http://www.pudn.com/Download/item/id/1099047.html

[VC书籍] LSP_CN_Alpha(revision_77).PDF

linux系统编程的经典之作,系统,通俗,全面的解析linux的系统编程,基于linux的可以好好看下
linux system programming of the classic, systematic, popular and comprehensive analysis of the system, linux programming, linux-based that can be a good Kanxia (2010-03-14, Unix_Linux, 1518KB, 下载33次)

http://www.pudn.com/Download/item/id/1086954.html

[VC书籍] vcbianchenganles

<<vc++编程案例详解>>,由官全章,唐晓卫等编著。电子工业出版社出版。是很好的c++学习资料
" <vc++编程案例详解> " From the official full-chapter, TANG Xiao-Wei, eds. Electronics Industry Publishing House. Is a very good c++ learning materials (2010-03-14, Visual C++, 48323KB, 下载8次)

http://www.pudn.com/Download/item/id/1086404.html

[VC书籍] Ontology

Ontology语义网研究论文,国内少有的中文资料
Semantic Web Ontology research papers, the domestic rare Chinese data (2010-02-02, Visual C++, 218KB, 下载52次)

http://www.pudn.com/Download/item/id/1057607.html

[VC书籍] C.Primer.Plus.5th.cn

C++.Primer.Plus.第五版 中文高清扫描版,专供C++入门学习比C++.Primer稍浅,适合一般人士
C++. Primer.Plus. Fifth edition of the Chinese version of HD scan specifically for C++ Getting Started to learn than C++. Primer slightly shallow, suitable for general public (2009-10-30, Visual C++, 52665KB, 下载27次)

http://www.pudn.com/Download/item/id/955096.html

[VC书籍] hospitaladdress

可进行假设的社区网图中医院应该所在的中心点的选择
Select a center to place a hospital in a community as a network graph (2009-05-27, Visual C++, 5KB, 下载2次)

http://www.pudn.com/Download/item/id/779950.html

[VC书籍] char04-05

谭浩强经典c语言程序设计的04-05部分,继续,希望网速快点
Hao Qiang classic c language programming 04-05 parts, continue, want to speed quickly (2009-03-02, Visual C++, 61KB, 下载2次)

http://www.pudn.com/Download/item/id/657843.html

[VC书籍] TheCProgrammingLanguage(SecondEdition)

The C Programming Language(Second Edition) C语言程序设计第二版;【美】 Denis M. Ritche 著 徐宝文 译
The C Programming Language (Second Edition) C Programming Language second edition [U.S.] Denis M. Ritche a translation Xu Baowen (2008-09-18, Visual C++, 5728KB, 下载66次)

http://www.pudn.com/Download/item/id/548703.html

[VC书籍] cpp_primer4_cn

C++经典教材(本电子书仅供个人学习,请勿用于商业用途。如果阅读后觉得合适,请支持正版。)
C++ Classic materials (the e-books for personal study, not for commercial purposes. If you feel that the right reading, please support genuine.) (2008-06-18, Visual C++, 1727KB, 下载34次)

http://www.pudn.com/Download/item/id/493271.html

[VC书籍] y1547741

移动自组织网AODV协议的优化设计与仿真测试
Mobile Ad Hoc Network Optimization AODV protocol design and simulation test (2008-05-17, Unix_Linux, 474KB, 下载9次)

http://www.pudn.com/Download/item/id/465161.html
总计:188