-
本内容为清华大学严蔚敏版数据结构部分算法实现代码
本内容为清华大学严蔚敏版数据结构部分算法实现代码-The contents of Tsinghua University, Yan Wei-min version of the data structure part of algorithm code
- 2023-01-11 04:40:04下载
- 积分:1
-
For sigma
For sigma-delta modulated Factional-N P
- 2022-09-09 19:00:04下载
- 积分:1
-
MySQL 5.1 reference manual This is the MySQL reference manual translated version...
MySQL 5.1参考手册
这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com。 原始参考手册为英文版。
This translation was done by MySQL partner GreatLinux, Beijing, People s Republic of China. GreatLinux Inc. 北京万里开源软件有限公司在全国范围提供MySQL产品相关的商务及 技术方面的咨询与支持服务。垂询请致电:8610-65694500,或发送邮件至:sales@greatlinux.com. -MySQL 5.1 reference manual This is the MySQL reference manual translated version, on the MySQL reference manual, please visit dev.mysql.com. The original English version of the reference manual. This translation was done by MySQL partner Grea tLinux, Beijing, People"s Republic of China. GreatLinux Inc.. Beijing 10,000 Lane revenue Software Company to provide nationwide MySQL products related to the business and technical aspects of the advisory and support services Treasury. Inquiry call :8610- 65694500, or send an email to : sales@greatlinux.com.
- 2023-07-08 15:55:04下载
- 积分:1
-
data structure and algorithm
数据结构与算法-面向对象的C++设计模式 pdf格式 系统介绍了各种传统的数据结构,把它们按照类层次的现代理念予以展开,进而达到抽象结构与实际设计的完美统一.后三章通过引入抽象问题求解的概念,集中进述了算法技术和各算法之间的关系.作者运用一定的数学工具及必要的分析技术和分析理论,对每种数据结构及相关算法都进行了时间和空间效率分析.-data structure and algorithm-Object-Oriented Design Patterns C pdf format introduced a system of traditional data structure, in accordance with their class hierarchy of modern concepts to be started, and attain the abstract design and the actual structure of the perfect unity. After three chapters by introducing abstract problem solving concept Set Feed out the algorithm technology and the relationship between the algorithm. the author will use the mathematical tools and the necessary analytical and technical analysis theory, the right of each data structure and related algorithms have been time and space efficiency analysis.
- 2022-06-19 21:03:47下载
- 积分:1
-
- 2022-07-14 17:00:37下载
- 积分:1
-
华为技术公司模拟电子技术培训教材,PDF格式
华为技术公司模拟电子技术培训教材,PDF格式-Huawei Technologies analog electronic technology training materials, PDF format
- 2022-05-19 06:06:01下载
- 积分:1
-
分析了主要外围电路的设计,以
及如何在ARM硬件平台上进行嵌入式Linux内核的编译与移植,介绍了Bootloadel"的
启动原理及运行过程,并对在L...
分析了主要外围电路的设计,以
及如何在ARM硬件平台上进行嵌入式Linux内核的编译与移植,介绍了Bootloadel"的
启动原理及运行过程,并对在Linux操作系统下的USB驱动程序的开发进行了研究。-Analysis of the main external circuit design, and how to ARM embedded hardware platform and Linux kernel compilation transplant introduced Bootloadel " start principle and operation process, and the Linux operating system for USB driver development studied.
- 2022-09-01 21:05:03下载
- 积分:1
-
计算机密码学-通信中的保密与安全(1)比较详细的介绍了一些常用的密码....
计算机密码学-通信中的保密与安全(1)比较详细的介绍了一些常用的密码.-Computer cryptography- the confidentiality of communications and security (1) a more detailed introduction a number of commonly used passwords.
- 2023-06-01 03:50:04下载
- 积分:1
-
这是C#编程实例与技巧的电子书,介绍了C#的基本知识及小技巧,欢迎下载...
这是C#编程实例与技巧的电子书,介绍了C#的基本知识及小技巧,欢迎下载-This is the C# Programming examples and techniques of e-books, introduced the C# The basic knowledge and tips are welcome to download
- 2022-02-12 19:50:48下载
- 积分:1
-
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来...
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来回可以运过河2人,而船仍然在左岸。而最后剩下的三个人,则可以一次将他们全部从左岸运到右岸。所以,在不考虑限制条件的情况下,也至少需要摆渡[(M+N-3)/2]*2+1次。其中分子上的"-3"表示剩下三个留待最后一次运过去。除以"2"是因为一个来回可以运过去2人,需要[(M+N-3)/2]个来回,而"来回"数不能是小数,需要向上取整,这个用符号[ ]表示。而乘以"2"是因为一个来回相当于两次摆渡,所以要乘以2。而最后的"+1",则表示将剩下的3个运过去,需要一次摆渡。-M-C products
- 2022-03-03 01:31:52下载
- 积分:1