代码搜索:example1
找到约 444 项符合「example1」的源代码
代码结果 444
www.eeworm.com/read/189149/8488558
h example1.h
// example1.h : main header file for the EXAMPLE1 application
//
#if !defined(AFX_EXAMPLE1_H__7B601870_FE66_458C_AD8E_487DEB3A86BF__INCLUDED_)
#define AFX_EXAMPLE1_H__7B601870_FE66_458C_AD8E_487D
www.eeworm.com/read/387009/8712369
h rlftfrag.h
Int main(void) // example1
{
const Int N2=256,N3=256;
NRMat3d data(1,N2,N3);
MatDoub speq(1,2*N2);
// ...
rlft3(data,speq,1);
// ...
rlft3(data,speq,-1);
// ...
return 0;
}
www.eeworm.com/read/232523/14193278
txt example.txt
program example1
include “mpif.h” !! MPI 系统头文件
integer status(MPI_STATUS_SIZE),my_rank,p,source,dest,tag,ierr,data
c
c-------进入MPI 系统
call MPI_Init(ierr)
call MPI_Comm_rank(MPI_COMM_WORLD,my_ran
www.eeworm.com/read/384423/2600761
am makefile.am
noinst_PROGRAMS = example1 example2 example3 example4
example1_SOURCES = example1.cpp
example2_SOURCES = example2.cpp
example3_SOURCES = example3.cpp
example4_SOURCES = example4.cpp
INCLUDES = @RTP_
www.eeworm.com/read/469091/6338169
s testfile4.s
;文件名:TESTFILE4.S
;功能:验证链接寄存器的使用方法
;说明:使用ARMulate软件仿真调试
AREA Example,CODE,READONLY ;声明代码段Example1
ENTRY ;标识程序入口
CODE32 ;声明32位ARM指令
START LDR R1, =SRCST
www.eeworm.com/read/469091/6338176
s testfile2.s
;文件名:TESTFILE2.S
;功能:验证ARM内存访问指令寻址方式
;说明:使用ARMulate软件仿真调试
AREA Example,CODE,READONLY ;声明代码段Example1
ENTRY ;标识程序入口
CODE32 ;声明32位ARM指令
START MOV R1,#0x01
www.eeworm.com/read/469091/6338188
s testfile2.s
;文件名:TESTFILE2.S
;功能:验证ARM内存访问指令寻址方式
;说明:使用ARMulate软件仿真调试
AREA Example,CODE,READONLY ;声明代码段Example1
ENTRY ;标识程序入口
CODE32 ;声明32位ARM指令
START MOV R1,#0x01
www.eeworm.com/read/481611/6636442
s testfile4.s
;文件名:TESTFILE4.S
;功能:验证链接寄存器的使用方法
;说明:使用ARMulate软件仿真调试
AREA Example,CODE,READONLY ;声明代码段Example1
ENTRY ;标识程序入口
CODE32 ;声明32位ARM指令
START LDR R1, =SRCST
www.eeworm.com/read/260388/11729673
makefile
# Version
VERSION = 0.0.1
# Compiler flags
CFLAGS = -Wall -W -O2 -s -pipe
CLMFLAGS = -Wall -W -O2 -s -pipe -lm
LFLAGS = -O2 -s -pipe
all: lemon example1 exp1 example2 exp2 example3 exp3 example4 ex
www.eeworm.com/read/326297/3472427
sln example1.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example1", "Example1.csproj", "{1822C155-FE92-4FD8-9EEF-06D61990C609}"
ProjectSection