資源簡(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\desc
?????文件?????????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-reba
?????文件???????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\ob
?????文件????????551??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????132??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????189??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????455??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????230??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????124??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????129??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????922??2013-10-26?20:15??CMMC#版\.git\ob
?????文件?????????60??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????651??2013-10-26?20:15??CMMC#版\.git\ob
?????文件????????133??2013-10-26?20:15??CMMC#版\.git\ob
............此處省略76個(gè)文件信息
評(píng)論
共有 條評(píng)論