代码搜索:binary
找到约 10,000 项符合「binary」的源代码
代码结果 10,000
www.eeworm.com/read/413604/11149999
h binary.h
/*
* $Id: binary.h,v 1.3 2002/02/11 20:51:45 jason Exp $
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/413044/11168989
c binary.c
/* binary.c -- prints integer in binary form */
#include
void to_binary(unsigned long n);
int main(void)
{
unsigned long number;
printf("Enter an integer (q to quit):\n");
www.eeworm.com/read/146790/12611551
class binary.class
www.eeworm.com/read/146790/12611555
java binary.java
import java.io.*;
public class Binary {
public static void main(String[] args) throws IOException{
int c=System.in.read();
System.out.println(""+(char)c);
}
}
www.eeworm.com/read/238320/13893100
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/238247/13900222
ico binary.ico
www.eeworm.com/read/236837/13996570
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/235274/14079228
gif binary.gif
www.eeworm.com/read/204980/15330614
input-binary
Number of Real and Binary Variables (0 nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Type of Crossover: Single