最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

C++制作brain fuck 編譯器(最終版)

2022-02-20 12:09 作者:夏夜wandpace  | 我要投稿

其實(shí)這個(gè)版本也沒(méi)更新啥,就是做了漢化,還有更新了一下界面,時(shí)候就基本沒(méi)更新什么了。

建議使用DEV-C++ 5.11制作,至于為什么,因?yàn)槲揖褪怯眠@個(gè)做的,其他的版本喝其他的編譯器會(huì)不會(huì)出問(wèn)題我就不知道了。有問(wèn)題可以問(wèn)我。

下面是完整代碼:

//================================================================

//? Name? ? ? ? ? ? ? ? ? ?:Brain_NTF.cpp

//? Author? ? ? ? ? ? ? ? ?:

//? Version? ? ? ? ? ? ? ? :SE2022

//? Copyright? ? ? ? ? ? ? :

//================================================================

//導(dǎo)入頭文件?

#define sspeed ios_base::sync_with_stdio(0);cin.tie(0)? ? ? ? ?

#include <algorithm>

#include <set>

#define maxn 100001

#define eps 1e-9

#include <iostream>

#include <cstdio>

#include <vector>

#include <sstream>

#include <queue>

#include <typeinfo>

#include <fstream>

#include <map>

#include <windows.h>

#include <cmath>

#include <cstring>

#include <ctime>

typedef long long ll;

using namespace std;

const int inf=0x7fffffff;

string s;

vector<char> a;

int kiss;

int i;

void dealk()

{

? ? void deal(char c);

? ? int start=i;

? ? while(1)

? ? {

? ? ? ? i++;

? ? ? ? if(s[i]==']')

? ? ? ? {

? ? ? ? ? ? if(a[kiss]==0)

? ? ? ? ? ? {

? ? ? ? ? ? ? ? break;

? ? ? ? ? ? }

? ? ? ? ? ? else

? ? ? ? ? ? {

? ? ? ? ? ? ? ? i=start;

? ? ? ? ? ? ? ? continue;

? ? ? ? ? ? }

? ? ? ? }

? ? ? ? deal(s[i]);

? ? }

}

void deal(char c)

{

? ? if(c=='+')

? ? ? ? a[kiss]++;

? ? if(c=='-')

? ? ? ? a[kiss]--;

? ? if(c=='>')

? ? {

? ? ? ? kiss++;

? ? ? ? if(kiss>=a.size())

? ? ? ? ? ? a.push_back(0);

? ? }

? ? if(c=='<')

? ? {

? ? ? ? kiss--;

? ? ? ? if(kiss<0)

? ? ? ? {

? ? ? ? ? ? a.insert(a.begin(),i);

? ? ? ? ? ? kiss=0;

? ? ? ? }

? ? }

? ? if(c=='.')

? ? {

? ? ? ? int m=a[kiss];

? ? ? ? printf("%c",m);

? ? }

?

? ? if(c==',')

? ? {

? ? ? ? char k;

? ? ? ? scanf("%c",&k);

? ? ? ? s[kiss]=k;

? ? }

? ? if(c=='[')

? ? {

? ? ? ? dealk();

? ? }

}

?

int main()

{

? ? SetConsoleTitle("Brain_NTF SE_2022_13a");

? ? cout<<"? ? ? ? ? ? ? ? ?Brain_NTF SE_2022_13c? ? ? ? ? ? ? ? ? ?\n";

? ? cout<<"=======================關(guān)于此程序========================\n";

? ? cout<<"|? ? ? ? ? ? ? 此程序基于MSDOS技術(shù)所制作? ? ? ? ? ? ? ? ?|\n";

? ? cout<<"|? ? ? ? ? 此程序序列號(hào)::6N23Y-7850H-6045H? ? ? ? ? ? ? |\n";

? ? cout<<"|? ? ? ? ? ? ? ?Brain_NTF 2022-2023(R)? ? ? ? ? ? ? ? ? ?|\n";

? ? cout<<"|? ? ? ? ?嚴(yán)禁非法拷貝,未經(jīng)過(guò)許可不能私自轉(zhuǎn)載? ? ? ? ? ?|\n";

? ? system("color 06");

? ? cout<<"**********************請(qǐng)?jiān)谙路綄?xiě)代碼**********************\n";

? ? while(cin>>s)

? ? {

? ? ? ? a.clear();//每次開(kāi)始運(yùn)行都清空一次vector?

a.push_back(0);

? ? kiss=0;//使用全局變量kiss?

? ? ? ? for(i=0;i<s.size();i++)

? ? ? ? {

? ? ? ? ? ? deal(s[i]);

? ? ? ? }

? ? }

? ? return 0;

}

?


C++制作brain fuck 編譯器(最終版)的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
乐安县| 郯城县| 鲁山县| 读书| 平乐县| 龙川县| 南召县| 周宁县| 石城县| 衡水市| 靖远县| 牟定县| 南开区| 营山县| 繁昌县| 凤山市| 中山市| 沈阳市| 丹凤县| 光山县| 广灵县| 封开县| 平定县| 永川市| 巴彦淖尔市| 军事| 仙桃市| 宝坻区| 林州市| 伊宁市| 广昌县| 会昌县| 南木林县| 新密市| 五峰| 夏邑县| 永安市| 仁寿县| 菏泽市| 奉节县| 富平县|