代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/429196/8815001
h comandoprintln.h
/*
TP2 LP INTERPRETADOR TINY
ALUNO : ANDRE LUIS DURAO ABDO
MATRICULA : 283999
DATA DA ENTREGA : 10/05/2007
*/
//ComandoPrintln.h
#ifndef COMANDOPRINTLN_H
#define COMANDOPRINTLN_H
#include
www.eeworm.com/read/372592/9500945
txt ludcmp.txt
Sub LUDCMP(A(), N, INDX(), D)
NMAX = 100
TINY = 1E-20
Dim VV(100)
D = 1#
For I = 1 To N
AAMAX = 0#
For J = 1 To N
If Abs(A(I, J)) > AAMAX Then A
www.eeworm.com/read/169888/9834187
txt readme.txt
-------- PROJECT GENERATOR --------
PROJECT NAME : gsmmod
PROJECT DIRECTORY : C:\WorkSpace\gsmmod\gsmmod
CPU SERIES : R8C/Tiny
CPU TYPE : Other
TOOLCHAIN NAME : Renesas M16C Standard Toolchain
T
www.eeworm.com/read/458842/7288693
cpp main.cpp
#include "RctData.h"
MySqlConn msc;
string dataBase="test";
string createTableSql="create table stu_info (sno char(10) primary key,sname nvarchar(8) not null,sex nchar(2) not null,dataStruct tiny
www.eeworm.com/read/456879/7337837
txt polyfit.txt
#define TINY 1.0e-20
/* Given a matrix a[1..n][1..n], htis routine replaces it by the LU decmposition of a rwowise permutation of itself.
a and n are input. a is output, arranged as follows. inde
www.eeworm.com/read/450566/7481206
dpr selfxsml.dpr
program selfXsml;
{ TCompress V3.0 "Tiny" self-extracting EXE example -- only comments changed from V2.5
This program uses the same approach (and doInstal unit) as
does the SELFEXTR.DPR unit.
www.eeworm.com/read/450566/7481231
dpr selfxsml.dpr
program selfXsml;
{ TCompress V3.0 "Tiny" self-extracting EXE example -- only comments changed from V2.5
This program uses the same approach (and doInstal unit) as
does the SELFEXTR.DPR unit.
www.eeworm.com/read/444676/7608762
asm hybrisav.asm
.model tiny
.code
org 100h
start:
jmp short begin_code
copyright db "HYBRiS.1435 Remover. (c) 1995 The Unforgiven/Immortal Riot",0
begin_code:
push dx
www.eeworm.com/read/433875/7905607
lsm lisp-1.0.0.lsm
Begin3
Title: lisp
Version: 1.0.0
Entered-date: 21Jun03
Description: A tiny LISP interpreter written in PERL
Keywords: lisp, clisp
Author: root@zdo.com (Ali Onur Cin
www.eeworm.com/read/296483/8100374
cc testgmp.cc
// testgmp.cc
// tiny test of linking with GMP from C++ code
// this code is from http://www.swox.com/gmp/manual/gmp_4.html#SEC10
#include // stdout