代码搜索:utilizing

找到约 361 项符合「utilizing」的源代码

代码结果 361
www.eeworm.com/read/430518/1922372

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/368386/2815437

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/350657/3119390

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/264095/4293067

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/161121/5556589

h vis.h

/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $ * VIS.h: High speed copy/clear operations utilizing the UltraSparc * Visual Instruction Set. * * Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/158522/11603698

m sa_tsp1.m

%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm %[fval,route]=sa_tsp(d,10,0.1,.87) %d=[0 2 1 2 0 0 1 0 1 2 1 1 1
www.eeworm.com/read/440814/7680588

m sa_tsp.m

%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm [fval,route]=sa_tsp(d,10,0.1,.87) d=[0 2 1 2 0 0 1 0 1 2 1 1 1 1
www.eeworm.com/read/327328/13085564

c lcd-16sn.c

// Title: LCD-16sn.c // Functon program for DEMOA-16sm utilizing LCD #include #include #include unsigned char lcd_enable = 0b00000001, lcd_disable = 0b1111
www.eeworm.com/read/327328/13085553

c segdisp-16sn.c

// Title: SegDisp-16sn.c // Function program for DEMOA-16sm utilizing 4x7-segment display #include #include extern void port_init(void); const char dig0 = 0x40, dig1
www.eeworm.com/read/300074/13939415

txt sa解tsp.txt

%使用模拟退火算法解决TSP问题的matlab通用源程序 %utilizing it solving TSP problem by simulating stealing algorithm %[fval,route]=sa_tsp(d,10,0.1,.87) %d=[0 2 1 2 0 0 1 0 1 2 1 1 1 1 %2 0 1 4 1 0 1