代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/491416/1190894
cpp d1r2.cpp
#include
#include
using namespace std;
void ludcmp(double a[], int n, int indx[], int d)
{
const int nmax=100;
const double tiny=1e-20;
double vv[100];
double sum,d
www.eeworm.com/read/484868/1265496
conf tinydb.conf
%tinydb config file
%format param:value
%postgres server settings
postgres-user:tele
postgres-passwd:tiny
postgres-db:task
postgres-host:localhost
show-command-window:true
show-status-window:true
www.eeworm.com/read/475809/1382093
c odeint.c
#include
#define NRANSI
#include "nrutil.h"
#define MAXSTP 10000
#define TINY 1.0e-30
extern int kmax,kount;
extern float *xp,**yp,dxsav;
void odeint(float ystart[], int nvar, fl
www.eeworm.com/read/457727/1594717
c odeint.c
#include
#define NRANSI
#include "nrutil.h"
#define MAXSTP 10000
#define TINY 1.0e-30
extern int kmax,kount;
extern float *xp,**yp,dxsav;
void odeint(float ystart[], int nvar, floa
www.eeworm.com/read/213767/4912292
rakefile
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
desc 'Default: run unit tests.'
task :default => :test
desc 'Test the tiny_mce plugin.'
Rake::TestTask.new(:test) do |t|
t.libs
www.eeworm.com/read/191080/5168765
c odeint.c
#include
#define NRANSI
#include "nrutil.h"
#define MAXSTP 10000
#define TINY 1.0e-30
extern int kmax,kount;
extern float *xp,**yp,dxsav;
void odeint(float ystart[], int nvar, floa
www.eeworm.com/read/370015/9624236
asm t15demo.asm
;Tiny 15 - Test of ADC - also include multiplex display driver.
; Specify Device.
.device ATTINY15
; I/O Register Definitions
.equ SREG =$3F
.equ GIMSK =$3B
.equ GIFR =$3A
www.eeworm.com/read/414769/11102202
for vegas.for
SUBROUTINE vegas(region,ndim,fxn,init,ncall,itmx,nprn,tgral,sd,
*chi2a)
INTEGER init,itmx,ncall,ndim,nprn,NDMX,MXDIM
REAL tgral,chi2a,sd,region(2*ndim),fxn,ALPH,TINY
P
www.eeworm.com/read/104653/15686101
h menu.h
#ifndef __MENU_H__
#define __MENU_H__
#include
GtkWidget *a_Menu_mainbar_new (BrowserWindow *bw, gint tiny);
GtkWidget *a_Menu_popup_op_new (BrowserWindow *bw);
GtkWidget *a_Menu_popup_o
www.eeworm.com/read/104643/15686234
h modplay.h
/* modplay.h - Tiny MOD Player V2.11 for Watcom C/C++ and DOS/4GW
Module player for Sound Blaster and compatibles header file.
Copyright 1993,94 Carlos Hasan
*/
#ifndef __MODPLAY_H