登录
首页 » C# » Unity socket通信

Unity socket通信

于 2021-05-06 发布
0 184
下载积分: 1 下载次数: 1

代码说明:

Unity socket通信

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pci控制卡初始化程序
    【实例简介】一种代码脚本的初始化程序 PCI106E初始化程序说明 通过modbus寄存器reg(0)作为标志位来判断使能情况,上位机判断:    modbus_reg(0) = 1,使能成功,可以进行操作。    modbus_reg(0) = 2,总线扫描失败。    modbus_reg(0) = 3,总线开启失败。    modbus_reg(0) = 4,设备扫描数为0。    非使能成功时,程序每间隔1s重新执行一次。 此初始化程序只进行了总线使能操作,轴的脉冲当量、速度等参数需要在上位机再进行设置。   
    2021-09-02 00:31:08下载
    积分:1
  • ASP.NET微信公众平台源码(含数据库)
    ASP.NET微信公众平台源码(含数据库)
    2019-12-26下载
    积分:1
  • asp.net +Jquery 实现的 RSS阅读器 完整源码下载
    asp.net +Jquery 实现的 RSS阅读器 完整源码下载
    2013-12-04下载
    积分:1
  • 北京大学动态规划专题课件PPT
    北京大学动态规划专题课件
    2020-11-01下载
    积分:1
  • 练习数据结构用途
    练习数据结构用途
    2015-06-24下载
    积分:1
  • C++实战源码-上帝创世的秘密(入门级实例052).zip
    C++实战源码-上帝创世的秘密(入门级实例052).zip
    2019-10-01下载
    积分:1
  • 用C++模拟圆弧插补(图形)
    用C 模拟圆弧插补(图形) http://blog.csdn.net/z893345329/article/details/25922857
    2019-04-25下载
    积分:1
  • C# SerialPort 实例源码下载
    C# SerialPort 实例源码下载
    2015-03-23下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • VS插件源码JSLint(JS辅助工具)
    VS插件源码JSLint(JS辅助工具)
    2015-09-23下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载