- 博客(2)
- 收藏
- 关注
原创 Andorid Studio 实现两个随机数的加减乘除
首先将布局改为线性布局 我这里实现的是两个随机数的加法运算,其他运算只需将加法改为对应方法即可。 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:orientation="vertical" android:gravity="center_horizontal" android:la
2022-09-17 00:23:39
1532
1
原创 线性表(小白,如有错误还望海涵)
#include using namespace std; #define MAXSIZE 100 #define ADDSIZE 10 #define OK 1 #define TRUE 1 #define FALSE 0 #define ERROR 0typedef struct { int* elem; int length; }SqList;int InitList(SqList& L) {//初始化线性表 L.elem = new int[MAXSIZE...
2022-06-25 18:09:10
170
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅