代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/241049/13174859
cpp shell.cpp
void shell(int n, double arr[])
{
double t,aln2i = 1.442695;
double tiny = 0.00001;
int nn,k,l,m,j,i,lognb2,done;
lognb2= int(log(double(n)) * aln2i + tiny);
m = n;
for (nn =
www.eeworm.com/read/138927/13201765
makefile
# Makefile for building FinC
# Project: FinC
include config.mk
DATE = $(shell date +%Y%m%d)
PWD = $(shell basename $(shell pwd))
all: libfinc.a
clean:
rm -f core
make -C tiny clean
make -C
www.eeworm.com/read/138178/13251205
txt readme.txt
/***************************************************/
/* Release Notes for RTX51 TINY Version 2 */
/* PK51 PROFESSIONAL DEVELOPERS KIT */
/**********
www.eeworm.com/read/239206/13294542
cpp shell.cpp
void shell(int n, double arr[])
{
double t,aln2i = 1.442695;
double tiny = 0.00001;
int nn,k,l,m,j,i,lognb2,done;
lognb2= int(log(double(n)) * aln2i + tiny);
m = n;
for (nn =
www.eeworm.com/read/321463/13404305
m hmm_cl.m
% function [lik,likv]=hmm_cl(X,T,K,Mu,Cov,P,Pi);
%
% Calculate Likelihood for Hidden Markov Model
%
% X - N x p data matrix
% T - length of each sequence (N must evenly divide by T, default T=N)
% K
www.eeworm.com/read/312211/13615630
cpp xqroot.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qroot
int main(void)
{
const int N=6; // degree of polynomial
www.eeworm.com/read/301045/13868218
lnp sitronix.lnp
"app.obj",
"lcd.obj",
"interface.obj",
".\flash.obj",
".\key.obj",
".\print.obj",
".\system.obj"
TO "sitronix" Rtx51Tiny
RAMSIZE(256)
www.eeworm.com/read/152021/5677700
lnp traffic.lnp
"TRAFFIC.obj",
"SERIAL.obj",
"GETLINE.obj"
TO "traffic" Rtx51Tiny
RAMSIZE(256)
www.eeworm.com/read/150372/5693271
me2 read.me2
/*******************************************************************/
/* */
/* Additional Information for RTX-51 Tiny Version 1 Sourc