文書情報の圧縮と復元2014年11月16日 09:47

簡単な、圧縮、復元ツール、compress, expandです。

compressは、読み込んだ文字が繰り返されていたら、反復符号、繰り返し回数、文字に置き換え出力します。

compressは、下記の通り。

# compress.r4 -- compress standard input
      character getc
      character buf(MAXCHUNK),c,lastc
      integer nrep,nsave
      # must have RCODE > MAXCHUNK or RCODE = 0

      nsave = 0
      for (lastc = getc(lastc); lastc != EOF; lastc = c) {
          for (nrep = 1; getc(c) == lastc; nrep = nrep + 1)
              if (nrep >= MAXCHUNK)     # xount repetitions
                  break
              if (nrep < THRESH)        # apppend short string
                  for ( ; nrep >0; nrep = nrep - 1) {
                      nsave = nsave + 1
                      buf(nsave) = lastc
                      if (nsave >= MAXCHANK)
                          call putbuf(buf,nsave)
                  }
               else {
                   call putbuf(buf,nsave)
                   call putc(RCODE)
                   call putc(lastc)
                   call putc(nrep)
                   }
          }
      call putbuf(buf,nsave) # put last chunk
      stop
      end

putbufはbufにたまったnsave個の文字を書き出します。

# putbuf.r4 -- output buf(1)...buf(nsave), clear nsave
      subroutine putbuf(buf,nsave)
      character buf(MAXCHUNK)
      integer nsave
      integer i

      if (nsave > 0) {
          call putc(nsave)
          for (i = 1; i <= nsave; i = i + 1)
              call putc(buf(i)
          }
      nsave = 0
      return
      end

expandは、下記の通り。

# expand.r4 -- uncompress standard input
      character getc
      character c,code
      
      while (getc(code) != EOF)
          if (code == RCODE) { # expand repetition
              if (getc(c) == EOF)
                  exit
              if (getc(code) == EOF)
                  exit
              while (code > 0)
                  call putc(c)
                  code = code - 1
              }
          else {
              for ( ; code > 0; code = code - 1) {
                  if (getc(c) == EOF)
                      break
                  call putc(c)
                  }
              if (c == EOF)
                  break
              ]
      stop
      end

compress,putbuf(),expandのWatcom Fortran77版は、下記の通り。

c compress -- compress standard input
      program compress
      integer*1 getc
      integer*1 buf(10),c,lastc         ! MAXCHANK(10)
      integer nrep,nsave
      ! must have RCODE > MAXCHUNK or RCODE = 0

      nsave = 0
      lastc = getc(lastc)
      while (lastc .ne. -1) do          ! EOF(-1)
          nrep = 1
          while (getc(c) .eq. lastc) do
              if (nrep .ge. 10) then    ! MAXCHUNK(10)
                  exit
              end if
              nrep = nrep + 1
          end while
          if (nrep .lt. 5) then         ! THRESH(5)
              while (nrep .gt. 0) do
                  nsave = nsave + 1
                  buf(nsave) = lastc
                  if (nsave .ge. 10) then ! MAXCHUNK(10)
                      call putbuf(buf,nsave)
                  endif
                  nrep = nrep - 1
              end while
          else
              call putbuf(buf,nsave)
              call putc(35)             ! #(35)
              call putc(lastc)
              call putc(nrep)
          endif
          lastc = c
      end while
      call putbuf(buf,nsave)            ! put last chunk
      stop
      end
c putbuf.for -- output buf(1)...buf(nsave), clear nsave
      subroutine putbuf(buf,nsave)
      integer*1 buf(10)                 ! MAXCHUNK(10)
      integer nsave
      integer i

      if (nsave .gt. 0) then
          call putc(nsave)
          i = 1
          while (i .le. nsave) do
              call putc(buf(i))
              i = i + 1
          end while
      end if
      nsave = 0
      return
      end
c expand.for -- uncompress standard input
      program expand
      integer*1 getc
      integer*1 c,code
      
      while (getc(code) .ne. -1) do     ! EOF(-1)
          if (code .eq. 35) then ! expand repetition RCODE(#(35))  
              if (getc(c) .eq. -1) then ! EOF(-1)
                  exit
              end if
              if (getc(code) .eq. -1) then ! EOF(-1)
                  exit
              end if
              while (code .gt. 0) do
                  call putc(c)
                  code = code - 1
              end while
          else
              while (code .gt. 0) do ! expand chunk
                  if (getc(c) .eq. -1) then ! EOF(-1)
                     exit
                  end if
                  call putc(c)
                  code = code - 1
              end while
              if (c .eq. -1) then       ! EOF(-1)
                  exit
              end if
          end if
      end while
      stop
      end

コメント

_ buy cheap quest bars ― 2015年10月18日 22:31

Good respond in return of this issue with genuine arguments and describing the whole thing on the topic of that.

_ quest bar nutrition value ― 2015年10月19日 23:59

Nice post. I learn something totally new and challenging on sites I stumbleupon every day. It will always be interesting to read content from other writers and practice something from their web sites.

_ Log In My Pof Account ― 2015年10月22日 00:49

It is perfect time to make a few plans for the future and it's time to be happy. I have learn this put up and if I may just I wish to counsel you some interesting issues or tips. Perhaps you can write subsequent articles relating to this article. I want to read more things approximately it!

_ match free trials 2015 ― 2015年10月25日 16:29

If you would like to get a great deal from this piece of
writing then you have to apply such strategies to
your won weblog.

_ what is forskolin for weight loss ― 2015年11月04日 07:30

What&#39;s up, its good article on the topic of media print, we all know media is
a great source of information.

_ plenty of fish dating site of free dating ― 2015年11月06日 02:28

I&#39;m gone to convey my little brother, that he should
also visit this blog on regular basis to get updated
from most up-to-date reports.

_ plenty of fish dating site of free dating ― 2015年11月06日 14:29

It is not my first time to go to see this website, i am visiting this web page dailly and obtain fastidious data from here all
the time.

_ plenty of fish dating site of free dating ― 2015年11月07日 05:30

I am in fact grateful to the owner of this website who has shared this fantastic piece of writing at at this place.

_ kroger digital Coupons paperless ― 2015年11月17日 10:48

Thanks for the auspicious writeup. It in fact was once a amusement account it.
Glance complex to more delivered agreeable from you! By the
way, how can we communicate?

_ Walmart Black Friday 2015 ― 2015年11月22日 16:43

Excellent pieces. Keep posting such kind of info on your blog.
Im really impressed by your site.
Hi there, You&#39;ve done a fantastic job. I&#39;ll definitely digg it and in my view recommend
to my friends. I&#39;m confident they&#39;ll be benefited from this website.

_ quest bars ― 2015年11月29日 22:13

I&#39;ve been surfing on-line greater than 3 hours these days,
yet I by no means found any interesting article like yours.
It is lovely price enough for me. Personally, if all
web owners and bloggers made just right content material as
you probably did, the internet might be much more helpful than ever before.

_ Quest bars ― 2015年11月30日 15:45

I was curious if you ever thought of changing the page layout of
your website? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could connect with it better.
Youve got an awful lot of text for only having 1 or two images.
Maybe you could space it out better?

_ quest bars ― 2015年12月01日 02:54

My brother suggested I might like this blog. He was totally right.
This post truly made my day. You cann&#39;t imagine simply how much
time I had spent for this information! Thanks!

_ www.krogerfeedback.com ― 2015年12月05日 04:11

Hello There. I discovered your blog the usage of msn. That is a very well written article.
I will make sure to bookmark it and come back to learn extra of
your helpful info. Thank you for the post. I&#39;ll certainly return.

_ krogerfeedback ― 2015年12月06日 04:20

You ought to take part in a contest for one of the greatest
websites online. I will recommend this blog!

_ krogerfeedback.com ― 2015年12月09日 12:35

Hello my family member! I want to say that this article is awesome, great written and include approximately all
significant infos. I would like to look more posts like this .

_ www.krogerfeedback.com ― 2015年12月10日 00:18

I think the admin of this site is truly working hard
in support of his website, since here every data is quality based
stuff.

_ Descargar Facebook En Mi Computadora ― 2015年12月18日 16:17

Your method of telling everything in this article
is in fact nice, every one can without difficulty understand it, Thanks a lot.

_ instalar facebook ― 2015年12月19日 08:05

I&#39;m extremely impressed with your writing skills
and also with the format in your blog. Is that this a paid subject or did you customize it your self?

Anyway stay up the nice high quality writing, it is uncommon to see a great blog like this
one these days..

_ quest Bars ― 2016年02月09日 07:43

If some one needs expert view concerning blogging and site-building afterward
i recommend him/her to go to see this web site, Keep up the fastidious job.

_ quest bars ― 2016年02月09日 16:47

I know this if off topic but I&#39;m looking into starting my own blog and was wondering what
all is required to get set up? I&#39;m assuming having a blog like yours would cost a pretty penny?
I&#39;m not very web smart so I&#39;m not 100% certain. Any suggestions or advice would be greatly appreciated.
Kudos

_ quest bars ― 2016年02月09日 19:02

Woah! I&#39;m really enjoying the template/theme of this blog.
It&#39;s simple, yet effective. A lot of times it&#39;s hard to get that &quot;perfect balance&quot; between user
friendliness and appearance. I must say that you&#39;ve done a fantastic job with this.
Also, the blog loads super quick for me on Safari. Exceptional Blog!

_ minecraft.exe ― 2016年02月21日 22:25

This info is priceless. When can I find out more?

_ Limewire Free Music Downloads ― 2016年03月07日 18:38

I&#39;ve been surfing on-line greater than 3 hours nowadays, but I by no means found any attention-grabbing
article like yours. It&#39;s pretty price sufficient for me. Personally,
if all webmasters and bloggers made just right content as you probably did, the web shall be much
more useful than ever before.

_ bernie sanders ― 2016年04月01日 17:49

Way cool! Some extremely valid points! I appreciate you writing this
article and also the rest of the website is very good.

_ Krogerfeedback.Com ― 2016年06月06日 01:11

Asking questions are genuinely nice thing if you are
not understanding something totally, but this paragraph presents pleasant understanding yet.

_ quest bars cheap ― 2016年06月16日 11:39

Hmm is anyone else having problems with the pictures on this blog loading?
I&#39;m trying to find out if its a problem on my end or if it&#39;s
the blog. Any feed-back would be greatly appreciated.

_ Mincraft ― 2016年07月03日 04:05

Pretty section of content. I just stumbled
upon your site and in accession capital to assert that I
get actually enjoyed account your blog posts. Any way I will be subscribing to your augment and even I achievement you access consistently quickly.

_ http://tinyurl.com/ ― 2016年07月09日 15:25

Good day! Would you mind if I share your blog with my
myspace group? There&#39;s a lot of folks that I think would really
enjoy your content. Please let me know. Many thanks

_ www.krogerfeedback.com ― 2016年07月30日 17:14

Hi there mates, its impressive piece of writing concerning educationand entirely explained, keep it up
all the time.

_ Mincraft ― 2016年08月12日 14:17

Thanks for sharing such a good thought, paragraph is good, thats why i have read
it entirely

_ Windows 10 Free Upgrade ― 2016年09月14日 15:03

Hello, I think your website might be having browser compatibility issues.

When I look at your blog site in Ie, it looks fine but when opening in Internet Explorer, it has some overlapping.
I just wanted to give you a quick heads up!
Other then that, awesome blog!

_ Windows 10 Free Upgrade ― 2016年09月17日 14:11

Hi there to all, how is the whole thing, I think every one is getting more from this website,
and your views are fastidious in favor of new users.

_ how to look taller ― 2016年09月24日 12:11

I saw a lot of webѕite but I think this one hаs got something ѕpecial in it.

_ pain manifests ― 2016年09月29日 14:59

Hello, i think that i noticed you visited my web site so i got here to ?return the prefer?.I am attempting to to find things to improve my web site!I assume its good enough to use
some of your ideas!!

_ plenty of fish dating site of free dating ― 2016年10月04日 11:55

I believe what you posted made a ton of sense. However, what about this?
what if you were to write a killer post title?
I am not saying your information isn&#39;t good., but suppose you added something that grabbed folk&#39;s attention? I mean 文書情報の圧縮と復元:
アナクロなコンピューターエンジニアのつぶやき is
a little vanilla. You might look at Yahoo&#39;s home page and see
how they create article titles to get people to open the
links. You might add a related video or a pic or
two to grab people excited about what you&#39;ve got to say.
In my opinion, it could bring your blog a little livelier.

_ quest bars ― 2016年10月05日 20:09

This blog was... how do you say it? Relevant!! Finally I have
found something that helped me. Appreciate it!

_ minecraft ― 2016年10月11日 15:13

Admiring the hard work you put into your website and in depth
information you present. It&#39;s nice to come across a blog every once in a while that isn&#39;t the same old
rehashed information. Great read! I&#39;ve bookmarked your
site and I&#39;m adding your RSS feeds to my Google account.

_ país de los juegos minecraft ― 2016年10月15日 03:41

It&#39;s fantastic that you are getting thoughts from this piece of writing as well
as from our dialogue made here.

_ low cost quest bars ― 2016年11月19日 19:47

Thanks for finally talking about &gt;文書情報の圧縮と復元: アナクロなコンピューターエンジニアのつぶやき &lt;Loved it!

_ tinyurl.com ― 2016年12月02日 08:31

It is in point of fact a nice and helpful piece of info.
I am happy that you simply shared this useful info with us.

Please stay us up to date like this. Thanks for sharing.

_ Gamefly Free Trial ― 2016年12月18日 10:03

What i don&#39;t understood is in reality how you&#39;re
not really a lot more well-preferred than you may be right now.
You&#39;re so intelligent. You already know thus considerably on the subject
of this matter, made me for my part believe it from so many numerous
angles. Its like men and women aren&#39;t fascinated unless it&#39;s
one thing to accomplish with Woman gaga! Your own stuffs nice.
Always deal with it up!

_ Gamefly Free Trial ― 2016年12月20日 08:57

I think the admin of this web site is actually working hard in support of his web site, because here every information is quality based stuff.

_ www.krogerfeedback.com ― 2016年12月25日 01:29

Hi there very nice site!! Man .. Excellent ..
Superb .. I&#39;ll bookmark your site and take the feeds additionally?
I&#39;m happy to search out numerous helpful information here in the publish, we&#39;d like develop
more strategies on this regard, thank you for sharing.

. . . . .

_ www.krogerfeedback.com ― 2016年12月25日 02:28

Excellent way of telling, and nice piece of writing to get facts on the topic of my presentation subject, which i am going to convey in college.

_ www.krogerfeedback.com ― 2016年12月26日 00:24

Hello there! Do you know if they make any plugins to help with Search Engine Optimization? I&#39;m
trying to get my blog to rank for some targeted keywords but I&#39;m not seeing very good success.

If you know of any please share. Cheers!

_ www.krogerfeedback.com ― 2016年12月26日 01:05

Hello! I could have sworn I&#39;ve been to this blog before
but after looking at some of the articles I realized it&#39;s
new to me. Regardless, I&#39;m certainly happy I came across it and I&#39;ll be bookmarking it and checking back regularly!

_ plenty of fish dating site of free dating ― 2016年12月27日 18:45

It&#39;s going to be finish of mine day, however before finish I
am reading this fantastic piece of writing to improve my experience.

_ match.com reviews usa ― 2017年01月04日 10:32

It is in reality a great and helpful piece of info. I am
glad that you shared this useful information with us.
Please stay us up to date like this. Thanks for sharing.

_ free dating sites no fees ― 2017年01月06日 11:55

Piece of writing writing is also a excitement, if you know after that you can write or else it is
complicated to write.

※コメントの受付件数を超えているため、この記事にコメントすることができません。

トラックバック

このエントリのトラックバックURL: http://kida.asablo.jp/blog/2014/11/16/7493235/tb