代码搜索:example1
找到约 444 项符合「example1」的源代码
代码结果 444
www.eeworm.com/read/284603/8914366
makefile
CC = gcc
RM = rm -f
RM_CMD = $(RM) *.BAK *.bak *.o ,* *~ *.a
CFLAGS=-O2 -Wall -g
PROGS=example1 example_ap
LIBS=-lm
all:: $(PROGS)
.c.o:
$(CC) $(CFLAGS) -c $<
mapi: mapi.o
$(CC) -O2 -o $@ $^
www.eeworm.com/read/139799/13130511
vhd example8-2.vhd
LIBRARY IEEE;
USE IEEE.Std_Logic_1164.ALL;
ENTITY test1 IS
PORT (in1 : IN Std_Logic;
out1 : OUT Std_Logic);
END test1;
ARCHITECTURE example1 OF test1 IS
BEGIN
out1
www.eeworm.com/read/139776/13134555
c rlftfrag.c
#include
#define NRANSI
#include "nrutil.h"
#define N2 256
#define N3 256
int main(void) /* example1 */
{
void rlft3(float ***data, float **speq, unsigned long nn1,
unsigned long nn2,
www.eeworm.com/read/312864/13603091
txt text.txt
program example1;
var
a,b,c:integer;
x:char;
begin
if(a+c*3>b)and(b>3) then c:=3;
x:=2+(3*a)-b*c*8;
for x:=1+2 to 3 do
b:=100;
while a>b do
c:=5;
repeat a:=10;
until a>b;
end.
www.eeworm.com/read/138080/13266817
plg example1.plg
Build Log
--------------------Configuration: Example1 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/123964/6056535
plg contact.plg
Build Log
--------------------Configuration: Example1 - Win32 Release--------------------
Command Lines
Results
ex1.exe - 0 err
www.eeworm.com/read/343655/11935447
plg example1.plg
Build Log
--------------------Configuration: Example1 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/426150/1995358
txt buildmsg.txt
psocmakemake.exe example1 -oproject.mk
creating project.mk
mkdepend.exe -f project.dep -p./obj/ -o.o -- -IC:/PROGRA~1/CYPRES~1/PSOCDE~1/tools/include -I./lib -IC:/PROGRA~1/CYPRES~1/PSOCDE~1/tools/i
www.eeworm.com/read/342018/3240499
java example1.java
public class example1 {
public static void main(String args[]) {
int i,j;
int arr[]={0,3,67,100,-50,-9,80,45,19,55};
int l=arr.length;
for(i=0;i