代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
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
www.eeworm.com/read/168444/9913987
txt source.txt
这段代码是偶找来的,里面存在一些错误的代码偶没有改正,哈哈,希望大家自己去找出来,因为代码不是偶自己写的,如何调用也不要问偶,如果需要的话偶可以直接提供dll(偶不想写注释),保证绝对正确,计算出来的数值和国家正在使用的软件系统中的转换保持一致。偶不是搞地理信息系统的,其他问题不要找我。呵呵。
代码如下:
//CPP文件
#include "CoorTr ...
www.eeworm.com/read/363378/9952993
h source.h
#include
sfr AUXR = 0x8e;
sfr AUXR1 = 0xa2;
sfr P4 = 0xe8;
sfr XICON = 0xc0;
sfr IPH = 0xb7;
sfr WDT_CONTR = 0xe1;
sfr ISP_DATA = 0xe2;
sfr ISP_ADDRH = 0xe3;
sfr ISP_ADDRL =
www.eeworm.com/read/363215/9965079
sql source.sql
--* File Name : Source.sql
--* Author : DR Timothy S Hall
--* Description : Displays the section of code specified. Prompts user for parameters.
--* Requirements : Access to the ALL views
www.eeworm.com/read/167446/9968655
h source.h
//Created By Source.exe. Emtronix 2002
char* source="欢迎测试嵌入式网络模块";