资源列表
[汇编语言] trafficlight1122
说明:用汇编写的交通灯程序, 具体的红绿灯时间内详-compilation was made by the traffic lights procedure, the specific time for detailed traffic lights<张扬> 在 2008-10-13 上传 | 大小:2.5kb | 下载:0
[汇编语言] zlg7289all
说明:本程序ZLG7289的测试程序,可以测试ZLG7289的所有功能.-ZLG7289 procedures of the test procedure can test all the functions ZLG7289.<james> 在 2008-10-13 上传 | 大小:2.52kb | 下载:0
[汇编语言] Binary-Search
说明:function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then<LINDA> 在 2008-10-13 上传 | 大小:2.5kb | 下载:0