代码搜索:binary
找到约 10,000 项符合「binary」的源代码
代码结果 10,000
www.eeworm.com/read/148696/12441809
c binary.c
#include
int binary_search(int array[], int value, int size)
{
int found = 0;
int high = size, low = 0, mid;
mid = (high + low) / 2;
printf("\n\nLooking for %d\n", v
www.eeworm.com/read/132141/14107197
cpp binary.cpp
// test binary tree class
#include
#include "binary.h"
// globals
int count = 0;
BinaryTree a,x,y,z;
template
void ct(BinaryTreeNode *t) {count++;}
void m
www.eeworm.com/read/132141/14107437
out binary.out
Preorder sequence is 4 3 1 2
Inorder sequence is 1 3 2 4
Postorder sequence is 1 2 3 4
Level order sequence is 4 3 1 2
Number of nodes = 4
Height = 3
Count of nodes is 4
www.eeworm.com/read/132141/14107689
h binary.h
// file binary.h
// LevelOrder and the private recursive PreOrder,
// InOrder, and PostOrder mthods have been changed
// from template functions to integer functions because
// Visual C++ is u
www.eeworm.com/read/233040/14171606
install-binary
#!/bin/sh
if test `id -u` = 0; then
echo "This installer will now attempt to install the 'xournal' binary in"
echo "/usr/local/bin and the support files in /usr/local/share/xournal."
echo "Pres
www.eeworm.com/read/129922/14216854
c binary.c
#include
int binary_search(int array[], int value, int size)
{
int found = 0;
int high = size, low = 0, mid;
mid = (high + low) / 2;
printf("\n\nLooking for %d\n", v
www.eeworm.com/read/129115/14265919
input-binary
Maximum generation number (100)
Population size (usually 10*number of variables)
Number of binary-coded variables (n)
0
Next n entries with string length, lower and upper bounds (15 0.0 10.0)
If nichi
www.eeworm.com/read/128628/14287217
c binary.c
#include
int binary_search(int array[], int value, int size)
{
int found = 0;
int high = size, low = 0, mid;
mid = (high + low) / 2;
printf("\n\nLooking for %d\n", v
www.eeworm.com/read/229467/14336194
gif binary.gif
www.eeworm.com/read/229410/14340197
xpm binary.xpm
/* XPM */
static char *binary_xpm[] = {
" 14 14 4 1",
/* colors */
". c #ffffff",
"# c #808080",
"a c #c8c8c8",
"b c #000000",
/* pixels */
".............#",
".aaaaaaaaaaab#",
".abababaabaab#",
".abab