Build a Large Language Model (From Scratch)
著名机器学习和AI研究员、畅销书《Python 机器学习》的作者Sebastian Raschka近日发布了新书《Build a Large Language Model (From Scratch)》。
书中的代码:https://github.com/rasbt/LLMs-from-scratch
北航数值分析计算实习题目 第三题
北航数值分析上机编程题第三题,分片二次差值,曲面拟合,Newton迭代法求解非线性方程组的解
北航数值分析计算实习题目 第二题
北航数值分析上机编程题第二题,用带双步移位的QR分解法求解矩阵的全部特征值,并求相应的特征向量.
北航数值分析计算实习题目 第一题
北航数值分析上机编程题第一题,求矩阵的特征值、条件数、行列式,用到幂法、反幂法,还涉及求解线性方程组等。
Essential Books on Algorithms and Data Structures(part2)(chm version)
Essential Books on Algorithms and Data Structures - Release 2
1999 | 's Journal | CHM | 28.3 MB | No ISBN
Complete text of nine essential books and over a dozen articles related to algorithms in a new HTML format. These books, selected by the editors of Dr. Dobb's Journal, are the most important b
Essential Books on Algorithms and Data Structures(part1)(chm version)
Complete text of nine essential books and over a dozen articles related to algorithms in a new HTML format. These books, selected by the editors of Dr. Dobb's Journal, are the most important books ever written on the subject and need to succeed. Plus, this features a full-text, cross-platform search engine, giving you instant access to the entire contents of all nine books. Learn from the experts. Set up your algorithms the right way the first time-before you ever write that first line of code!
These books give you proven and trusted ways to analyze and solve problems in C, C++, and other languages. Take advantage of the research and testing that went into developing the algorithms and data structures!
Includes These 9 Essential Books:
Data Structures: From Arrays to Priority Queues by Wayne Amsbury
Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest
Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates
Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni
Reliable Data Structures in C by Thomas Plum
Data Structures and Algorithm Analysis in C by Mark Allen Weiss
Practical Data Structures in C++ by Bryan Flamig
Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett
Data Structures and Algorithms by Alfred V. Aho, John E. Hopcroft and Jeffrey D. Ullman
P.S. 因为上传附件大小受限,故将本资源分为两部分,第二部分是Essential Books on Algorithms and Data Structures(part2)(chm version),请注意两个一起下载,否则内容不全。
Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 2)
P.S. 因为上传附件大小受限,故将本资源分为两部分,第一部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 1) ,请注意两个一起下载,否则内容不全。
1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved.
2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved.
3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved.
4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved.
5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved.
6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved.
7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved.
8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved.
9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved.
10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.
Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 1)
P.S. 因为上传附件大小受限,故将本资源分为两部分,第二部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 2) ,请注意两个一起下载,否则内容不全。
1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved.
2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved.
3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved.
4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved.
5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved.
6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved.
7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved.
8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved.
9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved.
10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.
北航计算机考研复试上机题源程序
北航计算机复试题源程序,08-10三年的。我自己写的,供参考。
学生成绩管理系统(C语言实现)
用C语言写的学生成绩管理系统,设计文件操作、链表操作等,功能全面。
常见排序算法 数据结构 C语言实现
用C语言写的常见排序算法,包括直接选择排序、折半插入排序、起泡排序、快速排序、简单选择排序、归并排序等,已通过VC 6.0 测试。绝对实用。
DES加密解密算法(C语言实现)
我自己用C语言写的一个DES算法,实现了DES的加密解密功能。可手动输入明文及密钥,加密后对密文进行解密,正确还原为明文。开发环境为VC6.0
文学研究助手(字符串的查找\模式匹配\KMP算法)
我自己用C语言写的,用了KMP算法,实现了从文件中查找字符的功能。
哈夫曼编/译码器(C语言实现)
用C语言实现了赫夫曼编码和译码的功能。我自己花了比较长时间写的,绝对原创!
Linux一句话精彩问答
分为系统设置、网络、程序开发、经典图书。mysql、开源网址等多个方面,较为全面。