-
TheMITPressConceptsTechniquesandModelsofComputerPr
一本非常好的计算机概念,技术和编程模型的原版书籍。(This innovative text presents computer programming as a unified discipline in a way that is both practical and scientifically sound. The book focuses on techniques of lasting value and explains them precisely in terms of a simple abstract machine. The book presents all major programming paradigms in a uniform framework that shows their deep relationships and how and where to use them together.
After an introduction to programming concepts, the book presents both well-known and lesser-known computation models ("programming paradigms"). Each model has its own set of techniques and each is included on the basis of its usefulness in practice. The general models include declarative programming, declarative concurrency, message-passing concurrency, explicit state, object-oriented programming, shared-state concurrency, and relational programming. Specialized models include graphical user interface programming, distributed programming, and constraint programming. Each model is based on its)
- 2009-12-07 22:17:44下载
- 积分:1
-
Design_Patterns
说明: 教你如何更好的设计,更好的编程,好书哦!(Teach you how to better design, better programming, a good book Oh!)
- 2008-12-08 01:08:03下载
- 积分:1
-
1
说明: RBF神经网络自适应控制的MATLAB仿真(Matlab simulation of RBF neural network adaptive control)
- 2020-12-26 21:38:13下载
- 积分:1
-
game
用VB编写DirectX7.0游戏
DirectX7.0终于出现了,同前面DirectX6相同,版本7也带了一个庞大(129M)的SDK开发库,同DirectX6 SDK库相比,DirectX7的SDK库提供了以下新的功能:
* 对于Visual Basic的支持。用户可以使用类库在Visual Basic环境下开发基于DirectX的程序。
* 提供更多DirectX3D立即模式(Immediate Mode)下的API函数,以支持DirectX7中新的3D特效,包括立体环境映射、顶点混合等。
* DirectMusic支持DownLoadable Sound Level 2标准。
* DirectInput支持8按键的游戏杆设备,同时支持Microsoft的力反馈摇杆。SDK库提供了读取力反馈效果文件的方法。同时提供了Force Editor程序来建立效果。
对于VB爱好者来说,新的SDK库终于提供了完整的对VB的支持,现在终于可以使用Visual Basic来编写DirectX的程序了。
(err)
- 2008-08-26 10:40:25下载
- 积分:1
-
shujuyichangzhi
数据奇异值剔除的几个经典方法,供大家参考(Singular value data exclude several classical methods for reference)
- 2010-08-06 10:51:48下载
- 积分:1
-
星载合成孔径雷达干涉测量 王超
insar书籍,基本原理,数据处理算法,基本应用适合初学者(Insar books, basic principles, data processing algorithms, basic applications for beginners)
- 2020-06-21 06:20:02下载
- 积分:1
-
Python编程:从入门到实践
说明: 最高清版。还带标签,淘宝买的,20字干嘛,下载就完事儿了(Supreme Definition Edition. Also with labels, bought by Taobao)
- 2020-06-25 08:20:01下载
- 积分:1
-
matlab-LDPC
ldpc material
about ldpc techniques,like encoding and decoding
- 2021-01-19 23:08:43下载
- 积分:1
-
FORTRANppt
说明: 初学者学习Fortran的课件,蛮有用的(Fortran for beginners learning courseware, giving a pleasing use)
- 2010-04-25 11:16:51下载
- 积分:1
-
《Python网络数据采集》
《Python网络数据采集》
第一部分 创建爬虫
第1章 初见网络爬虫 2
1.1 网络连接 2
1.2 BeautifulSoup简介 4
1.2.1 安装BeautifulSoup 5
1.2.2 运行BeautifulSoup 7
1.2.3 可靠的网络连接 8
第2章 复杂HTML解析 11
2.1 不是一直都要用锤子 11
2.2 再端一碗BeautifulSoup 12
2.2.1 BeautifulSoup的find()和findAll() 13
2.2.2 其他BeautifulSoup对象 15
2.2.3 导航树 16
……(Python Network Data Acquisition)
- 2019-05-07 11:58:38下载
- 积分:1