搜索资源列表
MIXBuilder
- MIX的模拟器: MIX是《计算机程序设计艺术》(TAOCP)的作者高德纳(Donald.E.Knuth)在TAOCP中描述算法时使用的一种假想的机器,所以书中的汇编代码无法在任何一个机器上运行,附件中的程序可以让以MIXAL汇编语言写成的算法在Windows平台上汇编并且可以单步跟踪运行。详细情况参看其中的MIXBuilder.doc文件。 -MIX simulator : MIX "Art of Computer Programming" (TAOCP), the aut
高斯赛德尔迭代
- 高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。-high Shisaideer iterative numerical analysis it is heavy classic algorithms, I have been here my own written procedures to share with you all.
Gaus_Seid
- 高斯赛德尔方程的解法 原理参考计算方法-High斯赛德尔reference equations principle calculation method
mdk-1.2.4.tar
- he Art Of Computer Programming,著名计算机科学家高德纳(D.E.Knuth) 设计的计算机: MIX的虚拟机源码-he Art Of Computer Programming VM MIX
GaussSeideliteration
- 本文档是实现了数值分析中的高斯-塞德尔迭代法-This document is the realization of the numerical analysis of the Gauss- Seidel iteration
gausseliminatetosolvelinearequation
- 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
guass_seidel
- 计算方法中的高斯赛德尔迭代算法的简单C++程序-Method of calculating high斯赛德尔a simple iterative algorithm for C++ program
MIXBuilder
- 这个是高德纳写的《计算机程序设计艺术》中的编译器,方便大家调试程序。-This is written by Donald Knuth " Art of Computer Programming" in the compiler so as to facilitate the debugger.
Introduction-to-Algorithms
- 《算法导论》原书名——《Introduction to Algorithms》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨
AMap_Android_API_Navi_Doc
- android 高德地图sdk 文档说明(Android high moral map SDK documentation descr iption)
GaoDeRegeo
- 高德地图,采用计算经纬度,实现地理位置的查询(Calculation of latitude and longitude by high moral map to realize location inquiry)
AMap3DMap_AMapSearch
- 高德最新SDK,5.7.0版本,防止官网更新后找不到的情况(AMap v5.7.0 avoid can find it)
zhuanhuan
- 国标坐标转为高德坐标的VB源代码,以便使用高德API的朋友使用。借花献佛。(coordinate transformation)
高斯赛德尔迭代
- 利用VB实现高斯赛德尔迭代求解线性方程组,原系数矩阵用TXT文件输入。可供数学专业的同学使用。(Using VB to achieve Gauss Seidel iteration to solve linear equations, the original coefficient matrix is input with TXT file. It can be used by students in mathematics.)
C#高德地图经纬度解析地址
- c#编程中解析高德地图经纬度的解析地址源码(C# Programming to Resolve the Resolution Address Source Code of Longitude and Latitude of Gaode Map)
广州市道路数据(2018年11月)
- 利用高德地图爬取的广州道路数据,可以用gis打开(Guangzhou road data crawled by Gaode map can be opened by GIS)
高德交通态势爬取
- 爬取高德地图交通态势流量,检测路段,py代码,导入arcgis前处理使用(Traffic situation flow of climbing high Germany map)
1
- 使用python第三方库requests访问高德地图开放web服务端,获取深圳市的桥梁和道路信息(Using Python third-party library requests to access the open web server of Gaode map to obtain the bridge and road information of Shenzhen city)
XGeocoding_v2
- 地址转换经纬度的好用工具,可转换高德、百度、腾讯等坐标,免费实用。(gaodedizhizhuanhuang)
高德地图poi爬取
- 使用python的爬虫功能爬取高德地图的poi,只需要输入自己的key值就可以实现网上的爬取功能并存与电脑中。