1048-不算太完美的编写 摘要:# 第一次写请互相指出问题:bowtie: :wink: #include struct data{ int y; int m; …… 文章列表 2019年11月12日 0 点赞 0 评论 636 浏览 评分:9.9
分苹果?????? 摘要:```cpp #include #include #include using namespace std; struct node{ int left; int right; …… 文章列表 2019年11月11日 0 点赞 0 评论 537 浏览 评分:0.0
03-树--浙大数据结构-2019秋 摘要:``` 03-树1 树的同构 (25 分) ```   ```   摘要:```cpp #include #include #include using namespace std; int a[9],one,two,q,w,e,m; int main(){ …… 文章列表 2019年11月08日 0 点赞 0 评论 1031 浏览 评分:0.0
C++结课设计-大整数类设计 摘要:  效果图: 数组 a[N],存放了 1 至 N-1 个数,其中某个数重复一次。写一个函数,找出被重复的数字。函数首部定义如下:int test1 (int a[], int N)( …… 文章列表 2019年11月05日 0 点赞 0 评论 714 浏览 评分:8.0
不同单词个数(通过73%) 摘要:```cpp #include #include #include #include using namespace std; char a[100000]; int main(){ …… 文章列表 2019年11月03日 0 点赞 0 评论 506 浏览 评分:0.0
二维字符串数组 排序 摘要: #include #include #define M 4 #define N 20 void Sort(char (*a)[N],int n) …… 文章列表 2019年11月02日 0 点赞 0 评论 722 浏览 评分:0.0
写字舵机,用两圆交点求出,并最终求得舵机所需转过的角度 摘要:main.c ```c //pip install matplotlib #include #include #include "angle.h" //最终结果求出舵机所需转过的角度…… 文章列表 2019年11月01日 0 点赞 0 评论 779 浏览 评分:0.0