摘要: 1. Implement Matlab functions which can compute the following factorizations of a given matrix: (1) LU without pivoting (2) LU with partial pivoting ( 阅读全文
posted @ 2022-03-07 13:13 miyasaka 阅读(83) 评论(0) 推荐(0)
摘要: Task description Implement a Matlab function which computes the SVD of a given matrix. Most internal functions, like "svd", are not allowed to be used 阅读全文
posted @ 2022-03-07 13:10 miyasaka 阅读(242) 评论(0) 推荐(0)
摘要: 特朗普提到的高校要求学生健康打卡,转给你身边的所有人! 高校要求学生健康打卡是什么?高校要求学生健康打卡究竟是什么梗?高校要求学生健康打卡是如何火起来的? 随着人们生活水平的提高和科技的进步,高校要求学生健康打卡也被越来越多人所知。那么高校要求学生健康打卡究竟是什么意思呢?相信大家对高校要求学生健康 阅读全文
posted @ 2021-01-26 01:48 miyasaka 阅读(1865) 评论(1) 推荐(0)
摘要: airport -s airport en0 sniff CHANNEL #^c and then get a file *.cap aircrack-ng -w dict.txt -b BSSID /tmp/airportSniffLbhZsp.cap #cupp is a social pass 阅读全文
posted @ 2021-01-14 16:32 miyasaka 阅读(117) 评论(1) 推荐(0)
摘要: // // main.cpp // P1137 旅行计划 // // Created by CONIO on 2020/12/14. // #include <iostream> #include <algorithm> #include <cstring> #include <cstdio> #i 阅读全文
posted @ 2020-12-14 15:15 miyasaka 阅读(196) 评论(1) 推荐(1)
摘要: // // main.cpp // P1656 炸铁路 // // Created by CONIO on 2020/12/14. // #include <iostream> #include <algorithm> #include <cstring> #include <cstdio> #in 阅读全文
posted @ 2020-12-14 14:40 miyasaka 阅读(76) 评论(0) 推荐(0)
摘要: ACM Template 数据范围 类型 最小值 最大值 unsigned int 0 4294967295 (2^32 - 1) int -2147483648 2147483647 (2^31 - 1) unsigned long 0 4294967295 (2^32 - 1) long -21 阅读全文
posted @ 2020-12-13 18:41 miyasaka 阅读(121) 评论(0) 推荐(0)
摘要: Sequence A nonempty set of real numbers that is bounded above has a least upper bound, i.e. supremums of bounded sets are real numbers. Every sequence 阅读全文
posted @ 2020-12-13 14:31 miyasaka 阅读(252) 评论(0) 推荐(0)
摘要: 更新于:2020年4月13日. 更新于:2020年10月13日. 近期的笔记整理。 将会不定期更新,若有版权问题请联系作者,将会立刻删除相关内容。 由于是一个人写的,暂时没有校对。整体上是正确的,可能会有小瑕疵。发现请及时联系作者。 ### 引入 *** #### e.g.1 **甲乙丙丁四个人做传 阅读全文
posted @ 2020-04-12 13:55 miyasaka 阅读(892) 评论(0) 推荐(0)
摘要: $\sqrt{2}= \qquad \quad \sqrt{3}= \qquad \quad \sqrt{5}= \qquad \quad\sqrt{7}= \qquad \quad$ $\ln{2}= \qquad \quad \ln{3}= \qquad \quad \ln{5}= \qquad 阅读全文
posted @ 2019-12-14 23:53 miyasaka 阅读(39) 评论(0) 推荐(0)