代码搜索结果

找到约 10,000 项符合 Assembly 的代码

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("AddSDE")]

takes two 32 bit integer values and calculates their product1.txt

*================================================================================ * * TEXAS INSTRUMENTS, INC. * * 32 Bit Multiply With 40 Bit Result * * Revision Date: 07/14/97 * * USAGE T

takes two 32 bit unsigned integer values and calculates their product.txt

*================================================================================ * * TEXAS INSTRUMENTS, INC. * * 32 Bit Unsigned multiply With 40 Bit Result * * Revision Date: 07/14/97 *

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; // // 有关程序集的常规信息是通过下列 // 属性集控制的。更改这些属性值可修改与程序集 // 关联的信息。 // [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")]

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; // // 有关程序集的常规信息是通过下列 // 属性集控制的。更改这些属性值可修改与程序集 // 关联的信息。 // [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")]

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("DAL")] [as

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("IDAL")] [a

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Model")] [

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("DALDataSet"

driveguestbook.cs

using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.