<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>amado</author_name>
  <author_url>https://blog.hatena.ne.jp/amado/</author_url>
  <blog_title>雨谷の日和</blog_title>
  <blog_url>https://amado.hatenablog.com/</blog_url>
  <categories>
    <anon>ボヤキ - 技術</anon>
  </categories>
  <description>2004.07.20のものを、ポインタを使わない記述に書き換えてみる。 ポインタはその変数のメモリ上の位置を指し示すものだが、今回のソースコードでは配列の中の、参照するインデックス位置を指し示すのに使われているだけである。 ということで、ポインタの配列を受け渡す部分を、インデックスの配列を受け渡すように変更すれば良さそうだ。 以下のようにしてみた。 #include #include long array[ ] = { 1, 2, 3, 4, 6, 1, 7, 1, 9, 0, 0, 5, 1, 5, 7, 7, 3, 5, 3, 6, 1, 6, 7, 6, 4, 8, 4, 6, 1, 7…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Famado.hatenablog.com%2Fentry%2F20040724%2Fp1&quot; title=&quot;行列式計算改良（先頭アドレスのみコピー）インデックス版 - 雨谷の日和&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>2004-07-24 00:00:00</published>
  <title>行列式計算改良（先頭アドレスのみコピー）インデックス版</title>
  <type>rich</type>
  <url>https://amado.hatenablog.com/entry/20040724/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
