代码搜索:RAW
找到约 10,000 项符合「RAW」的源代码
代码结果 10,000
www.eeworm.com/read/416415/11030539
m pnncv.m
function [err,raw,prob,sse,distmat] = pnncv(train,ncls,clsinfo,clsize,smooth,choice,prntopt,distmat)
% PNNCV probabalistic neural network cross validation
% Author: Ron Shaffer
% Revisions: 4/10/9
www.eeworm.com/read/270376/11040743
c ser-tcp.c
/* Serial interface for raw TCP connections on Un*x like systems
Copyright 1992, 1993 Free Software Foundation, Inc.
This file was lifted from GDB,
Modified for use with xcopilot by D. Jeff Dionne
www.eeworm.com/read/468463/6991086
c aplay.c
/*
* aplay.c - plays and records
*
* CREATIVE LABS CHANNEL-files
* Microsoft WAVE-files
* SPARC AUDIO .AU-files
* Raw Data
*
* Copyright (c) by Jaroslav Kysela
www.eeworm.com/read/140797/7146824
inc rawcon.inc
;
; writechr: Write a single character in AL to the console without
; mangling any registers. This does raw console writes,
; since some PXE BIOSes seem to interfere regular console I/O.
;
%if IS_I
www.eeworm.com/read/443604/7630285
m pgmread.m
% IM = pgmRead( FILENAME )
%
% Load a pgm image into a MatLab matrix.
% This format is accessible from the XV image browsing utility.
% Only works for 8bit gray images (raw or ascii)
% Hany Far
www.eeworm.com/read/442749/7645695
py if.py
#!/usr/bin/env python
# Filename: if.py
number=23
guess=int(raw_input('Enter an integer : '))
if guess==number:
print 'Congratulations, you guessed it.' # New block starts here
print "(but
www.eeworm.com/read/442749/7645708
py while.py
#!/usr/bin/env python
# Filename: while.py
number=23
running=True
while running:
guess=int(raw_input('Enter an integer : '))
if guess==number:
print 'Congratulations, you guessed it.'
www.eeworm.com/read/435264/7794831
py if.py
#!/usr/bin/env python
# Filename: if.py
number=23
guess=int(raw_input('Enter an integer : '))
if guess==number:
print 'Congratulations, you guessed it.' # New block starts here
print "(but
www.eeworm.com/read/435264/7794844
py while.py
#!/usr/bin/env python
# Filename: while.py
number=23
running=True
while running:
guess=int(raw_input('Enter an integer : '))
if guess==number:
print 'Congratulations, you guessed it.'
www.eeworm.com/read/199735/7826725
txt dacdir.txt
This is some short test code that I put together to drive the
Soundblaster's DAC in both DMA and direct mode. There are two programs:
DACDMA.EXE Outputs a raw 8 bit sample file to the DAC in