摘要:
#include <iostream> #include "minecraft.h" TxMinecraft mc; using namespace std; void no1(int x,int y,int z){ mc.drawLine(x,y+1,z,x,y+8,z,251,14); mc.d 阅读全文
摘要:
#include <iostream> #include "minecraft.h" TxMinecraft mc; using namespace std; void no1(int x,int y,int z){ mc.drawLine(x,y+1,z,x,y+8,z,251,14); mc.d 阅读全文
摘要:
include<iostream> using namespace std; int main(){ int n=0,x,s=0,a,b=0,y=1; for(int i=1;i<=12;i++){ cin>>x; n=n+300-x; if(n>=0){ s+=n/100*100; n%=100; 阅读全文
摘要:
https://www.runoob.com/bootstrap/bootstrap-intro.html 阅读全文
摘要:
代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例——堆叠的水平</title> <link rel="stylesheet" href="https://cdn.staticfile.org/tw 阅读全文
摘要:
ASCII码,它是American Standard Code for Information Interchange的缩写(美国标准信息交换代码),已被国际标准化组织ISO采纳,作为国际通用的信息交换标准代码。 一 ASCII码诞生背景 在计算机中,所有的数据在存储和运算时都要使用二进制表示。例如 阅读全文