-
HACKprogramming
HACK编程精讲
黑客手册图书额
解压缩密码 www.xiakezhu.com
电子书密码:www.nohack.cn
(HACK Programming Manual Book精讲hackers extract the amount of e-book password www.xiakezhu.com password: www.nohack.cn)
- 2008-12-27 20:04:49下载
- 积分:1
-
U3D触屏摇杆
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
///
/// 绑定到摇杆上的摇杆类
///
public class Rocker : MonoBehaviour {
Vector2 m_offet;//偏移向量
Vector2 m_originalPos;//摇杆原始屏幕坐标
Touch[] touches;//屏幕上触控点数组
int touch_Id = -1;//触控点数组下标
bool isMove = false;//是否移动
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 09:33:30下载
- 积分:1
-
rr
说明: 该文章主要讲了如何将一维数组作为形参传递给函数(The passage about how the one-dimensional array as a parameter passed to the function)
- 2010-12-08 21:03:32下载
- 积分:1
-
1234
轻松获得计算机网络接口信息的一个软件。记忆visual c++(Easy access to information on a computer network interface software. Memory visual c++)
- 2011-07-22 16:40:46下载
- 积分:1
-
Conversor-Digital-Analogo
conversor digitalpara relojes de presision
- 2014-01-25 12:43:24下载
- 积分:1
-
28335PWM设置程序
TMS320F28335的PWM模块设置程序,最基本的PWM设置模板(The PWM module setting program of TMS320F28335 and the most basic PWM setting template)
- 2020-06-17 20:00:02下载
- 积分:1
-
车牌自动定位与识别系统测试程序
车牌自动定位与识别的程序,不知道对大家有没有用?2005新编的,希望交流的朋友给我发邮件(A produre for vehicles auto location and recognition.)
- 2020-06-26 06:40:02下载
- 积分:1
-
powerflow
电力系统潮流计算 有关PQ节点平衡节点等的潮流计算(Power system load flow calculation related to PQ node in the node balancing flow calculation, etc.)
- 2009-11-24 19:48:29下载
- 积分:1
-
ColorInvariance
自己做的程序中的一部分,颜色不变量模型的实现,一个函数(Own program part, color invariant model for the realization of a function)
- 2013-01-22 11:05:30下载
- 积分:1
-
C# 使用IPEndPoint类获取终结点的IP地址和端口号
Visual C# UseIPEndPoint例子,使用IPEndPoint类对象获取终结点的IP地址和端口号,运行生成的Exe文件,得到的结果如图所示:
以下是实现本功能的关键代码:
先实例化IPEndPoint类对象:
IPEndPoint IPEPoint = new IPEndPoint(IPAddress.Parse(textBox1.Text), 80);
//使用IPEndPoint类对象获取终结点的IP地址和端口号
label2.Text = "IP地址:"+IPEPoint.Address.ToString() + "
端口号:" + IPEPoint.Port;
- 2022-01-28 05:14:25下载
- 积分:1