代码搜索:PROGRAMME
找到约 1,531 项符合「PROGRAMME」的源代码
代码结果 1,531
www.eeworm.com/read/224279/14598377
c sudoku.c
# include
# include
int fill(int i,int j,int k);
// this is a sample sudoku; u can use it to test the programme
int box[9][9]={4,0,3,0,0,0,1,0,8,0,8,2,0,0,0,3,7,0,0,0,0,3,0
www.eeworm.com/read/391417/8404348
dp2 m32macro.dp2
m32macro.o: C:\ygksb0108\programme2_can_run/m32macro.h
www.eeworm.com/read/388456/8608206
bat xmemtest.aspc.bat
REM batch file to prepare AspectC++ files
if exist *.ah del /Q *.ah
if exist *.cpp del /Q *.cpp
if exist *.h del /Q *.h
if exist *.i del /Q *.i
REM copy original files to working directo
www.eeworm.com/read/166490/10017472
txt test.txt
(*the PL/0 programme*)
const m = 11, n =9;
var x[1..3], y, z, q, r; (*declare array*)
bool c; (*declare boolean varity*)
procedure multiply;
www.eeworm.com/read/421647/10717712
c 1.c
/* The first C programme */
#include /* 包含标准输入输出头文件 */
main() /* 主函数 */
{
printf("Hello World!\n"); /* 打印输出信息 */
}
www.eeworm.com/read/416247/11036592
m hwrll.m
fprintf('Welcome From Worldhitter')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
fprintf('Provide The Following Data')
Vm=input('\nEnter The Value of Peak Voltage(Volts) :')
a=input
www.eeworm.com/read/470827/6909302
bat adc.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
www.eeworm.com/read/463467/7180323
result
Your programme has 4 illegal word(s)!
Illegal word , at row:2 column:10
Illegal word ! at row:3 column:7
Illegal word & at row:4 column:7
Illegal word ] at row:5 column:13
www.eeworm.com/read/455150/7377208
c 1.c
/* The first C programme */
#include /* 包含标准输入输出头文件 */
main() /* 主函数 */
{
printf("Hello World!\n"); /* 打印输出信息 */
}