11 2019 档案

android控件布局自动自适应屏幕
摘要:使用ConstraintLayout布局,子控件添加如下属性 app:layout_constraintTop_toTopOf="parent"app:layout_constraintStart_toStartOf="parent"app:layout_constraintEnd_toEndOf= 阅读全文

posted @ 2019-11-22 11:18 litandy 阅读(1802) 评论(0) 推荐(0) 编辑

我的线性代数库(LU分解求矩阵的逆矩阵,行列式的值)
摘要:#include "stdafx.h" #include #include #include #include // N可以随意指定 #define N 4 void main() { double a[N][N]; double L[N][N], U[N][N]; double r[N][N], u[N][N]; double out[N][N], ... 阅读全文

posted @ 2019-11-12 01:03 litandy 阅读(711) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 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 1 2 3 4 5
点击右上角即可分享
微信分享提示