‘壹’ 电子书 数据结构与算法(c++版) 实验和课程设计教程
多看论坛,电子书内容交流区,有个学习管理的分类
这里有你要的书,你去下载吧。
自己动手,恕不发送
网站无毒无广告
下载完后请采纳。
‘贰’ 《数据结构与算法分析:C语言描述(原书第2版) 》这本书比起其他书,可以么看这本书需要什么基础
额,我想你说的《数据结构与算法分析》应该是Weiss写的那本吧,那本书豆瓣给出了9分的评分,已经算是非常高的分数了,但计算机世界的经典着作犹如浩瀚的海洋,了不起的编程书籍还有很多。
Kernighan的《程序设计实践》是让你全面了解编程该做些什么的经典着作,尽管这书非常地薄。
cormen的《算法导论》和Skiena 《算法设计手册》是比《数据结构与算法分析》更大部头的巨着。
Bentley的《编程珠玑》(1,2卷)将带你领略算法的力量。
侯捷的《STL源码剖析》,深入讲解C++标准库的实现细节,让你真正见识顶尖高手的杰作。
stevens 的《unix环境高级编程》《unix网络编程》是程序员的进阶宝典,应当一读再读,因为你最终会明白,你的程序是运行在操作系统上的,是需要和网络交互的,你需要了解他们,和他们友好相处。
C++之父Bjarne Stroustrup的三本大作:《 C++程序设计语言 》、《C++程序设计原理与实践 》、《C++语言的设计和演化 》是C++语言的最权威的指南,同时也是经典编程着作。
Bryant的《深入理解计算机系统》都是能告诉你计算机底层做了什么工作,让你更好地理解计算机,更好地利用CPU的天书。
关于软件开发方面的经典着作有《程序员修炼之道》《代码大全》《重构》《设计模式》,在任何一个编程论坛的推荐表里,这些都是程序员必看图书。
还有一本书叫《计算机程序的构造和解释》,神一样的着作,它可以颠覆你的编程思维。
当然,计算机算法的顶尖之作要算knuth的《计算机程序设计艺术》(1-4卷),其内容极深极广极难,那真是如浩瀚之海洋,叹为观止了。
所谓术业有专攻,每个领域都有其经典的着作,这就要根据你个人的兴趣去进一步探究了。例如程序设计语言与编译器、操作系统内核、硬件设计、人工智能与机器学习、自然语言处理、信息论与信号处理、网络编程、机器人等等。
‘叁’ 程序员的七种武器是什么
根据本人的多年开发经验,向那些刚刚踏入IT行业的新程序员们或正在迷茫的程序员们整理出了程序员必须掌握 的七种武器以及相关的视频教程。 第一种武器:开发工具 基于C++、VC++开发平台工具快速入门: 第一部份: VS2008 IDE开发环境的基本使用方法 第二部份:VS2008调试环境的使用 第三部份:VS2008性能分析工具 基于MyEclipse平台的java程序快捷开发: 第一部份:JAVA开发环境的搭建 第二部份:MyEclipse工具常用开发操作和技巧 第三部份:MyEclipse高级使用技艺 - 重构与快速实现 基于linux操作系统平台下的Java语言开发: 第一部份: 安装虚拟机以及Linux操作系统 第二部份: Linux桌面系统 第三部份: Linux文件和目录管理 第四部份: VIM的使用(上) 第五部份: VIM的使用(下) 第六部份: Linux终端常用命令第七部份: Java开发环境的搭建 第二种武器:数据库 SQL Server 2008 数据库基础及应用: 第一讲:SQL Server的安装与配置 第二讲:SQL Server中的库、表、数据完整性 第三讲:SQL Server中的CRUD语法 第四讲:SQL Server中的查询语句 第五讲:SQL Server中的高级查询 第六讲:SQL Server高级查询综合示例(一) 第七讲:SQL Server高级查询综合示例(二) 第八讲:SQL Server高级查询综合示例(三) ORACLE系列之SQL从入门到精通: 第一讲:数据库基础知识 第二讲:创建数据库 第三讲:管理和控制Oracle数据库 第四讲:Oracle数据库表管理 第五讲:基本SQL语句 第六讲:对数据进行限定和排序 第七讲:处理单行的函数 第八讲:从多个表中获取数据 第九讲:数据查询的综合案例(一) 第十讲:使用分组函数来对数据进行聚集 第十一讲:子查询及高级应用 第三种武器:操作系统 Linux系统编程(文件篇、进程篇、信号与管道篇、时间篇、实战篇): 第一部分:Linux系统编程之文件篇 第二部分:Linux系统编程之进程篇 第三部分:Linux系统编程之信号与管道篇 第四部分:Linux系统编程之时间篇 第五部分:Linux系统编程之实战篇(minishell实现) 第四种武器:网络协议TCP.IP Windows服务器与网络编程实战课程(VC++系列之网络编程、WinSock超基础): 第一部份:计算机网络和网际协议(TCPIP) 第二部份:标准套接字SOCKET原理及编程 第三部份:WinSock工作模式和编程模型 第四部份:WinSock2.0API和SOCKET池 剖析.NET网络通信、音频、移动平台IM及服务器端编程: 第一部份:.NET网络通信了解基本的.NET网络通信基础 第二部份:UDP点对点网络通信 第三部份:UDP服务器/客户端通信 第四部份:UDP网络文件传输 基于TCPIP协议的java多线程高并发服务器实战: 第1课:TCPIP协议,多线程,高并发网络编程概述 第2课:基于TCPIP协议的自定义网络通信协议实现(一) 第3课:基于TCPIP协议的自定义网络通信协议实现(二) 第4课:多线程精讲(一) 第5课:多线程精讲(二) 第6课:网络基础编程(一) 第7课:网络基础编程(二) 第8课:网络基础编程(三) 第9课:java NIO(一) 第10课:java NIO(二) 第11课:java NIO(三) 第五种武器:DCOM.CORBA.XML.WEB Services .NET下面的WebService开发: 1.掌握 Web Service 的基本工作原理 2.理解 Web Service 的优势 3.掌握 Web Service 的开发和使用 4.ASP.net中如何通过代理类调用WebServic 5.ASP.net中如何手工调用WebService(Get/Post两种方式) 6.JavaScript如何同步调用WebService 7.JavaScript如何异步调用WebService 8.ExtJs中如何调用WS 9.通过SOAP头来增强WebService安全性 10.Web Service开发中需要注意的问题 Java平台下的WebService框架Xfire深入解析: 第一部分、WebService 概念与xFire入门 第二部分、xFire开发起步 第三部分、Web服务客户端及Web服务安全性 第四部分、xFire与Spring集成 第五部分、xFire使用综合示例 第六种武器:软件工程与CMM IT人必备实用项目管理系列订餐系统实例化教学—Java版,10年IT经验总结,涉及测试、风险、负载等: 1. 课程综述:我们目前项目管理中遇到的困惑和我们所处的现状。 2. 团队组建和项目计划。 3. 需求管理:任何人都为之头疼的东西。 4. 实战订餐系统需求管理:,体验一把从头构建需求的快乐和痛。 5. 软件配置管理:只是技术,纯粹解决项目开发问题。 6. 软件设计:该怎么去设计一个软件。 7. 进度控制:进度是大部分项目组头疼的事情。 8. 风险管理:我们能做到的到底有多少。 9. 成本管理:不是说如何报价,而是说如何做能合理些。 10.软件测试:确保软件质量的关键点。 11. 单元测试:如何使用junit实施单元测试。 12. 负载测试:看看这辆车到底能拉多少货? 13. 验收交付:客户满意,公司满意,我们的追求。 14. 过程改进:下个项目我们还需要这么费力吗? IT项目管理实战ASP.NET版(负载均衡+Web测试+VSTS单元测试+VSS+订餐系统,10年经验总结): 1. 课程综述:我们目前项目管理中遇到的困惑和我们所处的现状。 2. 团队组建和项目计划。 3. 需求管理:任何人都为之头疼的东西。 4. 实战订餐系统需求管理:,一起体验一把从头构建需求的快乐和痛。 5. 软件配置管理:只是技术,纯粹解决项目开发问题。 6. 软件设计:该怎么去设计一个软件。 7. 进度控制:进度是大部分项目组头疼的事情。 8. 风险管理:我们能做到的到底有多少。 9. 成本管理:不是说如何报价,而是说如何做能合理些。 10.软件测试:确保软件质量的关键点。 11. 单元测试:如何使用junit实施单元测试。 12. 负载测试:看看这辆车到底能拉多少货? 13. 验收交付:客户满意,公司满意,我们的追求。 14. 过程改进:下个项目我们还需要这么费力吗? 第七种武器:算法与数据结构 C#版数据结构与算法高级教程(深入探讨)--附各种算法实例: 一、算法的评价指标 (1) 二、线性表:(3) 三、栈和队列 (3) 四、串(3节) 五、树(5) 六、排序(4) 实战应用Java算法分析与设计(链表、二叉树、哈夫曼树、图、动态规划、HashTable算法): 第一讲、算法基本概述、抽象数据类型 第二讲、算法的设计目标、时间复杂度和空间复杂度 第三讲、线性结构与顺序表的实现与应用 第四讲、单向链表以及单向链表的应用 第五讲、循环链表仿真链表以及循环链表应用 第六讲、栈的基本概念以及顺序栈的应用 第七讲、链式堆栈以及栈的应用 第八讲、中缀表达式转换后缀表达式算法 第九讲、队列以及顺序循环队列的应用 第十讲、链式队列以及优先级队列应用
记得采纳啊
‘肆’ 在哪里可以下载到这两本书啊《数据结构与算法》 许卓群 张铭等 2004 高教版
视频学习大全--and--小说大全
资源名称---计算机方面学习视频资料
php视频教程从入门到精通
http://www.xuexinet.com/document/xuexidetail.asp?id=21
ORACLE内部培训视频教学
http://www.xuexinet.com/document/xuexidetail.asp?id=36
常用网络命令音频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=41
新编Premiere.Pro入门与提高
http://www.xuexinet.com/document/xuexidetail.asp?id=53
新概念SQL.Server.2000教程
http://www.xuexinet.com/document/xuexidetail.asp?id=71
西北工业大学-编译原理 48课
http://www.xuexinet.com/document/xuexidetail.asp?id=72
专业工程师拆解笔记本视频
http://www.xuexinet.com/document/xuexidetail.asp?id=79
Cisco官方出版的CCNA/CCNP教材
http://www.xuexinet.com/document/xuexidetail.asp?id=81
数据库原理视频教程在线播放[北京交通大学]
http://www.xuexinet.com/document/xuexidetail.asp?id=86
mysql数据库视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=87
数据库原理与应用视频教程下载[北师大]
http://www.xuexinet.com/document/xuexidetail.asp?id=88
《Visual Foxpro》 31讲
http://www.xuexinet.com/document/xuexidetail.asp?id=91
ASP 数据库编程入门视频教程*
http://www.xuexinet.com/document/xuexidetail.asp?id=92
PowerBuilder视频教程在线播放
http://www.xuexinet.com/document/xuexidetail.asp?id=93
VFP6.0视频教程下载
http://www.xuexinet.com/document/xuexidetail.asp?id=94
数据结构教学录像c++版
http://www.xuexinet.com/document/xuexidetail.asp?id=95
网页设计在线教程
http://www.xuexinet.com/document/xuexidetail.asp?id=103
使用Visual Studio .NET进行调试
http://www.xuexinet.com/document/xuexidetail.asp?id=193
protel 2004 光盘教程
http://www.xuexinet.com/document/xuexidetail.asp?id=194
PHP动态网页制作
http://www.xuexinet.com/document/xuexidetail.asp?id=195
ASP动态网页制作计
http://www.xuexinet.com/document/xuexidetail.asp?id=196
JSP动态网页制作
http://www.xuexinet.com/document/xuexidetail.asp?id=197
Perl动态网页制作
http://www.xuexinet.com/document/xuexidetail.asp?id=200
汇编语言程序设计
http://www.xuexinet.com/document/xuexidetail.asp?id=201
逐步精通数据库(sql server)
http://www.xuexinet.com/document/xuexidetail.asp?id=202
linux安装的全程演示录像(9.0)*
http://www.xuexinet.com/document/xuexidetail.asp?id=203
网络工程考试视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=204
计算机操作系统视频讲座(清华大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=205
101-VF程序设计视频课程
http://www.xuexinet.com/document/xuexidetail.asp?id=207
接口技术视频讲座
http://www.xuexinet.com/document/xuexidetail.asp?id=208
软件工程40讲 (西北工大)
http://www.xuexinet.com/document/xuexidetail.asp?id=209
使用DM万用版给硬盘分区 视程
http://www.xuexinet.com/document/xuexidetail.asp?id=210
汇编与微机接口 64讲
http://www.xuexinet.com/document/xuexidetail.asp?id=211
手把手教你配置路由器
http://www.xuexinet.com/document/xuexidetail.asp?id=212
VB程序设计视频讲座
http://www.xuexinet.com/document/xuexidetail.asp?id=213
新概念Dreamweaver_mx视频教程(已失效)
http://www.xuexinet.com/document/xuexidetail.asp?id=217
孙鑫VC++
http://www.xuexinet.com/document/xuexidetail.asp?id=230
边用边学visual basic 6
http://www.xuexinet.com/document/xuexidetail.asp?id=236
边用边学Powerbuilder编程
http://www.xuexinet.com/document/xuexidetail.asp?id=237
边用边学C语言
http://www.xuexinet.com/document/xuexidetail.asp?id=238
边用边学Java程序设计基础
http://www.xuexinet.com/document/xuexidetail.asp?id=239
边用边学C++语言基础教程
http://www.xuexinet.com/document/xuexidetail.asp?id=240
边用边学Autocad
http://www.xuexinet.com/document/xuexidetail.asp?id=241
边用边学Linux
http://www.xuexinet.com/document/xuexidetail.asp?id=242
Windowsxp中文版入门与提高
http://www.xuexinet.com/document/xuexidetail.asp?id=243
Photoshop CS2 标准教程
http://www.xuexinet.com/document/xuexidetail.asp?id=244
【用Ghost备份和恢复系统】视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=248
硬盘分区与格式化探悉
http://www.xuexinet.com/document/xuexidetail.asp?id=249
WinXp安装全过程
http://www.xuexinet.com/document/xuexidetail.asp?id=250
winxp优化大全
http://www.xuexinet.com/document/xuexidetail.asp?id=251
使用DM万用版给硬盘分区
http://www.xuexinet.com/document/xuexidetail.asp?id=252
常用网络命令视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=254
编程之道—JSP数据库编程入门(iso)
http://www.xuexinet.com/document/xuexidetail.asp?id=255
企业网络系统与集成
http://www.xuexinet.com/document/xuexidetail.asp?id=256
高速宽带主干网技术专题视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=257
SQL数据库视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=260
微软开发者系列讲座---WEB Service高级应用
http://www.xuexinet.com/document/xuexidetail.asp?id=303
Flashmx 2004 视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=314
计算机图形学
http://www.xuexinet.com/document/xuexidetail.asp?id=316
电子科大--- VB程序设计
http://www.xuexinet.com/document/xuexidetail.asp?id=317
EDA技术
http://www.xuexinet.com/document/xuexidetail.asp?id=318
unix操作系统(电子科技大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=319
多媒体技术(电子科技大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=320
计算机操作系统(电子科技大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=321
计算机网络基础(电子科技大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=322
计算机系统结构
http://www.xuexinet.com/document/xuexidetail.asp?id=324
计算机组成原理
http://www.xuexinet.com/document/xuexidetail.asp?id=325
嵌入式系统应用与开发技术
http://www.xuexinet.com/document/xuexidetail.asp?id=326
软件工程(电子科技大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=327
微机原理与接口技术
http://www.xuexinet.com/document/xuexidetail.asp?id=328
洪恩编程之道 delphi7
http://www.xuexinet.com/document/xuexidetail.asp?id=347
不背字根学五笔视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=354
网页设计(制作)
http://www.xuexinet.com/document/xuexidetail.asp?id=369
程序设计语言
http://www.xuexinet.com/document/xuexidetail.asp?id=410
组成与系统结构
http://www.xuexinet.com/document/xuexidetail.asp?id=411
多媒体技术(西北工业大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=412
汇编与微机接口
http://www.xuexinet.com/document/xuexidetail.asp?id=413
计算机软件技术基础
http://www.xuexinet.com/document/xuexidetail.asp?id=414
计算机软件技术基础辅导
http://www.xuexinet.com/document/xuexidetail.asp?id=416
网络支付与结算48讲(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=417
计算机网络[北方交通大学]
http://www.xuexinet.com/document/xuexidetail.asp?id=491
洪恩开天辟地.4.零售版(8CD)
http://www.xuexinet.com/document/xuexidetail.asp?id=535
面向对象C++(陈文宇)(电子科技大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=581
数据结构(罗吴蔓)
http://www.xuexinet.com/document/xuexidetail.asp?id=582
程序设计语言与编译
http://www.xuexinet.com/document/xuexidetail.asp?id=583
DOS 学习视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=615
计算机网页设计与制作视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=616
单片机及应用辅导课程
http://www.xuexinet.com/document/xuexidetail.asp?id=618
自己动手建立个人网站
http://www.xuexinet.com/document/xuexidetail.asp?id=619
c语言14讲
http://www.xuexinet.com/document/xuexidetail.asp?id=630
高级操作系统(北大-辛辛那提大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=631
边学边用Photoshop7.0视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=632
洪恩编程之道 delphi7 视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=633
数据库应用程序设计
http://www.xuexinet.com/document/xuexidetail.asp?id=634
数字视频应用教程
http://www.xuexinet.com/document/xuexidetail.asp?id=635
中文AutoCAD 2005基础操作与实例教程
http://www.xuexinet.com/document/xuexidetail.asp?id=636
3ds max 6标准教程
http://www.xuexinet.com/document/xuexidetail.asp?id=637
Premiere 6.x 标准教程
http://www.xuexinet.com/document/xuexidetail.asp?id=638
华南理工大学-c#和.net技术与应用
http://www.xuexinet.com/document/xuexidetail.asp?id=639
Adobe Photoshop CS2官方视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=640
微计算机技术
http://www.xuexinet.com/document/xuexidetail.asp?id=641
软件开发工具与环境
http://www.xuexinet.com/document/xuexidetail.asp?id=642
计算机图像处理
http://www.xuexinet.com/document/xuexidetail.asp?id=653
边学边用LINUX
http://www.xuexinet.com/document/xuexidetail.asp?id=654
计算机组成与汇编语言程序设计(赵丽梅)宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=665
操作系统(陈访荣)宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=666
计算机网络(马敏飞)宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=667
VB编程与应用(黄文)宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=668
Internet和Intranet应用(薛昭旺)宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=669
并行程序设计(北大)
http://www.xuexinet.com/document/xuexidetail.asp?id=670
计算机专业英语/宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=671
计算机辅助设计Autocad[宁波电大]
http://www.xuexinet.com/document/xuexidetail.asp?id=674
计算机组成原理[宁波电大]
http://www.xuexinet.com/document/xuexidetail.asp?id=675
数据结构(冯姚震)宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=676
面向对象程序设计(黄寅)宁波电大
http://www.xuexinet.com/document/xuexidetail.asp?id=677
操作系统(华南理工大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=686
操作系统(华中科大)
http://www.xuexinet.com/document/xuexidetail.asp?id=687
第三代无线数据通讯的前景与机会(华南理工)
http://www.xuexinet.com/document/xuexidetail.asp?id=688
高等计算机的核心技术-并行处理(清华)
http://www.xuexinet.com/document/xuexidetail.asp?id=689
多媒体(华中科大)
http://www.xuexinet.com/document/xuexidetail.asp?id=690
高速网络与移动计算(香港城市大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=691
汇编程序设计(北大)
http://www.xuexinet.com/document/xuexidetail.asp?id=692
计算机网络(华中科大)
http://www.xuexinet.com/document/xuexidetail.asp?id=712
北京交通大学-PASCAL语言程序设计
http://www.xuexinet.com/document/xuexidetail.asp?id=715
JAVA程序设计(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=716
演示安装红旗Linux
http://www.xuexinet.com/document/xuexidetail.asp?id=719
ASP高级编程课程讲解
http://www.xuexinet.com/document/xuexidetail.asp?id=724
计算机体系结构(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=790
吉林大学-高等计算机系统结构
http://www.xuexinet.com/document/xuexidetail.asp?id=791
人工智能导论
http://www.xuexinet.com/document/xuexidetail.asp?id=855
微机组装与维护
http://www.xuexinet.com/document/xuexidetail.asp?id=856
计算机网络工程
http://www.xuexinet.com/document/xuexidetail.asp?id=857
Internet和Internet应用
http://www.xuexinet.com/document/xuexidetail.asp?id=858
网络数据库系统概论-SQL Server
http://www.xuexinet.com/document/xuexidetail.asp?id=859
超级注册表实用大全ISO
http://www.xuexinet.com/document/xuexidetail.asp?id=906
动态网页制作视频教程ASP.PHP.JSP.Perl
http://www.xuexinet.com/document/xuexidetail.asp?id=908
浙大-计算机网络
http://www.xuexinet.com/document/xuexidetail.asp?id=930
计算机网络基础
http://www.xuexinet.com/document/xuexidetail.asp?id=931
Windows 2000 教学[FLASH]200分钟
http://www.xuexinet.com/document/xuexidetail.asp?id=932
中央电大-网络操作系统
http://www.xuexinet.com/document/xuexidetail.asp?id=933
浙大-计算机应用基础(2)
http://www.xuexinet.com/document/xuexidetail.asp?id=935
西南交通大学-通信原理
http://www.xuexinet.com/document/xuexidetail.asp?id=936
HTML的全局架构视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=938
Photoshop数码照片艺术效果100例(精彩版)
http://www.xuexinet.com/document/xuexidetail.asp?id=944
吉林大学-internet网页设计
http://www.xuexinet.com/document/xuexidetail.asp?id=945
手把手教你学JAVA程序设计[swf][7课]
http://www.xuexinet.com/document/xuexidetail.asp?id=946
台湾国立嘉艺大学-maya中文视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=947
手把手教你学VC程序设计[swf][8课]
http://www.xuexinet.com/document/xuexidetail.asp?id=948
马鞍山电大-信号处理原理
http://www.xuexinet.com/document/xuexidetail.asp?id=950
[西南师大]计算机网络理论 [19讲]
http://www.xuexinet.com/document/xuexidetail.asp?id=961
电子科大-移动通信系统
http://www.xuexinet.com/document/xuexidetail.asp?id=962
北京师范大-多媒体视频
http://www.xuexinet.com/document/xuexidetail.asp?id=963
C语言(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=987
数据库应用基础(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=988
计算机文化基础(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=990
Powerpoint国外系列精美模版
http://www.xuexinet.com/document/xuexidetail.asp?id=991
计算机组成原理(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=992
编译原理(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=996
数据结构(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=997
汇编语言(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=998
网页制作技术(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1007
计算机与网络系统安全(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1008
面向对象程序设计与C++(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1009
清华大学 吴企渊计算机操作系统
http://www.xuexinet.com/document/xuexidetail.asp?id=1010
操作系统(北京交通大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1011
Authorware金鹰视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1030
金鹰工作室Freehand MX快速入门视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1031
PowerPoint2003视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1032
ASP视频教程下载 北京大学尚俊杰
http://www.xuexinet.com/document/xuexidetail.asp?id=1033
金鹰电脑教程Flash编程视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1034
数据库概论(江南大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1045
软件工程(江南大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1046
人工智能概论(江南大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1047
计算机组成与结构(江南大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1048
计算机基础(江南大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1049
多媒体技术(江南大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1050
边学边用PowerPoint 2000
http://www.xuexinet.com/document/xuexidetail.asp?id=1062
dreamwaverMX全部教程下载
http://www.xuexinet.com/document/xuexidetail.asp?id=1073
结构计算软件
http://www.xuexinet.com/document/xuexidetail.asp?id=1074
软件工程
http://www.xuexinet.com/document/xuexidetail.asp?id=1075
Java语言与WWW技术
http://www.xuexinet.com/document/xuexidetail.asp?id=1076
信息技术专题
http://www.xuexinet.com/document/xuexidetail.asp?id=1077
Internet与Web站点设计
http://www.xuexinet.com/document/xuexidetail.asp?id=1078
多媒体课件制作与应用
http://www.xuexinet.com/document/xuexidetail.asp?id=1079
四川电大 算法分析与设计(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1080
计算机应用基础
http://www.xuexinet.com/document/xuexidetail.asp?id=1081
计算机图形学基础
http://www.xuexinet.com/document/xuexidetail.asp?id=1082
多媒体技术基础与应用IP
http://www.xuexinet.com/document/xuexidetail.asp?id=1083
JAVA 入门视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1084
Photoshop从头学起系列教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1085
四川电大 计算机专业英语(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1088
四川电大 单片机技术(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1089
四川电大 信息系统测试(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1090
四川电大 Asp程序设计基础(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1091
四川电大 计算机组装与维护(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1092
四川电大 Internet网络系统与实践(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1093
四川电大 计算机电路基础(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1094
吉大 windows程序设计
http://www.xuexinet.com/document/xuexidetail.asp?id=1115
WEB应用系统设计(东南大学)
http://www.xuexinet.com/document/xuexidetail.asp?id=1136
DELPHI程序设计
http://www.xuexinet.com/document/xuexidetail.asp?id=1141
C++语言程序设计视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1142
JAVA视频教学
http://www.xuexinet.com/document/xuexidetail.asp?id=1143
delphi7.0视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1144
BIOS视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1145
NET系统架构与开发
http://www.xuexinet.com/document/xuexidetail.asp?id=1146
磁盘阵列安装视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1147
JAVA语言编程
http://www.xuexinet.com/document/xuexidetail.asp?id=1148
计算机安全视频培训
http://www.xuexinet.com/document/xuexidetail.asp?id=1149
PHOTOSHOP7.0 FLASH教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1150
vc++面向对象与可视化程序设计
http://www.xuexinet.com/document/xuexidetail.asp?id=1151
服务器群组微软件视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1152
电脑安装与维修实用技术
http://www.xuexinet.com/document/xuexidetail.asp?id=1153
Photoshop7.01影像处理(百事达)
http://www.xuexinet.com/document/xuexidetail.asp?id=1154
Microsoft软件开发过程
http://www.xuexinet.com/document/xuexidetail.asp?id=1155
风之行——Maya大型视频教学风暴
http://www.xuexinet.com/document/xuexidetail.asp?id=1156
计算机应用基础视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1157
单片机技术
http://www.xuexinet.com/document/xuexidetail.asp?id=1158
用SERV_U架设FTP服务器视频
http://www.xuexinet.com/document/xuexidetail.asp?id=1159
局域网组网精彩视频教学
http://www.xuexinet.com/document/xuexidetail.asp?id=1161
动态网页制作视频教程ASP.PHP.JSP
http://www.xuexinet.com/document/xuexidetail.asp?id=1162
注册表使用视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1163
信息技术及应用远程培训
http://www.xuexinet.com/document/xuexidetail.asp?id=1164
vpn服务的设置视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1165
QQ空间制作视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1188
录歌视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1190
Windows应用程序界面美化(C#)
http://www.xuexinet.com/document/xuexidetail.asp?id=1191
ASP.NET学习视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1202
吉林大学 操作系统
http://www.xuexinet.com/document/xuexidetail.asp?id=1213
四川电大 大学英语3(在线播放)
http://www.xuexinet.com/document/xuexidetail.asp?id=1239
金鹰 PowerPoint2003视频教程
http://www.xuexinet.com/document/xuexidetail.asp?id=1242
薄层色谱的制作与应用视频
http://www.xuexinet.com/document/xu
‘伍’ 有比较不错的php版的数据结构和算法视频教程么
数据结构和算法的确很重要,但是无奈,无论是书籍还是视频,关于数据结构和算法的PHP版本的资料都少的可怜!基本上都是基础最多是实操的!
我把各大教程网站拔了一遍!终于找到了一个!
网络传课上你可以搜索“PHP版数据结构和算法”,这个是PHP版本的我唯一能找到的!看目录,关于数据结构和算法的基本上都概括了!听了几节,感觉还可以,概念都用动画演示了,使用PHP把代码都敲出来了。希望是你想要的东西!
如果满意,及时采纳哦!希望你多多进步!
‘陆’ 数据结构与算法分析C++描述(第3版)适合我吗
我觉得如果是自学的话……不是不可以,但是要下定决心,因为第一遍就算是天才肯定也看不懂= =,都要慢慢地通过题目来磨合,说起来容易,真正实施起来可是个耗人的大工程。如果你没有什么基础,特别是数学基础(数据结构与算法跟语言基本无关,语言只是个表达它们的工具,它们是程序的真正能够价值所在),我建议从吴文虎的那本程序设计(红色皮,不是很厚)开始从基础积累,这种书不怕多看的。
其实这种数据结构与算法的书多如牛毛,但是通常涉及两个问题:1、编书者本身就不是很透彻,因为许多高校里面学算法只是个过场,所以我见过很多书把许多算法说的比它本身更加晦涩了= =;2、国外的书翻译过来有的时候有些语句不通,这个东西难以避免,机械出版社的算好的,但是为了讲究计算机术语通常一句话读起来都会磕磕绊绊= =。。。
所以我建议你从国内的基础教材看起吧,吴文虎编的几本都不错,是我觉得国内难得的不错的书,也可以适当看看信息奥林匹克或acm竞赛的教程,反而有的时候会编的更易于理解。
总之不推荐初学者直接看这种翻译过来的书,不过要是实在想考验自己一把就一定要坚持注:一个章节通常来回翻个四五遍是正常的事情,通常也会貌似学懂了但是根本不会用= =那就等于不会。不过有些基础了,看这些书会很清楚,外国人写的书而且经典到被翻译成中文的还都是不错的。
‘柒’ 数据结构与算法是什么推荐一本数据结构的书,谢了
数据结构主要研究组织大量数据的方法,而算法分析则是对算法运行时间的评估。随着计算机的速度越来越快,对于能够处理大量输入数据的程序的需求变得日益急切。可是,由于在输入量很大的时候,程序的低效率现象变得非常明显,因此这又要求对效率问题给予更仔细的关注。通过在实际编程之前对算法的分析,学生可以决定一个特定的解法是否可行。例如,学生在本书中将读到一些特定的问题并看到精心的实现方法是如何把对大量数据的时间限制从16年减至不到1秒的。因此,若无运行时间的阐释,就不会有算法和数据结构的提出。
我所选择的教材是《数据结构与算法分析——C语言描述》(原书第2版),英文版的名称是《Data Structures and Algorithm Analysis in C》,作者是:(美)Mark Allen Weiss。原书曾被评为20世纪顶尖的30部计算机着作之一。之所以选这本书,还因为它的简体中文版翻译得相当不错,几乎没有给我的阅读带来什么障碍。^_^
这本教科书所使用的是C语言,也许很多人会说C语言已经过时了,但是,我认为在数据结构的学习中,应该用尽量简单的语言,以免进入了语言的细枝末节中,反而冲淡了主题。实际上在国外的许多大学中(甚至中学),数据结构和算法分析的课程是选用Scheme的,例如MIT麻省理工大学极其着名的SICP课程。呵呵,语言又能说明什么呢?
书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。由于本书选材新颖,方法实用,题例丰富,取舍得当。本书的目的是培养学生良好的程序设计技巧和熟练的算法分析能力,使得他们能够开发出高效率的程序。从服务于实践又锻炼学生实际能力出发,书中提供了大部算法的C程序和伪码例程,但并不是全部。一些程序可从互联网上获得。
本书是《Data Structures and Algorithm Analysis in C》一书第2版的简体中译本。原书曾被评为20世纪顶尖的30部计算机着作之一,作者Mark Allen Weiss在数据结构和算法分析方面卓有建树,他的数据结构和算法分析的着作尤其畅销,并受到广泛好评.已被世界500余所大学用作教材。
在本书中,作者更加精炼并强化了他对算法和数据结构方面创新的处理方法。通过C程序的实现,着重阐述了抽象数据类型的概念,并对算法的效率、性能和运行时间进行了分析。
全书特点如下:
●专用一章来讨论算法设计技巧,包括贪婪算法、分治算法、动态规划、随机化算法以及回溯算法
●介绍了当前流行的论题和新的数据结构,如斐波那契堆、斜堆、二项队列、跳跃表和伸展树
●安排一章专门讨论摊还分析,考查书中介绍的一些高级数据结构
●新开辟一章讨论高级数据结构以及它们的实现,其中包括红黑树、自顶向下伸展树。treap树、k-d树、配对堆以及其他相关内容
●合并了堆排序平均情况分析的一些新结果
本书是国外数据结构与算法分析方面的标准教材,介绍了数据结构(大量数据的组织方法)以及算法分析(算法运行时间的估算)。本书的编写目标是同时讲授好的程序设计和算法分析技巧,使读者可以开发出具有最高效率的程序。 本书可作为高级数据结构课程或研究生一年级算法分析课程的教材,使用本书需具有一些中级程序设计知识,还需要离散数学的一些背景知识。
‘捌’ 关于数据结构,请问高级数据结构CS7什么意思现在大二,买了一本数据结构与算法分析维斯着冯瞬玺翻译
CS 是Computer Science 的缩写,一般是国外大学用的,CS7是指计算机专业学生第7个学期用的书,因此是属于比较高级的教程了,你尽管看看先,其实数据结构介绍内容一般都比较固定的,不会很难。