代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/240566/13213295
cpp syntaxtree.cpp
/************************************************************
* file: SyntaxTree.cpp
* date: 2006-04-12
* author: wuzuyang
* describe: none; SyntaxTree
************************************************
www.eeworm.com/read/138694/13224356
txt 利用win95漏洞的攻击程序.txt
1 Land
攻击一台Win95的机器。这是Win95的一个漏洞,以其IP地址和端口向自
己的同一个端口发起连接(发SYN),Win95即会崩溃。
/* land.c by m3lt, FLC
crashes a win95 box */
#include
#include
#include
www.eeworm.com/read/325139/13224634
txt idf.txt
#include
#include
#include
using namespace std;
#define N 9 //文献数目
int comminute (char *text,long lg,int number);//分词程序
int fileopen(char *f,int n); //独指定文
www.eeworm.com/read/138656/13226955
m percep3.m
% percep3.m
%
P = [-0.5 -0.5 0.3 0 -0.8;-0.5 0.5 -0.5 1 0];
T = [1 1 0 0 0];
V = [-2 2 -2 2];
net = newp(minmax(P),1,'hardlim','learnp'); % 创建一个感知器网络
net.inputweights{1,1}.initFcn = 'rands';
www.eeworm.com/read/240174/13233459
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : inpu
www.eeworm.com/read/240158/13234248
cc htmltitle.cc
/*****************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
*
www.eeworm.com/read/138505/13234273
c main.c
/*******************************************/
/* Simple Genetic Algorithm - SGA */
/* Haploid Version */
/* (c) David Edward Goldberg 1986 */
/*
www.eeworm.com/read/138505/13234279
c report.c
/*----------------------------------------------------------------------------*/
/* report.c - generation report files */
/*----------------------------------
www.eeworm.com/read/138505/13234295
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*----------------------------------
www.eeworm.com/read/138504/13234361
c sat1.c
/* sat1.c
Simple experiments with simulated annealing
find the minumum of a function, there are two examples here
one uses a simple cost function, the other imposes range constraints
by