91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

C#版CMM解釋器、編譯器,包括詞法分析語法分析

資源截圖

代碼片段和文件信息

using?System;
using?BinaryPower.Logic;
using?Common;

namespace?BinaryPower
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????var?powerer?=?new?BinaryPowerer();
????????????var?console?=?new?ConsoleProvider();

????????????while?(true)
????????????{
????????????????console.WriteLine(“Enter?a?base:“);
????????????????int?baseValue?=?console.ReadeInt();
????????????????console.WriteLine(“Enter?a?index:“);
????????????????int?index?=?console.ReadeInt();
????????????????console.WriteLine(“Enter?a?mod:“);
????????????????int?mod?=?console.ReadeInt();
????????????????
????????????????try
????????????????{
????????????????????var?result?=?powerer.Rize(baseValue?index?mod);
????????????????????console.WriteLine(string.Format(“{0}^{1}?mod?{2}?=?{3}“?baseValue?index?mod?result));
????????????????}
????????????????catch?(Exception?e)
????????????????{
????????????????????console.WriteLine(e.Message);
????????????????}
????????????}
????????}
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????????339??2013-10-26?20:15??CMMC#版\.git\config

?????文件?????????73??2013-10-26?20:15??CMMC#版\.git\description

?????文件?????????23??2013-10-26?20:15??CMMC#版\.git\HEAD

?????文件????????452??2013-10-26?20:15??CMMC#版\.git\hooks\applypatch-msg.sample

?????文件????????896??2013-10-26?20:15??CMMC#版\.git\hooks\commit-msg.sample

?????文件????????160??2013-10-26?20:15??CMMC#版\.git\hooks\post-commit.sample

?????文件????????552??2013-10-26?20:15??CMMC#版\.git\hooks\post-receive.sample

?????文件????????189??2013-10-26?20:15??CMMC#版\.git\hooks\post-update.sample

?????文件????????398??2013-10-26?20:15??CMMC#版\.git\hooks\pre-applypatch.sample

?????文件???????1704??2013-10-26?20:15??CMMC#版\.git\hooks\pre-commit.sample

?????文件???????4951??2013-10-26?20:15??CMMC#版\.git\hooks\pre-rebase.sample

?????文件???????1239??2013-10-26?20:15??CMMC#版\.git\hooks\prepare-commit-msg.sample

?????文件???????3611??2013-10-26?20:15??CMMC#版\.git\hooks\update.sample

?????文件???????1256??2013-10-26?20:15??CMMC#版\.git\index

?????文件????????240??2013-10-26?20:15??CMMC#版\.git\info\exclude

?????文件????????179??2013-10-26?20:15??CMMC#版\.git\logs\HEAD

?????文件????????179??2013-10-26?20:15??CMMC#版\.git\logs\refs\heads\master

?????文件????????179??2013-10-26?20:15??CMMC#版\.git\logs\refs\remotes\origin\HEAD

?????文件????????151??2013-10-26?20:15??CMMC#版\.git\objects\04\8f029390225abc883465d08b68613e0e8c1034

?????文件????????551??2013-10-26?20:15??CMMC#版\.git\objects\1d\6b9fc91ff599a8d5069915676bb9ccac0bf96e

?????文件????????132??2013-10-26?20:15??CMMC#版\.git\objects\39\b895ca2f11e2bd24858ba63ccbd0ce664fa7f7

?????文件????????189??2013-10-26?20:15??CMMC#版\.git\objects\3e\0c0cd6483b2047b96b59547cf11acdb8d2ec70

?????文件????????455??2013-10-26?20:15??CMMC#版\.git\objects\42\191a9d24cbb991a423b76d11c931b36edabba8

?????文件????????230??2013-10-26?20:15??CMMC#版\.git\objects\46\fb2eae73d117c32c730768df8141e733c524b3

?????文件????????124??2013-10-26?20:15??CMMC#版\.git\objects\57\01ccfb135a6cdd9d5f0ddcd3caf165ee9b2a16

?????文件????????129??2013-10-26?20:15??CMMC#版\.git\objects\60\d629c87a577c15442b81955485847e1f730ced

?????文件????????922??2013-10-26?20:15??CMMC#版\.git\objects\64\42e18932e3c8ea94d8f91aace5678d8b688788

?????文件?????????60??2013-10-26?20:15??CMMC#版\.git\objects\65\5d6e02ae0fbed8dc8ac5e003769916cfcfc2d7

?????文件????????651??2013-10-26?20:15??CMMC#版\.git\objects\76\ec70f396632d1cbe6190596ce825342498e43f

?????文件????????133??2013-10-26?20:15??CMMC#版\.git\objects\7f\1242184049729190f5cb3961033750359a453d

............此處省略76個(gè)文件信息

評(píng)論

共有 條評(píng)論