摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System 阅读全文
posted @ 2021-03-14 16:22 G月月鸟 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: /* 【Arduino】168种传感器模块系列实验(资料代码+仿真编程+图形编程) 实验七十六:TTL转RS-485模块 MAX485 RS485模块 将Arduino上的数字引脚10、11设置为软串口RX和TX与MAX485模块上的RO和DI连接 MAX485模块上的RE和DE连接在一起用一个引脚 阅读全文
posted @ 2021-03-06 13:57 G月月鸟 阅读(636) 评论(0) 推荐(0) 编辑
摘要: using System.IO; using UnityEditor; using UnityEditor.Callbacks; using UnityEngine; public class PostBuildActions { [PostProcessBuild] public static v 阅读全文
posted @ 2021-03-03 10:48 G月月鸟 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 链接: https://pan.baidu.com/s/1s3M3G21EjKK6lBqIW8s1HA 提取码: qha6 复制这段内容后打开百度网盘手机App,操作更方便哦 --来自百度网盘超级会员v3的分享 自用网盘地址 arduino 文件夹下 arduinoide_attiny85.rar 阅读全文
posted @ 2021-02-28 12:09 G月月鸟 阅读(400) 评论(0) 推荐(0) 编辑
摘要: Simple <color=yellow>example</color> of text created with <#80ff80>TextMesh <#8080ff>Pro</color>! 阅读全文
posted @ 2020-11-18 13:50 G月月鸟 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-18 10:58 G月月鸟 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Unity Web 阅读全文
posted @ 2020-11-17 15:45 G月月鸟 阅读(957) 评论(0) 推荐(0) 编辑
摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; //选择轴向 public enum axisPostion { x_dir, y_dir, z_dir, } public class ho 阅读全文
posted @ 2020-11-10 15:21 G月月鸟 阅读(578) 评论(0) 推荐(1) 编辑
摘要: window +R cmd 输入 arp -a 阅读全文
posted @ 2020-11-05 16:30 G月月鸟 阅读(588) 评论(0) 推荐(0) 编辑
摘要: public RenderTexture renderTexture; void Start() { int width = renderTexture.width; int height = renderTexture.height; Texture2D texture2D = new Textu 阅读全文
posted @ 2020-11-05 15:13 G月月鸟 阅读(2259) 评论(0) 推荐(0) 编辑