代码搜索:Two

找到约 10,000 项符合「Two」的源代码

代码结果 10,000
www.eeworm.com/read/396039/2425454

java threadsexample.java

/** * This file contains two examples that demonstrate how to code a pair * of common threaded application idioms: using an interruptible worker * thread to compute a value, blocking a worker thr
www.eeworm.com/read/395929/2429917

s diffexp-ovwr.s

; ; There are actually two regressions tested here: ; - That a .byte does not overwrite beyond the "byte", if given ; a non-immediate-constant value (related to "False broken words"). ; - That "quic
www.eeworm.com/read/395929/2430052

readme-vms

This document explains a couple of things that are specific to VMS. There are currently two "chapters", the first deals with cross-assembly issues, and the second deals with the VMS debugger and GNU
www.eeworm.com/read/393395/2474501

m s_diversificationcorrelation.m

% this script shows the diversification effect of correlation in a simplified market of two variables % see "Risk and Asset Allocation" - Springer (2005), by A. Meucci clear; close all; clc; %%%%
www.eeworm.com/read/393395/2474745

m s_normal.m

% this script simulates a bivariate normal distribution % it shows its pdf as proxied by the 3-D histogram % it shows the distribution of a generic linear combination (portfolio) of the two variable
www.eeworm.com/read/393395/2474748

m s_studentt.m

% this script simulates a bivariate t distribution % it shows its pdf as proxied by the 3-D histogram % it shows the distribution of a generic linear combination (portfolio) of the two variables %
www.eeworm.com/read/393395/2474749

asv s_normal.asv

% this script simulates a bivariate normal distribution % it shows its pdf as proxied by the 3-D histogram % it shows the distribution of a generic linear combination (portfolio) of the two variable
www.eeworm.com/read/393286/2485190

vectoredinterruptcontroller

README on the Vectored Interrupt Controller of the LH7A404 ========================================================== The 404 revision of the LH7A40X series comes with two vectored interrupts control
www.eeworm.com/read/392548/2495055

c lzd.c

#ifndef LINT static char sccsid[]="@(#) lzd.c 2.6 88/01/30 20:39:18"; #endif /* LINT */ /*********************************************************************/ /* This file contains two versions
www.eeworm.com/read/389763/2537495

rb application_helper.rb

# Methods added to this helper will be available to all templates in the application. module ApplicationHelper def two_dec(n) "%.2f" % n end end