代码搜索:Operating
找到约 10,000 项符合「Operating」的源代码
代码结果 10,000
www.eeworm.com/read/356183/10235426
m ssj_reqi.m
% Use this input file to excite function "ssj_req"
clear all
pt = 50.0e+3; % peak power in Watts
g = 35.0; % antenna gain in dB
freq = 5.6e+9; % radar operating frequency in Hz
sigma =
www.eeworm.com/read/281104/10263473
pkill
#! /bin/sh
# This script can be used to kill a program by its name.
# Please install this script only if your operating system
# does not have such a command already.
if [ "$1" = "" ]; then
echo "U
www.eeworm.com/read/355007/10306271
c os_ver.c
#include
#include
void main (void)
{
printf("Operating system version number %d.%d\n",
_osmajor, _osminor);
printf("Operating system version number %d.%d\n",
www.eeworm.com/read/162128/10333997
c os_ver.c
#include
#include
void main (void)
{
printf("Operating system version number %d.%d\n",
_osmajor, _osminor);
printf("Operating system version number %d.%d\n",
www.eeworm.com/read/425716/10334961
makefile
# 杨富强, 01051312 --- Operating Systems Project 1
#在Ubuntu 7.10 和cygwin 下都已经测试通过
myshell: myshell.c utility.c myshell.h
gcc -Wall myshell.c utility.c -o myshell
www.eeworm.com/read/162078/10337718
c os_ver.c
#include
#include
void main(void)
{
printf("Operating system version number %d.%d\n",
_osmajor, _osminor);
printf("Operating system version number %d.%d\n",
www.eeworm.com/read/162027/10344290
makefile_first
#
# MAKEFILE for uC/IP 1.0
#
# This makes the objects only.
#
# Choose the operating system.
IF = ./if_dev/ne2k
OS = ./OS_WIN32
CFLAGS = -I$(OS)
CC = gcc
NET_OBJS = \
InetAddr.o \
net
www.eeworm.com/read/352606/10533651
ini boot.ini
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fa
www.eeworm.com/read/159111/10693734
makefile_first
#
# MAKEFILE for uC/IP 1.0
#
# This makes the objects only.
#
# Choose the operating system.
IF = ./if_dev/ne2k
OS = ./OS_WIN32
CFLAGS = -I$(OS)
CC = gcc
NET_OBJS = \
InetAddr.o \
net
www.eeworm.com/read/350922/10697327
c os_ver.c
#include
#include
void main (void)
{
printf("Operating system version number %d.%d\n",
_osmajor, _osminor);
printf("Operating system version number %d.%d\n",