码迷,mamicode.com
首页 >  
搜索关键字:buddy system    ( 49281个结果
减速
using UnityEngine;using System.Collections;public class stopSpeed : MonoBehaviour { public bool canStop = false; public float scrollSpeed = 5.0f...
分类:其他好文   时间:2014-05-27 00:15:25    阅读次数:323
使用Marshal.Copy把Txt行数据转为Struct类型值
添加重要的命名空间:using System.Runtime.InteropServices;先建立结构相同(char长度相同)的Struct类型用于转换:[StructLayout(LayoutKind.Sequential, Pack = 1)] public struct Employe...
分类:其他好文   时间:2014-05-26 23:25:14    阅读次数:302
eucalyptus的网络模式
总共有四种网络模式,默认采用的是system模式 SYSTEM Mode 最简单的网络配置。Eucalyptus分配mac地址,使用 Xen Bridge,配合已有的 DHCP DHCP 來分配 IP,适合小环境测试使用 STATIC Mode此模式可让 Eucalyptus 管理员管理 VM 的 ...
分类:其他好文   时间:2014-05-26 23:14:22    阅读次数:387
Autodesk.Revit.v2013-ISO 1DVD
Autodesk.Revit.v2013-ISO 1DVDAdina System v8.8.1 Win32 1CDAdina System v8.8.1 Win64 1CDAutodesk.Revit.Structure.v2013-ISO 1DVDBentley FlowMaster 08.11...
分类:其他好文   时间:2014-05-26 23:14:02    阅读次数:333
呵呵呵呵
呵呵呵呵```csharpusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:其他好文   时间:2014-05-26 22:58:46    阅读次数:352
未能加载程序集System.EnterpriseServices.Wrapper.dll
1.使用CMD命令行 copy C:WINDOWS\Microsoft.NET \Framework\v2.0.50727\System.EnterpriseServices.Wrapper.dll C:WINDOWS\Assebmly\GAC_32\System.Enter...
分类:移动开发   时间:2014-05-26 22:54:23    阅读次数:444
Delphi 在系统菜单中添加菜单项
1 unit Unit001; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, 7 Vcl...
分类:其他好文   时间:2014-05-26 22:46:15    阅读次数:221
根据距离加速
using UnityEngine;using System.Collections;public class addSpeed : MonoBehaviour { public float scrollSpeed; float defaultScroll = 0.01f; flo...
分类:其他好文   时间:2014-05-26 22:17:04    阅读次数:239
LeetCode:Gray Code 题解
题目描述:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total n...
分类:其他好文   时间:2014-05-26 21:30:04    阅读次数:296
把一个完全图分成两部分
A university network is composed of N computers. System administrators gathered information on the traffic between nodes, and carefully divided the ne...
分类:其他好文   时间:2014-05-26 21:07:48    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!