代码搜索:WELL
找到约 9,521 项符合「WELL」的源代码
代码结果 9,521
www.eeworm.com/read/114382/15055663
m floatgradexample.m
echo off
%load seed.mat
rand('seed',0);
echo on
% This script shows how to use the ga. You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Crossover Ope
www.eeworm.com/read/9539/169645
txt changes.txt
5/19/2005 New Release AvrX 2.6.f for WinAvr 3.4+
1. Got rid of all inp() outb() stuff and went to direct assignment.
this should work for IAR as well.
2. Updated makefiles for dwarf-2 & cof/
www.eeworm.com/read/480930/1309753
h semaphore.h
/* $Id: semaphore.h,v 1.3 2001/05/08 13:54:09 bjornw Exp $ */
/* On the i386 these are coded in asm, perhaps we should as well. Later.. */
#ifndef _CRIS_SEMAPHORE_H
#define _CRIS_SEMAPHORE_H
#defin
www.eeworm.com/read/479931/1327648
ms pcplus.ms
# mach: crisv0 crisv3 crisv8 crisv10
; Test that a forward as well as backward 32-bit "branch" expansion
; works including that the right offset is applied.
.macro nop32
.rept 32
nop
.endr
.end
www.eeworm.com/read/216781/4888150
c client_main.c
#include "svmsg.h"
void client(int, int);
int
main(int argc, char **argv)
{
int readid, writeid;
/* 4server must create its well-known queue */
writeid = Msgget(MQ_KEY1, 0);
/* 4w
www.eeworm.com/read/209559/4970359
h semaphore.h
/* $Id: semaphore.h,v 1.3 2001/05/08 13:54:09 bjornw Exp $ */
/* On the i386 these are coded in asm, perhaps we should as well. Later.. */
#ifndef _CRIS_SEMAPHORE_H
#define _CRIS_SEMAPHORE_H
#defin
www.eeworm.com/read/207991/4999676
mal tst850.mal
# The likeselect operation
t:= bat.new(:oid,:str);
bat.append(t,"hello world");
bat.append(t,"sleep well");
io.print(t);
b:bat[:oid,:bit]:= optimizer.multiplex("str","startsWith",t,"");
io.pri
www.eeworm.com/read/198916/5080833
c client_main.c
#include "svmsg.h"
void client(int, int);
int
main(int argc, char **argv)
{
int readid, writeid;
/* 4server must create its well-known queue */
writeid = Msgget(MQ_KEY1, 0);
/* 4w
www.eeworm.com/read/195013/5120767
h semaphore.h
/* $Id: semaphore.h,v 1.3 2001/05/08 13:54:09 bjornw Exp $ */
/* On the i386 these are coded in asm, perhaps we should as well. Later.. */
#ifndef _CRIS_SEMAPHORE_H
#define _CRIS_SEMAPHORE_H
#defin
www.eeworm.com/read/189320/5198449
h handle_l_spipe.h
/* -*- C++ -*- */
// Handle_L_SPIPE.h,v 4.6 2002/04/13 17:49:01 dhinton Exp
/* Handle connections from local UNIX ACE_SPIPE */
/* Read from a well known ACE_SPIPE and write to stdout. */
#ifndef _HA