会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xu052
博客园
首页
新随笔
联系
订阅
管理
2024年1月14日
循环部分所有代码
摘要: include<stdio.h> include<math.h> include<stdlib.h> include<time.h> //本件里所有的内容皆为分支和循环相关内容,因为是C语言课程第一课,所以命名为1.c /* if语句 int main() { int num = 0; scanf(
阅读全文
posted @ 2024-01-14 22:25 xuHxuan
阅读(22)
评论(0)
推荐(0)
2024年1月12日
launch.json 配置
摘要: { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ {
阅读全文
posted @ 2024-01-12 10:36 xuHxuan
阅读(228)
评论(0)
推荐(0)
2024年1月4日
个人常用配置
摘要: 设置文件,包含字体样式,字体大小等相关配置 { "editor.fontLigatures": true, "editor.fontFamily": "'JetBrains Mono',Inconsolata, 'Courier New', monospace,", "editor.accessib
阅读全文
posted @ 2024-01-04 13:58 xuHxuan
阅读(45)
评论(0)
推荐(0)
公告