代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/359005/10171956
m trndtdlg.m
function trndtdlg(action)
%MFDLG Create dialog for generating new fis with data.
% MFDLG(action,fisMatrix,varType,varIndex) will open a dialog
% box for fisMatrix using the default MF type 'tri
www.eeworm.com/read/425487/10351519
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribut
www.eeworm.com/read/461720/7221264
m km_demo.m
% Demo for the kmeans algorithm
% First, generate sample data
% We will test with 4 clusters in 3 dimensions,
% by generating random data with gaussian density, variance 1,
% with means (0,0,0)
www.eeworm.com/read/460375/7252455
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/455443/7372354
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/455033/7379312
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/455033/7379445
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/435728/7786423
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/435150/7796621
cpp prog5_08.cpp
// Program 5.8 Generating multiplication tables
#include
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::setw;
int main() {
in
www.eeworm.com/read/399209/7880263
m pcm.m
%
function pcmcode=pcm(filename,count)
% Opening the file in the read access mode.
fid = fopen (filename,'r');
% Generating the input signal 'm(t)' by reading the binary data in 16 bit
%