代码搜索:binary
找到约 10,000 项符合「binary」的源代码
代码结果 10,000
www.eeworm.com/read/427423/8946013
c binary_tree.c
#include
#include
struct TNode{
char data;
struct TNode *lchild;
struct TNode *rchild;
};
typedef struct TNode Node;
void init(Node **node)
{
*node = (Node *)mal
www.eeworm.com/read/426824/8997044
m random_binary.m
function [x,bits]=random_binary(nbits,nsamples)
x=zeros(1,nbits*nsamples);
bits=round(rand(1,nbits));
for m=1:nbits
for n=1:nsamples
index=(m-1)*nsamples+n;
x(1,index)=(-1)^b
www.eeworm.com/read/382357/9033653
m random_binary.m
% File:random_binary.m 形成长度为nbits的二进制随机波形
function [x,bits] = random_binary(nbits,nsamples)
x = zeros(1,nbits*nsamples);
bits = round(rand(1,nbits));
for m = 1:nbits
for n = 1:nsamples
www.eeworm.com/read/382052/9055847
htm binary trees.htm
Binary Trees, Data Structures and Algorithms
www.eeworm.com/read/381656/9079543
vi binary search.vi
www.eeworm.com/read/184759/9080731
m random_binary.m
% File: random_binary.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
www.eeworm.com/read/381363/9095889
m image_binary.m
function image_binary(command)
%IMAGE_BINARY Trasform the image in binary mode.
%
% IMAGE_BINARY(COMMAND)
%
% Valid Commands:
% START - Inizialize the button frame
% DOIT - Do the act
www.eeworm.com/read/381363/9096118
hlp binary_image.hlp
Binary Image
Transform the image (matrix I) in a binary image using the Matlab
function im2bw.
Radio buttons allow to select the cutoff level for the binary
trasformation.
- Mean: All the
www.eeworm.com/read/380864/9125266
bin binary5.bin
www.eeworm.com/read/380864/9125272