代码搜索:16

找到约 10,000 项符合「16」的源代码

代码结果 10,000
www.eeworm.com/read/451164/7469897

gif em16.gif

www.eeworm.com/read/451164/7469977

gif level16.gif

www.eeworm.com/read/451164/7469988

gif icon_16.gif

www.eeworm.com/read/451164/7470044

gif image16.gif

www.eeworm.com/read/451146/7470594

bmp splsh16.bmp

www.eeworm.com/read/450999/7473999

pas roat16.pas

var x,i,p,nr,max:integer; v1,v2:array[1..20] of integer; begin write('x=');readln(x); nr:=0; while x1 do for i:=2 to x do if x mod i =0 then begin
www.eeworm.com/read/450998/7474076

asm crc16.asm

; ;**************************************************************************** ; ; Purpose: ; Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As ; X^8 + X^5 + X^4 + 1 ; ; Dat
www.eeworm.com/read/450902/7474953

gif image16.gif

www.eeworm.com/read/450886/7475123

c 习题-16.c

//本程序只给出了算法思想 //读者可以自己完善本程序 linknode *link(linknode* head1,linknode *head2) { linknode *p,*q; p=head1; while(p->next!=head1) p=p->next; q=head2; while(p->next!=head2) q=q->next; p
www.eeworm.com/read/450886/7475140

c 5-16.c

#include "stdio.h" typedef struct poly_node{ int coef; int expon; struct poly_node *link; }; typedef struct poly_node *poly_pointer; poly_pointer get_node(void) { po