代码搜索结果
找到约 8,431 项符合
RF 的代码
rf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rf(const DP x, const DP y, const DP z)
{
const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0;
const DP C1=1.0/24.0, C
rf.a51
INCLUDE reg_51.pdf
VT EQU P3.0
DATA1 EQU P3.2
DATA2 EQU P3.3
DATA3 EQU P3.4
DATA4 EQU P3.5
DEV1 EQU P1.7
DEV2 EQU P1.6
DEV3 EQU P1.5
DEV4 EQU P1.4
CSEG AT 0 ; RESET
rf.c
#include
__CONFIG(HS&PROTECT&PWRTEN&BOREN&WDTEN);
//pic16f73//单片机端口定义
#define cs RC0
#define so RC1
#define sck RC2
#define si RC3
#define ms
rf.m
function x = rf(n,a,b)
%RF Random numbers from the F distribution
%
% x = rf(n,df1,df2)
% Anders Holtsberg, 18-11-93
% Copyright (c) Anders Holtsberg
x = rbeta(n,a/2,b/2)
rf.h
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software is copyrighted by and is the sole property of
* VIA Networking Technologies, Inc. This sof
rf.c
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software is copyrighted by and is the sole property of
* VIA Networking Technologies, Inc. This sof
rf.c
#include
#include "cpu.h"
extern FILE *lf_fp_code,*reg_trace_fp,*pc_trace_fp,*sysad_trace_fp;
void write_back(){
/////////////////////////////Write Back//////////////////////////