摘要:
《机器学习&&深度学习》 视频课程资源百度云下载。 林轩田:机器学习基石 链接:http://pan.baidu.com/s/1qXSKZP64 密码:dwie 林轩田:機器學習技法 (Machine Learning Techniques)链接:http://pan.baidu.com/s/1i5 阅读全文
摘要:
void Update () { float x = Input.GetAxis ("Horizontal") * Time.deltaTime * speed; float z = Input.GetAxis ("Vertical") * Time.deltaTime * speed; trans 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.Entity; using System.Collections; using System 阅读全文
摘要:
using System.Drawing;using DevExpress.XtraPrinting.Drawing;using DevExpress.XtraReports.UI;// ... public void SetTextWatermark(XtraReport report){ // 阅读全文
摘要:
让控件不显示的方法如下: GameObject btnObj = GameObject.Find("Buttonx"); btnObj.setActive("false"); 这样 Unity上的控件 就不会显示在界面上了. 下面是通过预设的方式.来处理. using UnityEngine; us 阅读全文
摘要:
Unity插件本文分以下九个类别介绍,后面跟的是风宇冲的推荐插件:一 界面制作 推荐:NGUI二 2D游戏制作 推荐:2D Toolkit三 可视化编程 推荐:PlayMaker四 插值插件 推荐:iTween,HOTween五 路径搜寻 推荐:Simple Path六 美术及动画制作 推荐:Rag 阅读全文
摘要:
// Compile: csc service.cs /r:Zyan.Communication.dll /r:Topshelf.dll // // Usage: // service.exe Run the console server // service.exe install Install 阅读全文