代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9834232
test source.test
# Commands covered: source
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors.
www.eeworm.com/read/366065/9834804
n source.n
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\" Copyright (c) 2000 Scriptics Corporation.
'\"
'\" See the file "license.t
www.eeworm.com/read/365527/9858166
m source.m
function TU=source(TO,NO,K)
t=linspace(0,K*TO,K*NO+1);
N=length(t);
u1=t(1:(NO+1)).^2;
u2=(t((NO+2):(2*NO+1))-2*TO).^2;
u3(1:(N-(2*NO+2)+1))=0;
u=[u1,u2,u3];
TU=[t',u'];
www.eeworm.com/read/169458/9860111
dll source.dll
www.eeworm.com/read/365507/9860222
h source.h
void AddSourceToFDTD(int flag,int n,int is=10,int js=10)
{
float temp;
switch(flag)
{
case 0:
temp=10*sin(OMIGA*n);
if(n
www.eeworm.com/read/365496/9861054
mak source.mak
# $Id: source.mak 459 2006-09-24 10:55:16Z elias $
#
# Shared macros
HEADERS = \
args.h ctags.h debug.h entry.h general.h get.h keyword.h \
main.h options.h parse.h parsers.h read.h routines.h sort
www.eeworm.com/read/365308/9870147
txt source.txt
program example(input,output);
var x,y:integer;
function gcd(a,b:integer):integer;
begin
if b=0 then gcd:=a
else gcd:=gcd(b,a mod b)
end;
begin
read(x,y);
write(gcd(x,y))
end.
www.eeworm.com/read/365094/9879716
c source.c
// Reset = PortB.4
// CS = PortB.0 (~SS)
// GND = GND
// SData = PortB.2 (MOSI)
// SClk = PORTB.1 (SCK)
#include
#include
#define CS 0
#def