代码搜索:truth
找到约 377 项符合「truth」的源代码
代码结果 377
www.eeworm.com/read/291001/8445340
m truth.m
function T = truth(seed);
%
% Generate truth signals
%
% Input:
% seed: random number seed (allows it to generate repeatable results)
%
% Output:
% T: truth struct with fields...
% L: actual levels
www.eeworm.com/read/359581/10135366
c truth.c
// truth.c -- what values are true?
#include
int main(void)
{
int n = 3;
while (n)
printf("%2d is true\n", n--);
printf("%2d is false\n", n);
n = -3;
www.eeworm.com/read/356874/10219907
c truth.c
// truth.c -- what values are true?
#include
int main(void)
{
int n = 3;
while (n)
printf("%2d is true\n", n--);
printf("%2d is false\n", n);
n = -3;
www.eeworm.com/read/421785/10699003
c truth.c
// truth.c -- what values are true?
#include
int main(void)
{
int n = 3;
while (n)
printf("%2d is true\n", n--);
printf("%2d is false\n", n);
n = -3;
www.eeworm.com/read/468035/6998245
java truth.java
package test.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Targ
www.eeworm.com/read/468035/6998246
java truth.java
package test.annotation.my;
import java.lang.annotation.Annotation;
public interface Truth extends Annotation{
}
www.eeworm.com/read/457902/7315787
c truth.c
// truth.c -- what values are true?
#include
int main(void)
{
int n = 3;
while (n)
printf("%2d is true\n", n--);
printf("%2d is false\n", n);
n = -3;
www.eeworm.com/read/449530/7501318
c truth.c
// truth.c -- what values are true?
#include
int main(void)
{
int n = 3;
while (n)
printf("%2d is true\n", n--);
printf("%2d is false\n", n);
n = -3;
www.eeworm.com/read/298274/7969360
m truth.m
function T = truth(seed);
%
% Generate truth signals
%
% Input:
% seed: random number seed (allows it to generate repeatable results)
%
% Output:
% T: truth struct with fields...
% L: actual levels
www.eeworm.com/read/245818/12779394
c truth.c
// truth.c -- what values are true?
#include
int main(void)
{
int n = 3;
while (n)
printf("%2d is true\n", n--);
printf("%2d is false\n", n);
n = -3;