摘要: 阅读全文
posted @ 2022-07-26 00:47 饺影 阅读(51) 评论(0) 推荐(0)
摘要: 首先是编译器安装 https://zhuanlan.zhihu.com/p/47935258 然后配置环境 https://blog.csdn.net/u014772182/article/details/43348465 最后是教程,推荐B站的小甲鱼的带你学C带你飞 阅读全文
posted @ 2022-07-21 04:02 饺影 阅读(40) 评论(0) 推荐(0)
摘要: 先观看https://blog.csdn.net/u014772182/article/details/43348465来配置gcc环境随后在cmd中cd到目标文件夹gcc main.c -o steermain.c是源文件steer是输出的文件名 阅读全文
posted @ 2022-07-13 20:14 饺影 阅读(383) 评论(0) 推荐(0)
摘要: 在这里下载 https://wwn.lanzout.com/iIS9d07rpesh 然后用cmd到 下载的盘:\luapack\luapack\bin\Debug 然后glue.exe srlua.exe 源文件.lua 编译的文件名.exe 例如glue.exe srlua.exe 1.lua 阅读全文
posted @ 2022-07-13 12:13 饺影 阅读(610) 评论(0) 推荐(0)
摘要: https://wwn.lanzout.com/iBisF0750jwj 阅读全文
posted @ 2022-06-30 06:53 饺影 阅读(6) 评论(0) 推荐(0)
摘要: 今天准备做个解释型编程语言,名字就叫kumquat(金桔)因为我刚刚喝了口金桔柠檬茶,挺甜的 用python写把 阅读全文
posted @ 2022-06-27 02:37 饺影 阅读(256) 评论(0) 推荐(0)
摘要: 每日代码之禅:如果我们要让用户输入50个东西平时的解法是:xxx = (str(input(">>>")))这一句重复五十遍但是我告诉你,还有更简便的:xxx = (str(input(">>>"))) *50这就可以重复50遍我们还可以:def xxx():[tab]xxx = (str(inpu 阅读全文
posted @ 2022-06-25 03:56 饺影 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-15 15:41 饺影 阅读(16) 评论(0) 推荐(0)
摘要: cheese浏览器太傻逼了,我选择用免安装的chrome浏览器了 阅读全文
posted @ 2022-06-06 20:04 饺影 阅读(10) 评论(0) 推荐(0)
摘要: 我在今天做出了cheese浏览器,为了快速我使用了易语言,以后可以用cheese作为内置浏览器了,里面用的是百度 阅读全文
posted @ 2022-06-06 00:50 饺影 阅读(10) 评论(0) 推荐(0)