代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/373904/9429811
poc a.poc
-y"C:\Program Files\NEC Electronics Tools\DEV"
-_msgoff
a.lmf
www.eeworm.com/read/175603/9540119
configure
#!/bin/sh
#
# This file was generated by confgen version 2.
# Do not edit.
#
PREFIX='/usr'
#EXECPREFIX='$PREFIX'
INSTALLROOT=''
BINMODE='755'
#DAEMONMODE='$BINMODE'
MANMODE='644'
while [ x$1 != x ];
www.eeworm.com/read/366581/9807792
in zmore.in
:
#!/bin/sh
PATH="BINDIR:$PATH"; export PATH
if test "`echo -n a`" = "-n a"; then
# looks like a SysV system:
n1=''; n2='\c'
else
n1='-n'; n2=''
fi
oldtty=`stty -g 2>/dev/null`
if stty -cbreak
www.eeworm.com/read/366581/9807815
in gzexe.in
:
#!/bin/sh
# gzexe: compressor for Unix executables.
# Use this only for binaries that you do not use frequently.
#
# The compressed version is a shell script which decompresses itself after
# skippi
www.eeworm.com/read/366581/9807892
zfile
#!/bin/sh
if test $# = 0; then
echo 'zfile: file(1) for programs which may be compressed with gzexe'
echo usage: `basename $0` files...
exit 1
fi
tmp=/tmp/gz$$
for i do
if test ! -f "$i" ;
www.eeworm.com/read/366576/9808139
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2
www.eeworm.com/read/170381/9808602
c uniformrand.c
/* 均匀分布随机序列的产生和验证 */
/* 产生含有N个值的均匀分布随机序列
求出产生的随机序列的均值和方差
对所求的自相关函数值来判断是否符合白噪声模型*/
#include "stdio.h"
#include "math.h"
#include "uniform.c"
www.eeworm.com/read/167839/9950904
m calcstatym.m
function [moy,dev,cv,cvp] = calcStatYm(Y,m,p);
% function [moy,dev,cv,cvp] = calcStatYm(Y,m,p);
%
% Compute the mean, standard deviation, and coeeficients of
% variation of distances se