代码搜索结果
找到约 216,410 项符合
Test 的代码
test.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
test.plg
礦ision2 Build Log
Project:
E:\大赛资料\天华杯\testT2\test.uv2
Project File Date: 05/13/2009
Output:
Build target 'Target 1'
assembling STARTUP.A51..
test.lnp
"STARTUP.obj",
"test.obj"
TO "test"
RAMSIZE(256)
test.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
test.plg
礦ision2 Build Log
Project:
E:\大赛资料\天华杯\LED\test.uv2
Project File Date: 05/13/2009
Output:
test.lnp
"STARTUP.obj",
"test.obj"
TO "test"
RAMSIZE(256)
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"De
test.dsp
# Microsoft Developer Studio Project File - Name="test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
test.m
function numDist = test(x0,N)
x = GaussDist (x0,5,2,N);
mi = floor(min(x));
ma = ceil(max(x));
numDist = zeros(ma-mi,1);
for i=1:N
j = floor(x(i)) - mi;
numDist(j+1) = numDist(j+1) +
test.lnp
"STARTUP.obj",
"main.obj"
TO "test"
RAMSIZE(256)