代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/265314/11268626
cpp testiref.cpp
//-< TESTIREF.CPP >--------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/265314/11269028
h reference.h
//-< REFERENCE.H >---------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/264306/11320396
asm os_sw.asm
.page
.text
_OSCtxSw:
.ref _OSTCBHighRdy
.ref _OSTCBCur
.ref _OSPrioHighRdy
.ref _OSPrioCur
.global _OSCtxSw
PUSH RPC ;必须入栈
MOVW DP,#_OSTCBCur ; OSTCBCur->OSTCBSt
www.eeworm.com/read/264306/11320402
asm os_tickisr.asm
.page
.text
_OSTickISR:
.ref _OSTimeTick
.ref _OSIntNesting
.ref _OSIntExit
.ref _PieCtrlRegs
.global _OSTickISR
PUSH RPC
CLRC PAGE0,OVM
MOVW
www.eeworm.com/read/264306/11320409
asm os_starthighrdy.asm
.page
.text
_OSStartHighRdy:
.global _OSStartHighRdy
.ref _OSRunning
.ref _OSTCBHighRdy
PUSH RPC ;原来没有,有没有好像没什么关系
MOVW DP,#_OSRunning ;OSRunning =
www.eeworm.com/read/264081/11330227
cs justinio.cs
using System;
using System.Runtime.InteropServices;
namespace JustinIO
{
class CommPort
{
public string PortNum;
public int BaudRate;
public byte ByteSize;
www.eeworm.com/read/409347/11331731
html schema.html
XML Schema
This appendix provides the XML schema that is used
www.eeworm.com/read/409347/11331758
xsd mxmldoc.xsd
Mini-XML 2.3 documentation schema for mxmldoc output.
www.eeworm.com/read/408881/11366301
java genref.java
/*
* It demonstrates how to use REF
*
* This class is used in RefClient.java
* Please use jdk1.2 or later version and classes12.zip
*/
import oracle.sql.REF;
import oracle.sql.StructDescriptor;