<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kankinkon</author_name>
  <author_url>https://blog.hatena.ne.jp/kankinkon/</author_url>
  <blog_title>Afro-Blue</blog_title>
  <blog_url>https://kankinkon.hatenadiary.org/</blog_url>
  <categories>
    <anon>アルゴリズムとデータ構造</anon>
  </categories>
  <description>定規の上に目盛りを描く。1cm毎に1/2cmの点に目盛りがあり、少し短い目盛りが1/4cm間隔であり、さらに短い目盛りが1/8cm毎にあり以下同様に続く。高さhの目盛りを点xに描くmark(x,h)という手続きがあると仮定して任意に与えられた精度でこれらの目盛りを描く。プログラム5.8 定規を描くための分割統治法 #include &lt;stdio.h&gt; int i = 1; void mark(int m, int h) { printf(&quot;%dの位置に高さ%dの目盛りをつける \n&quot;, m, h); } void rule(int l, int r, int h) { int m = (l+r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkankinkon.hatenadiary.org%2Fentry%2F20120115%2F1326582865&quot; title=&quot;再帰　定規を描く為の分割統治法 - Afro-Blue&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-01-15 08:14:25</published>
  <title>再帰　定規を描く為の分割統治法</title>
  <type>rich</type>
  <url>https://kankinkon.hatenadiary.org/entry/20120115/1326582865</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
