代码搜索:false
找到约 10,000 项符合「false」的源代码
代码结果 10,000
www.eeworm.com/read/148712/12435640
txt readme.txt
TITLE:
CACHEDUP
DESCRIPTION:
Cached Updates.
DEMONSTRATES:
Demonstrates cached updates on a database.
TImage, TMemo, TButton, TPanel, TGroupBox,
TDBGrid, TDBNavigator, TDataSo
www.eeworm.com/read/148696/12440522
cpp bool_fun.cpp
#include
bool func(void)
{ // Function returns a bool type
return false;
// return NULL; // NULL is converted to Boolean false
}
void main(void)
{
bool va
www.eeworm.com/read/336465/12441951
nlogo xxx-altruism.nlogo
patches-own [
benefit-out ;; 1 for altruists, 0 for selfish
altruism-benefit
fitness
self-weight self-fitness
alt-weight alt-fitness
harsh-weight harsh-fitness
]
to set
www.eeworm.com/read/336465/12441969
nlogo ---electron_transport.nlogo
; add model procedures here
globals [rat atp total_atp nad total_nad time]
to setup
ca
set total_atp [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
set total_nad [0
www.eeworm.com/read/336465/12442188
nlogo ---random combinations and permutations.nlogo
globals [
instructions ;; The messages that appear in the instructions monitor
;; Booleans to preempt run-time errors and/or user confusions
am-I-set-up?
www.eeworm.com/read/336465/12442216
nlogo ---graze1.nlogo
globals [biomass-unit days dollars grazecountdown mcal]
breeds [cow]
patches-own [biomass]
turtles-own [energy] ; as Mcal
to setup
ca
set biomass-unit 2.5 ; each increment of biomass (0-10) i
www.eeworm.com/read/336465/12442250
nlogo ---brokenrabbits.nlogo
globals [ ticks ]
breeds [ sheep wolves rabbits]
turtles-own [ energy ]
sheep-own [ grabbed? ] ;; used to prevent two wolves from eating the same sheep
rabbits-own [ grabbed? ] ;; used to prev
www.eeworm.com/read/249967/12444885
properties project.properties
JSR239: false
SATSA-JCRMI: false
platform: MSA
www.eeworm.com/read/234728/14098736
txt 7.txt
Source
Problem Id:1038 User Id:hawk
Memory:940K Time:62775MS
Language:C++ Result:Accepted
Source
#include
#include
int n,m,k,D,e[12] = {1, 3, 9, 27, 81, 243, 729,