自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

幻辰科技 nbhctec.com

国内领先的数字多媒体视觉创意服务供应商,主要为各类大型博物馆、规划馆、科技馆、企业文化展厅、展览馆等提供多媒体解决方案。我们坚持提供有效的服务,不谈有效,就失去了客户选择我们的必要,对幻辰而言,这是责任!

  • 博客(11)
  • 资源 (13)
  • 收藏
  • 关注

原创 c++ 开启外面应用程序及关闭 ,输出

1、开启不带参数的应用程序 :在同本应用程序目录下 char appname[255] = "雷达互动系统.exe"; char AppFile[255]; GetModuleFileName(NULL, AppFile, 255); strrchr(AppFile, '\\')[1] = 0; strcat(AppFi...

2019-06-17 14:26:08 833

转载 kinect沙池游戏

1,先获得kinect的深度数据,原始数据并不是一张图,而是一个数组,我们需要将此数组转成二维数组,方便使用着色器计算,专业术语应该是gpgpu:此段代码意思为,先创建一个ComputeBuffer,用来存储kinect获取的深度数据,然后传入一个材质球的shader中。m_ComputeBuffer = new ComputeBuffer(m_DepthMapLimitWid...

2019-06-14 09:13:13 819 2

原创 vs 制作的安装快捷键打开程序所在位置

1、下载Orca应用程序2、打开.msi格式的安装程序3、找到表中的"File" 找到对应的应用程序进行复制 file中的地址4、在找到 表“Shortcut”找到应用程序的名称,把file的代码粘贴到Target项中,前面必须添加“#”,在用"[]"进行扩住5、在进行保存完成了。【大手勿喷】...

2019-06-13 16:51:38 366

原创 unity 调用IOS功能

[DllImport("__Internal")] private static extern void _iosOpenPhotoLibrary(); [DllImport("__Internal")] private static extern void _iosOpenPhotoAlbums(); [DllImport("__Internal")]...

2019-06-13 16:25:02 1062

原创 unity UGUI点击事件

//////处理button点击事件///public class EventTrriggerListener : UnityEngine.EventSystems.EventTrigger{ public delegate void VoidDelegate(GameObject go); public VoidDelegate OnClick; pub...

2019-06-13 16:21:10 691

原创 unity Object边缘发光

Shader "Shader Learn/OutLighting"{ // 属性 Properties { _MainTex("Texture(RGB)", 2D) = "grey" {} //表面贴图 默认灰色 _Color("Color", Color) = (0, 0, 0, 1) //为贴图附加的颜色 默认为白色 ...

2019-06-13 15:26:03 885

转载 unity 生命运行周期

1、Reset :用户第一次添加组件时或用户点击见组件面板上的Reset按钮时调用2、OnAwake:当脚本实例被载入时Awake被调用,一般可以在这个地方将当前脚本禁用:this.enable=false,如果这样做了,则会直接跳转到OnDisable方法执行一次,然后其它的任何方法,都将不再被执行。如果当前脚本处于可用状态,则正常的执行顺序是继续向下执行OnEnable,当然我们可以...

2019-06-13 12:12:20 486

原创 控制台创建托盘处理

private NotifyIcon TrayIcon; //定义任务栏中的图标 private ContextMenu notifyiconMnu; //右键菜单。 private Icon mNetTrayIcon = Icon.ExtractAssociatedIcon(System.Windows.Forms.Application....

2019-06-11 13:15:51 604

原创 c# 异步处理 socket TCP转UDP服务

//定义线程和连接对应数组 Dictionary<string, Socket> dictSocket = new Dictionary<string, Socket>(); Dictionary<string, Thread> dictThread = new Dictionary<string, Thre...

2019-06-11 13:13:48 506

原创 ini文件的读、写、删除、查询操作

#region [DllImport("kernel32")] static extern long WritePrivateProfileString(string section, string key, string val, string filePath); [DllImport("kernel32")] static ...

2019-06-11 13:04:42 1240

原创 打印系统

1、配置打印系统 功能介绍: 支持文件上传、删除、修改等功 , 支持选择对应的打印机进行设置, 支持在线选择文件进行打印, 支持选择数据库文件进行打印,界面:说明:我们可以根据用户的选择进行对应的需求更改及开发,也可以跟同行的伙伴一起探讨技术...

2019-06-11 12:16:48 611

Unity3d特效粒子 插件 雨和雪 Rain & Snow Prefabs 特效包

Unity3d特效粒子 插件 雨和雪 Rain & Snow Prefabs 特效包

2023-05-17

Unity 3D动态云彩3D Animated Clouds v1.102 仅供学习,请勿商用 unity3d云特效 5星 ·

Unity 3D动态云彩3D Animated Clouds v1.102 仅供学习,请勿商用。

2023-05-17

EmguCV移动检测\运动检测

c# _EmguCV移动检测\运动检测

2022-12-21

net4.8开发及运行库

net4.8开发及运行库

2022-10-05

win系统报错:0xc0150002

win系统报错:0xc0150002

2022-09-23

索尼PS3摄像头Win系统驱动

索尼PS3摄像头Win系统驱动

2022-09-23

eisp串口烧录工具.exe

STM32串口下载程序软件(eisp.exe ),本人之前用loadflash总是不能下载,用了这个软件就不会出错了。stm32 isp串口下载工具比较好用的stm32串口程序下载工具,可能通过串口将程序下载至stm32各型号的CPU中。

2022-07-22

抖音云蹦迪3Dunity软件

抖音云蹦迪3Dunity软件

2022-05-18

ProjectorControl.rar

PjlInk投影仪控制源码

2021-11-19

CAVE Camera Rig.unitypackage

unity cave 4折幕投影制作原理解析

2021-11-19

iTween.unitypackage

unity 插件

2021-07-22

GoogleVRForUnity_1.200.1.unitypackage

Vr 插件

2021-07-22

VHDCI 5889D-V101 Utility.rar

A卡分辨率设置驱动

2021-06-21

unity发布安卓录制视频done.zip

unity 视频录制系统

2021-06-21

桌面融合系统 投影融合系统

桌面投影融合系统 ,如果有需求请联系本人

2021-06-21

unity_沙盘.rar

AR 沙盘游戏 unity 开发

2021-06-21

Azure Kinect Examples for Unity 1.9.1.unitypackage

Azure Kinect Examples for Unity 1.9.1.unitypackage

2020-04-26

Living Particles 1.1.unitypackage

Requires Unity 2017.1.0 or higher. Ultimate Pack of fully customizable particle shaders, you can tweak any property and create unique Effects. All of these effects can be used in almost every game. You can make living ground, that reacts to player movement, or add some live environment effects. This Package is also using Unity's Shuriken Particle System, so any parameter can be adjusted. Particles can be affected by both one player and several players without much loss of performance. Content Update v1.2: Morph effects and shaders, fully vertex animated PBR mesh particles BONUS: More VFX Textures and Gradients for better customization - Mobile and VR support - 34 Complete VFX Prefabs - Array shader variants - PBR shader variants - 19 Gradients and Ramps - 50+ Textures and Noises - Different ground patterns - Linear and Gamma ready - HDR Support - Deferred and Forward rendering - 12 VFX Meshes

2020-03-24

ICSharpCode.SharpZipLib.dll

C# 所使用的压缩文件dll ICSharpCode.SharpZipLib.dll 支持加密等功能

2020-02-20

空空如也

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

TA关注的人

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