代码搜索:如何学习 msc?
找到约 10,000 项符合「如何学习 msc?」的源代码
代码结果 10,000
www.eeworm.com/read/241048/13177387
sources
!if 0
Copyright (c) 2005. Samsung Electronics, co. ltd. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under
www.eeworm.com/read/325088/13228055
h targcon.h
#ifndef TARGCON_H_
#define TARGCON_H_
#ifndef _MSC_VER
#define ARM //设置目标系统
#endif
#endif
www.eeworm.com/read/321827/13397933
c labs.c
/***
*labs.c - find absolute value of a long integer
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines labs() - find absolute value of a
www.eeworm.com/read/148721/5709686
h win_local.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/118064/6099555
opt isd51_demo.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/112192/6147960
c private.c
/*
* private.c
*
* Description:
* This translation unit implements routines which are private to
* the implementation and may be used throughout it.
*
* Pthreads-win32 - POSIX Threads Li
www.eeworm.com/read/112192/6147984
c cleanup.c
/*
* cleanup.c
*
* Description:
* This translation unit implements routines associated
* with cleaning up threads.
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright
www.eeworm.com/read/101082/6253342
c rzdisk.c
#ifndef lint
static char *sccsid = "@(#)rzdisk.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1984,86,8
www.eeworm.com/read/198615/6313082
s start_xscale.s
#include "start_xscale.h"
.text
.extern _ld_text_start
.extern _ld_text_and_data_size
.globl _start
_start:
b reset
reset:
/*Mask All interrupt*/
ldr r12, =INTER
www.eeworm.com/read/493127/6406833
h memory.h
/*----------------------------------------------------------------------------
* Name: MEMORY.H
* Purpose: USB Memory Storage Demo Definitions
* Version: V1.10
*-------------