代码搜索:Assembly
找到约 10,000 项符合「Assembly」的源代码
代码结果 10,000
www.eeworm.com/read/101152/6237898
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
//属性集控制的。更改这些属性值可修改与程序集
//关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
www.eeworm.com/read/101152/6237905
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
//属性集控制的。更改这些属性值可修改与程序集
//关联的信息。
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
www.eeworm.com/read/101082/6243780
c bmove.c
# include "useful.h"
SCCSID(@(#)bmove.c 4.1 7/25/83);
/*
** BMOVE -- block move.
**
** Parameters:
** s -- source of bytes.
** d -- destination of bytes.
** l -- length of block to move.
**
**
www.eeworm.com/read/100016/6276319
def ourvxd.def
NAME WAP32
DESCRIPTION 'Assembly Win32 Program'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
EXETYPE WINDOWS
HEAPSIZE 65536
STACKSIZE
www.eeworm.com/read/152605/6279077
makefile
#
# Makefile for creation of the program named by the PROG variable
#
# The following naming conventions are used by this makefile:
# .asm - C62 assembly language source file
# .obj