<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>database on clundro-cluster's blog</title><link>https://infdahai.github.io/tags/database/</link><description>Recent content in database on clundro-cluster's blog</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><lastBuildDate>Sat, 28 May 2022 17:34:10 +0800</lastBuildDate><atom:link href="https://infdahai.github.io/tags/database/index.xml" rel="self" type="application/rss+xml"/><item><title>Cmu15445_2021fall</title><link>https://infdahai.github.io/post/cmu15445_2021fall/</link><pubDate>Sat, 28 May 2022 17:34:10 +0800</pubDate><guid>https://infdahai.github.io/post/cmu15445_2021fall/</guid><description>Lecture 01 Proj 0 完成矩阵计算。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Matrix(int rows, int cols) : rows_(rows), cols_(cols), linear_{new T[rows * cols]} {} RowMatrix(int rows, int cols) : Matrix&amp;lt;T&amp;gt;(rows, cols)</description></item></channel></rss>