代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/116630/14962078
dof simple.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/217414/14965273
exe simple.exe
www.eeworm.com/read/217414/14965276
c simple.c
//////////////////////////////进程简单轮转法调度算法
////文档中有更详细的说明
#include "stdio.h"
#include
#include
# define getpcb(type) (type*)malloc(sizeof(type))
struct pcb{//进程结构体
www.eeworm.com/read/217371/14968170
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/217371/14968172
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/217371/14968174
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/216898/14986983
cpp simple.cpp
/*****************************************************************************
* simple.cpp Some simple array operations
**********************************************************************
www.eeworm.com/read/216898/14987837
cpp simple.cpp
#include
using namespace blitz;
int main()
{
Array A(3,3), B(3,3), C(3,3);
A = 1, 0, 0,
2, 2, 2,
1, 0, 0;
B = 0, 0, 7,
0, 8, 0,
www.eeworm.com/read/216898/14987848
texi simple.texi
#include
using namespace blitz;
int main()
@{
Array A(3,3), B(3,3), C(3,3);
A = 1, 0, 0,
2, 2, 2,
1, 0, 0;
B = 0, 0, 7,
0, 8, 0,
www.eeworm.com/read/216898/14987889