代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/133363/14047090
txt 磁盘调度算法模拟.txt
#define N 100
typedef int semaphore;
semaphore s = 0; //互斥信号量
int headpos = 0; //磁盘磁头当前位置
int headmax = 256; //磁盘磁头最大位置
int direction = 1; //1为up,0为down.
int i = 0;
struct p
www.eeworm.com/read/235380/14072917
m nrbcoons.m
function srf = nrbcoons(u1, u2, v1, v2)
%
% Function Name:
%
% nrbcoons - Construction of a Coons patch.
%
% Calling Sequence:
%
% srf = nrbcoons(ucrv1, ucrv2, vcrv1, vcrv2)
%
% Par
www.eeworm.com/read/205188/15324972
h mc9s08dz60.h
/* Based on CPU DB MC9S08DZ60_64, version 2.87.006 (RegistersPrg V2.03) */
/*
** ###################################################################
** Filename : MC9S08DZ60.h
** Processo
www.eeworm.com/read/205021/15329428
cpp robotrole.cpp
/****************************************************************************************************
robotrole.cpp 艾数机器人角色源文件
Purpose:
角色可以使用的动作
author:
yy_cn
Created Time:
2006-5-9
www.eeworm.com/read/204638/15335864
c main.c
#include
int i,j,rate,direction1,direction2;
unsigned int s1,s2;
//unsigned int v1[20]={2800,2820,2840,2860,2880,2900,2920,2940,2980,3000,3020,3040,3060,3080,3100,3120,3140,3160,3180
www.eeworm.com/read/204479/15337797
c maze_nrec.c
/* 迷宫问题的非递归算法(栈实现)*/
#define MAXNUM 100/* 栈中最大元素个数 */
#define N 11 /*地图的第一维长度*/
#include
#include
typedef struct {
int x;/* 行下标 */
int y;/* 列下标 */
www.eeworm.com/read/203874/15349995
h encoderconf.h
/*! \file encoderconf.h \brief Quadrature Encoder driver configuration. */
//*****************************************************************************
//
// File Name : 'encoderconf.h'
// Titl
www.eeworm.com/read/203782/15351533
c fvs_mask.c
/*#############################################################################
* 文件名:fvs_mask.c
* 功能: 指纹图像有效区域
* modified by PRTsinghua@hotmail.com
##############################################
www.eeworm.com/read/203782/15351534
c fvs_enhancer.c
/*#############################################################################
* 文件名:fvs_enhancer.c
* 功能: 指纹图像增强
* modified by PRTsinghua@hotmail.com
############################################