代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/362855/9978636
texi libgcc.texi
@c Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@c Contributed by Aldy Hernandez
www.eeworm.com/read/362755/9981940
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("frmMain")]
www.eeworm.com/read/362688/9986803
cpp eraser.cpp
using namespace System::Runtime::Serialization;
// Eraser.cpp
//
// Eraser. Secure data removal. For Windows.
// Copyright
www.eeworm.com/read/166778/9999244
packaging
Packaging hints for binary package distributors
===============================================
Although the source of the bison package comes as a single package,
in distributions of binary packages
www.eeworm.com/read/361832/10034404
stf setup.stf
App Name 请将安装目录改为D盘
App Version 2008-08-04 10:13:15
Frame Caption 请将安装目录改为D盘
Dialog Caption Base 请将安装目录改为D盘
Usage String 用法: Setup
About Box String V1.0\n\n此安装程序由 Visual FoxPro 安装向导创建。
Check
www.eeworm.com/read/361668/10039588
txt 序列化機制.txt
Remoting:于.net框架下的序列化機制
程序员在编写应用程序的时候往往要将程序的某些数据存储在内存中,然后将其写入某个文件或是将它传输到网络中的另一台计算机上以实现通讯。这个将程序数据转化成能被存储并传输的格式的过程被称为"序列化"(Serialization),而它的逆过程则可被称为"反序列化"(Deserialization)。
.net框架对序列化机制 ...
www.eeworm.com/read/361588/10044259
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("目录树")]
[as