代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/371212/9561485
cpp 1706_xiedi.cpp
#include
#include
#include
char line[100]; //当前处理的那一行
char ref[3002][83]; //记录Reference description
int orig[1002], now[1002], st[1002]; //分别是原始编号,现在编号
www.eeworm.com/read/168824/9896778
asm vectors.asm
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/363957/9928595
svn-base vendoraccessor.cs.svn-base
using System.Collections;
using System.Collections.Generic;
using Mied.BusinessObject;
using Mied.DAL.Cache;
using System.Data.Common;
using CommonUtil;
namespace Mied.DAL.Accesses
{
pub
www.eeworm.com/read/363957/9928614
cs vendoraccessor.cs
using System.Collections;
using System.Collections.Generic;
using Mied.BusinessObject;
using Mied.DAL.Cache;
using System.Data.Common;
using CommonUtil;
namespace Mied.DAL.Accesses
{
pub
www.eeworm.com/read/168094/9939806
asm os_sw.asm
.page
.text
_OSCtxSw:
.ref _OSTCBHighRdy
.ref _OSTCBCur
.ref _OSPrioHighRdy
.ref _OSPrioCur
.global _OSCtxSw
PUSH RPC
MOVW DP,#_OSTCBCur ; OSTCBCur->OSTCBStkPt
www.eeworm.com/read/168094/9939808
asm os_tickisr.asm
.page
.text
_OSTickISR:
.ref _OSTimeTick
.ref _OSIntNesting
.ref _OSIntExit
.ref _PieCtrlRegs
.global _OSTickISR
PUSH RPC
CLRC PAGE0,OVM
MOVW DP,#_PieC
www.eeworm.com/read/167506/9967196
cs c3-13.cs
// 变量引用示例
using System;
public class MyClass
{
public static void TestRef(ref char i)
{
i = 'b';
}
public static void Main()
{
char i = 'a';
TestRef(r
www.eeworm.com/read/362879/9977608
py vergleich.py
# vergleich.py
#
# Some comparison of vergleich*.plt, verlauf*.plt, cube*.data
# and poynting*.data output files from Sfdtd
#
# (This is a quite dirty python code... )
#
# Copyright (C) 2007 Paul
www.eeworm.com/read/362755/9981966
cs justinio.cs
using System;
using System.Runtime.InteropServices;
namespace JustinIO {
class CommPort {
public string PortNum;
public int BaudRate;
public byte ByteSize;
public byte Parity; //
www.eeworm.com/read/362146/10015991
o boot.o
XH
H A areas 18 global symbols
M boot.asm
S _stack_start Ref0000
S _main Ref0000
S _Baud_ISR Ref0000
S _ADC_PWM16_ISR Ref0000
S _adc_sig_proc Ref0000
S __r0 Ref0000
S _TX_SERIAL_handler Ref00