自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (13)
  • 收藏
  • 关注

原创 Bootstrap(七) 无法修改css 的样式

因为html渲染的时候是自上而下的,后面的样式会覆盖前面的样式将自己的样式文件的引入写在 bootstrap 样式文件引入的后面<link rel="stylesheet" type="text/css" href="bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="main.css...

2019-03-30 16:26:31 1781

原创 Bootstrap (六)解决textarea光标初始位置没有在最左上角的问题

<textarea></textarea>之间不能有空格例如:<textarea class="form-control" rows="8" placeholder="Message"></textarea>

2019-03-28 23:33:36 817

原创 Bootstrap (五)isotope 过滤

下面有个坑,敲代码的时候一定要小心,楼主就在这个问题上卡了好久 data-filter 里面的值前面有个点 .以便下面 js 调用, 下面js里isotope 的语法 filter : filterValue,这个 filterValue 是带 . 的html<div class="filter text-center"> <ul class="nav n...

2019-03-28 00:11:29 626

原创 Arduino 入门教程(十八) 利用串口 Serial 进行调试

const int redPin = 3;void setup() { Serial.begin(9600);}void loop() { while (Serial.available() > 0) { int red = Serial.parseInt(); if (Serial.read() == '\n') { // 使用: 例如: spee ...

2019-03-27 15:13:07 3110

原创 Arduino 入门教程(十七) 超声波测距

//LingShun LAB #define Trig 13 //引脚Tring 连接 IO D2#define Echo 11 //引脚Echo 连接 IO D3 float cm; //距离变量float temp; // void setup() { Serial.begin(9600); pinMode(Trig, OUTPUT); pinMode(...

2019-03-27 10:07:44 1160

原创 Arduino 入门教程(十六) E18-D50NK红外避障传感器

int E18Pin=2; //定义信号输入口 void setup() { // put your setup code here, to run once: Serial.begin(9600); pinMode(E18Pin,INPUT_PULLUP);} void loop() { // put your main code here, to run repea...

2019-03-27 09:53:21 5557 1

原创 Unity 实时获取外部摄像头某个坐标的颜色

using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;public class ColorGet : MonoBehaviour { public WebCamTexture cameraTexture; public st...

2019-03-25 15:18:59 1175

原创 Arduino 入门教程(十五) WS2811跑马灯

自己写的算法#include <Adafruit_NeoPixel.h>#ifdef __AVR__ #include <avr/power.h>#endif#define PIN 8#define NUMPIXELS 167Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUM...

2019-03-22 15:05:19 7285 2

原创 Arduino 入门教程 (十四) millis()函数

此函数用于返回的Arduino板开始运行当前程序时的毫秒数。这个数字在大约50天后溢出,即回到零。unsigned long time; void setup() { Serial.begin(9600); } void loop() { Serial.print("Time:"); time = millis(); //prints time since pr...

2019-03-18 14:59:45 48558 1

.gitignore unity github 忽略同步文件 示例文件

.gitignore unity github 忽略同步文件 示例文件

2024-09-09

Unity Shader Graph HDRP Reflections Cubemap

Unity Shader Graph HDRP Reflections Cubemap

2023-11-01

Unity Interop.IWshRuntimeLibrary.dll 自启动

Unity Interop.IWshRuntimeLibrary.dll 自启动

2023-05-15

Azure Kinect Examples for Unity 1.15.unitypackage

Unity插件 Azure Kinect Examples for Unity 1.15 下载

2021-01-26

K4A-VFX.zip

Unity Azurekinect VFXPointCloundDemo 粒子效果

2021-01-26

KinectRuntime-v2.2_1811.zip

Kinectv2.0 时断时开解决Sdk 教程:https://blog.csdn.net/qq_39097425/article/details/106787459?ops_request_misc=%25257B%252522request%25255Fid%252522%25253A%252522160836923216780288739202%252522%25252C%252522scm%252522%25253A%25252220140713.130102334.pc%25255Fblog.%252522%25257D&request_id=16083692321678028873

2020-12-19

Fixel FFT Wizard 1 And 2.zip

https://fixelalgorithms.co/products/fftwizard2/ 简单有效的图案抑制和去噪工具。从图像中删除规则的周期性图案,这些图像无法通过传统方式去除,例如纸张纹理和半色调图案。老照片显示器等摩尔纹去除

2020-10-28

Ffmpeg Unity Bind.zip

Ffmep Unity Bind 插件,这样就不用安装 windows 版的ffmpeg,还要配置环境什么的

2020-06-23

myunity.txt

啦啦啦啦啦 博客链接:https://mp.csdn.net/console/editor/html/105507310

2020-04-14

Frameworkv0_1_18.unitypackage

凉鞋大神的QFramework,非盈利,只为保存版本学习交流所用, 凉鞋大神网址: http://qf.liangxiegame.com/qf/intro

2019-10-24

Shader.txt

Unity kinect KinectBackground Removal3 人物倒立问题解决shader

2019-06-11

Unity Kinect 2.13package

unity Kinect 2.13package是目前可用的最新资源包,本人正在使用的完整资源包

2019-05-07

Unity Android APK Remote5

Unity Android APK 最新 Remote5 免打包成apk的麻烦直接在电脑端看调试结果

2019-01-29

EasyAR 显示阴影Shader

EasyAR在透明物体上 显示阴影Shader 文章链接:https://blog.csdn.net/qq_39097425/article/details/86623218

2019-01-24

Amplify Shader Editor 1.6.1

Unity Amplify Shader Editor最新 1.6.1,Unity 可視化編輯插件

2019-01-22

Networking ARDemo

unity 局域网Unet Networking ARDemo 资源包,使用Unity内置Unet实现AR对战

2019-01-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除