タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

nemerleに関するnirvashのブックマーク (2)

  • nemerle

    唐突にPC98時代によく使われていたMAG画像形式ファイルを読み込むプログラムをC#に移植してみました。2,3個の画像でしか試してないのでバグがあるかも。 // 謝辞 // MITH(T.Saito)氏のWAB−S用マルチグラフィックローダ WMLのソースを参考にさせていただきました。 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; using System.Text; /// <summary> /// MAG形式画像ローダ。 /// </summary> public static class MagFile { private

    nemerle
  • Main Page - Nemerle Homepage

    Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. more... The language implementation and this documentation is licensed under free-for-any-use BSD-like license. Activity If you're here to check activity of the Nemerle project, pl

    nirvash
    nirvash 2006/05/07
    Nemerle is a high-level statically-typed programming language for the .NET platform
  • 1