コード例 #1
0
ファイル: tabFile.cs プロジェクト: hhergeth/RisenEditor
 public tabheader(short type)
 {
     magic = new char4("TAB0");
     version = 1;
     format = type;
     dateTime = DateTime.Now.ToFileTime();
 }
コード例 #2
0
ファイル: DriverAPI.cs プロジェクト: lvaleriu/managedCuda
 public static extern CUResult cuMemcpyDtoH_v2(ref char4 dstHost, CUdeviceptr srcDevice, SizeT ByteCount);