摘要: 2.1 #include<stdio.h>int main(void){ printf("Co Khime\n"); printf("Co\nKhime\n"); printf("Co "); printf("Khime"); return 0;} 2.2 #include<stdio.h>int 阅读全文
posted @ 2019-10-04 11:36 CoKhime 阅读(119) 评论(0) 推荐(0)
摘要: 2.4 #include<stdio.h>int main(void){ int s; s = 52; printf("There are %d weeks in a year.",s); return 0;} 2.5 a.Baa Baa Blacke Sheep.Have you any wool 阅读全文
posted @ 2019-10-04 11:00 CoKhime 阅读(120) 评论(0) 推荐(0)
摘要: 圆锥曲线怎么办 多用向量少暴算 直线曲线必联立 韦达定理必要算 三角三心要牢记 遇到直径找交点 向量点乘等于零 计算过程好化简 勤思善结多训练 答案一算就出现 阅读全文
posted @ 2019-10-04 09:10 CoKhime 阅读(170) 评论(0) 推荐(0)
摘要: 一、安装VS 2019 首先VS官网上下载免费的VS2019 community。我们的目的是在Windows上使用该软件编译C,如下图所示,把使用C++的桌面开发打上勾 二、创建.C 项目 1.打开VS,选择创建新项目 2.选择空项目 3.填写项目名称、位置并确认 4.在新界面右击源文件,选择添加 阅读全文
posted @ 2019-10-04 08:58 CoKhime 阅读(4557) 评论(0) 推荐(0)