代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/330348/12900252
readme
MATRIX example program
buzzer.c
1.Compiler and build
execute "make" will create executable file.
2.Download to MATRIX
use ftp or USB/SD to put the executable file into MATRIX.
3.Execute example
fir
www.eeworm.com/read/330348/12900269
readme
README for tcpclient_serial
1.Compiler and build
execute build.sh will create executable file tcpclient_serial.
2.download to matrix
use ftp or USB/SD to put the executable file into matrix.
3.exec
www.eeworm.com/read/330348/12900300
readme
README for tcpserver_serial
1.Compiler and build
execute build.sh will create executable file tcpserver_serial.
2.download to matrix
use ftp or USB/SD to put the executable file into matrix.
3.exec
www.eeworm.com/read/330348/12900310
readme
MATRIX example program
usb.c
1.Compiler and build
execute "make" will create executable file.
2.Download to MATRIX
use ftp or USB/SD to put the executable file into MATRIX.
3.Execute example
first
www.eeworm.com/read/330348/12900324
readme
MATRIX example program
rtc.c
1.Compiler and build
execute "make" will create executable file.
2.Download to MATRIX
use ftp or USB/SD to put the executable file into MATRIX.
3.Execute example
first
www.eeworm.com/read/329845/12929807
diz file_id.diz
Tftpd32 is a bundle including a full featured
TFTP server, a TFTP client, a DHCP server and
a syslog server.
Tftpd32 is designed for Windows 95, NT and XP.
The executable file takes less than
www.eeworm.com/read/242370/13009458
txt readme.txt
The executable in this directory is self-contained:
It does not read any input.
www.eeworm.com/read/139806/13129888
h stutil.h
/////////////////////////////////////////////////////////////////////////////
// File name: STUtil.h
// Author: Vassili Philippov (vasja@spbteam.com)
// Created: May 2001
// La
www.eeworm.com/read/139738/13137045
java coffsection.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import java.io.EOFException;
import java.util.Arrays;
/**
* A CoffSection manages a single section within a COFF
www.eeworm.com/read/139738/13137047
java coff.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import java.io.EOFException;
/**
* A COFF (common object file format) loader.
*/
public final class Coff {
/**
*