Elegant Scipy The Art of Scientific Python 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2023-10-20 06:03:13 8.72MB Elegant Scipy Art Scientific
1
NUMERICAL RECIPES -- The Art of Scientific Computing, Third Edition © Cambridge University Press 1988, 1992, 2002, 2007 except for 13.10, which is placed into
2023-10-19 10:32:32 20.5MB NUMERICAL RECIPES
1
算法经典巨著之卷二,主要包括随机数和数值类的算法
2023-10-17 11:13:04 11.46MB Algorthm Knuth Donald
1
As the computer industry changes from single-processor to multiprocessor architectures, this revolution requires a fundamental change in how programs are written. To leverage the performance and power of multiprocessor programming, also known as multicore programming, you need to learn the new principles, algorithms, and tools presented in this book. It includes fully-developed Java examples detailing data structures, synchronization techniques, transactional memory, and more. Prof. Maurice Herlihy, who coined the phrase 'transactional memory,' is on the faculty of Brown University. He is the recipient of the 2003 Dijkstra Prize in distributed computing. Prof. Nir Shavit is on the faculty of Tel-Aviv University and a member of the technical staff at Sun Microsystems Laboratories. In 2004 they shared the Gödel Prize, the highest award in theoretical computer science., , * THE book on multicore programming, the new paradigm of computer science, * Written by the world's most revered experts in multiprocessor programming and performance, * Includes examples, models, exercises, PowerPoint slides, and sample Java programs
2023-08-06 10:43:45 4.44MB Program Multiple processor 多处理器
1
From the Back Cover This multivolume work on the analysis of algorithms has long been recognized as the definitive description of classical computer science. The three complete volumes published to date already comprise a unique and invaluable resource in programming theory and practice. Countless readers have spoken about the profound personal influence of Knuth's writings. Scientists have marveled at the beauty and elegance of his analysis, while practicing programmers have successfully applied his "cookbook" solutions to their day-to-day problems. All have admired Knuth for the breadth, clarity, accuracy, and good humor found in his books. To begin the fourth and later volumes of the set, and to update parts of the existing three, Knuth has created a series of small books called fascicles, which will be published t regular intervals. Each fascicle will encompass a section or more of wholly new or evised material. Ultimately, the content of these fascicles will be rolled up into the comprehensive, final versions of each volume, and the enormous undertaking that began in 1962 will be complete. Volume 1, Fascicle 1 This first fascicle updates The Art of Computer Programming, Volume 1, Third Edition: Fundamental Algorithms, and ultimately will become part of the fourth edition of that book. Specifically, it provides a programmer's introduction to the long-awaited MMIX, a RISC-based computer that replaces the original MIX, and describes the MMIX assembly language. The fascicle also presents new material on subroutines, coroutines, and interpretive routines.
2023-05-16 14:55:35 10.48MB 算法
1
本书是哈佛大学的经典教材,自出版以来已被译成多种语言版本。 本书可作为电气、电子、通信、计算机与自动化类等专业本科生的专业基础课程教材或参考书。对于从事电子工程、通信及微电子等方面电路设计的工程技术人员,也是一本具有较高参考价值的好书!
2023-05-08 09:25:29 59.92MB The Art Of Electronics
1
茶匙艺术 创建TSP图像
2023-04-25 21:15:59 5KB Python
1
Android 抽取壳原理机实现源码分析,Dex2c VMP加固原理及实现代码分析
2023-04-22 15:09:25 856KB Android加固 抽取壳 VMP加固 DEX2C
1
wdr7500 v3 原厂固件提取的art
2023-04-18 23:25:51 64KB wdr7500 v3 art
1
因为页面中要用echarts图表的地方比较多,所以封装了组件,方便复用,如图: 我需要这样一个饼图,并且接下来在很多次地方要用到。 直接复制官网的代码,再改改数据,需要用的时候直接拿来用。 但是接下来出现了一个问题:如果我在同一个页面多次使用这个组件,图表将不能正常显示。分析了一下, echarts通过id获取对象 // 基于准备好的dom,初始化echarts实例 var myChart = echarts.init(document.getElementById(‘main’)); 当封装为组件使用的时候,id固定,同一个页面多次出现相同id,所以不能正常显示。 所以想出来以下解决方
2023-04-09 19:47:53 118KB ar art c
1