登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:其他书籍
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. SFBC_MIMO_OFDM

  MIMO-OFDM系统空频分组码的研究与实现,2006年清华大学电子工程系硕士学位论文(MIMO-OFDM space-frequency block coding system of the Research and Implementation, Department of Electronic Engineering, Tsinghua University in 2006 a master' s degree thesis)

216
下载
214
浏览
2021-04-10发布

2. MPC_test2

说明:  模型预测控制,轨迹跟踪,自动驾驶控制,双移线工况,横纵向控制(Model predictive control, trajectory tracking, automatic driving control, double line shifting conditions, horizontal and vertical control)

8
下载
202
浏览
2021-04-08发布

3. Mcman

  汪利宏mcml使用说明文档,包括如何设置光束参数等(WANG Li-hong mcml the use of documentation, including how to set the beam parameters, etc.)

100
下载
162
浏览
2021-04-08发布

4. DBN-python

  深度信念网络工具箱,用python写的,包含了受限波尔兹曼机的程序(deep belief network toolbox, including Restricted Boltzmann Machines, python edition)

190
下载
162
浏览
2021-04-07发布

5. AnsysCrack

  Ansys裂纹扩展程序 通过调用APDL模拟裂纹扩展过程(Ansys crack simulation)

26
下载
195
浏览
2021-04-07发布

6. DoubleEllipsoid

说明:  适用于ANSYS Workbench的双椭球热源模型(Double ellipsoid heat source model)

1
下载
149
浏览
2021-04-06发布

7. ABAQUS-UMAT-plasticity

  帮助umat学习者快速入门,并且详细理解umat的内在运行机制(Umat help learners QuickStart, and a detailed understanding of the inner workings of the mechanism umat)

67
下载
149
浏览
2021-04-05发布

8. Computational-Ocean-Acoustics--2nd

  2011年《计算海洋声学》第二版。中科院声学所重点实验室张仁和院士的学生骆文于(中国海洋大学 物理91级)研究员对此书有一定贡献。(Computational Ocean Acoustics, 2nd. 2011. wonderful book!!!)

50
下载
215
浏览
2021-04-04发布

9. MapReduce

  清华大学关于MapReduce的公开课的课件(courseware of MapReduce open class in Qsinghua University)

68
下载
202
浏览
2021-04-04发布

10. mom

  电磁计算中的矩量法的相关理论及技术,含有部分代码,适合初学者学习(Electromagnetic computation method of moments related theory and technology, with part of the code, suitable for beginners to learn)

96
下载
176
浏览
2021-04-04发布

11. Intel_Visual_Fortran_Prog_ZhouZhengHong

  LS dyna 二次开发所用的学习资料。Fortran 语言(the fortran used for user define in LS dyna)

16
下载
223
浏览
2021-04-04发布

12. Intel_Visual_Fortran_Prog_ZhouZhengHong

说明:  LS dyna 二次开发所用的学习资料。Fortran 语言(the fortran used for user define in LS dyna)

21
下载
191
浏览
2021-04-04发布

13. PMSM_yousudu

  为了在现代异步电机高性能调速系统中实现磁链的准确观测,提出了一种基于模型参考方法的自适应转子磁链观测器。PMSM(Primary system file for the Real Implementation of Sensored Field Orientation Control for Three Phase Permanent-Magnet Synchronous Motor (PMSM) )

40
下载
191
浏览
2021-04-03发布

14. BMPcase

  可以隐藏信息和读取。用LSB算法的。代码长度不长。VC++环境下(to hide information and read. LSB algorithm used. Code length is not long. VC environment)

83
下载
227
浏览
2021-04-02发布

15. MSBAndLSB

  MSB和LSB知识分析,了解MSB和LSB知识(Knowledge of MSB and LSB, MSB and LSB knowledge to understand)

9
下载
156
浏览
2021-04-01发布

16. Group-Theory

  北大群论讲义,作为老师讲的讲义,还算通俗易懂。(North group theory lectures, as teacher handouts, fairly easy to understand.)

9
下载
189
浏览
2021-03-31发布

17. Group-Theory

  北大群论讲义,作为老师讲的讲义,还算通俗易懂。(North group theory lectures, as teacher handouts, fairly easy to understand.)

9
下载
194
浏览
2021-03-31发布

18. 我的第一本算法

说明:  本书采用大量图片,通过详细的分步讲解,以直观、易懂的方式展现了7个数据结构和26个基础算法的基本原理。第1章介绍了链表、数组、栈等7个数据结构;从第2章到第7章,分别介绍了和排序、查找、图论、安全、聚类等相关的26个基础算法,内容涉及冒泡排序、二分查找、广度优先搜索、哈希函数、迪菲 - 赫尔曼密钥交换、k-means 算法等。 本书没有枯燥的理论和复杂的公式,而是通过大量的步骤图帮助读者加深对数据结构原理和算法执行过程的理解,便于学习和记忆。将本书作为算法入门的第一步,是非常不错的选择。(This book uses a large number of pictures, through detailed step-by-step explanation, in an intuitive and easy to understand way to show the basic principles of 7 data structures and 26 basic algorithms. Chapter 1 introduces seven data structures such as linked list, array and stack; from Chapter 2 to Chapter 7, 26 basic algorithms related to sorting, searching, graph theory, security and clustering are introduced respectively, including bubble sorting, binary searching, breadth first search, hash function, Diffie Herman key exchange, K-means algorithm, etc. This book does not have boring theory and complex formula, but through a large number of step diagrams to help readers deepen the understanding of data structure principle and algorithm execution process, easy to learn and remember. This book as the first step of the algorithm, is a very good choice.)

5
下载
173
浏览
2021-03-31发布

19. 胡广(现代信号处理)

  胡广书的现代信号处理书籍和相关代码,写的不错,pdf也很清晰(mordem signal poerssos)

18
下载
200
浏览
2021-03-30发布

20. uCGUI

  ucGui的中文教程,推荐移植ucGui前学习下(ucGui Chinese Tutorial)

34
下载
170
浏览
2021-03-28发布