• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Artimislyy
博客园    首页    新随笔    联系   管理    订阅  订阅
2019年8月15日
matlab基本语法
摘要: 2019-08-15 13:12:07 %基本绘图x = 0:0.5:2*pi;y = sin(x);plot(x,y);%第二个参数为矩阵y1 = sin(x);y2 = cos(x);y3 = 0.02 * exp(x);y4 = x;y5 = 0.02 * tan(x);z = [y1;y2; 阅读全文
posted @ 2019-08-15 13:13 Artimislyy 阅读(356) 评论(0) 推荐(0)
2019年8月7日
matlab基本语法
摘要: 2019-08-07 17:50:10 阅读全文
posted @ 2019-08-07 17:51 Artimislyy 阅读(194) 评论(0) 推荐(0)
2019年8月3日
树的遍历
摘要: 2019-08-03 20:31:37 Binary trees are defined recursively. A binary tree T is a structure defined on a finite set of nodes that either contains no node 阅读全文
posted @ 2019-08-03 20:33 Artimislyy 阅读(131) 评论(0) 推荐(0)
二叉树的表达
摘要: 2019-08-03 19:52:58 A rooted binary tree is a tree with a root node in which every node has at most two children. Your task is to write a program whic 阅读全文
posted @ 2019-08-03 19:54 Artimislyy 阅读(236) 评论(0) 推荐(0)
2019年8月2日
有根树的表达
摘要: 2019-08-02 11:17:53 题目链接 https://vjudge.net/problem/Aizu-ALDS1_7_A 阅读全文
posted @ 2019-08-02 11:19 Artimislyy 阅读(164) 评论(0) 推荐(0)
2019年7月30日
对拍
摘要: 2019-07-30 16:43:12 写三个程序 1.你的代码(test.cpp) 2.AC代码(biaoda.cpp) 3.数据生成(data.cpp) 放在同一个文件夹里面 我的data代码 写对拍文件 :againdata > input.txttest < input.txt > biao 阅读全文
posted @ 2019-07-30 16:51 Artimislyy 阅读(105) 评论(0) 推荐(0)
2019年7月29日
DFS解决八皇后问题
摘要: 2019-07-29 16:49:15 阅读全文
posted @ 2019-07-29 16:50 Artimislyy 阅读(132) 评论(0) 推荐(0)
DFS集训
摘要: 2019-07-29 09:01:06 A PARTY A company has n employees numbered from 1 to n. Each employee either has no immediate manager or exactly one immediate man 阅读全文
posted @ 2019-07-29 09:04 Artimislyy 阅读(125) 评论(0) 推荐(0)
2019年7月27日
并查集的初步学习
摘要: 2019-07-27 10:20:01 阅读全文
posted @ 2019-07-27 10:20 Artimislyy 阅读(111) 评论(0) 推荐(0)
2019年7月18日
2019/7/18ACM集训
摘要: 2019-07-18 09:15:34 这个是练习刷的题 Vus the Cossack and Numbers Vus the Cossack has nn real numbers aiai. It is known that the sum of all numbers is equal to 阅读全文
posted @ 2019-07-18 09:28 Artimislyy 阅读(314) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3