代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/197980/7959165
m correlation.m
function [M] = correlation(X,NFFT,FS,win,OVERLAP,N)
%
% function [M] = correlation(X,FS,NFFT,OVERLAP,N)
% making correlation matrices for each frequency
% X must has 2 column,
%
% Shiro Ikeda 14,July
www.eeworm.com/read/333524/12677260
m dsexample2.m
function mod = dsexample2
% Design example for an 8th-order binary bandpass modulator.
% Altogether too much of the code is greared toward making the graphs
% look 'pretty'.
format compact;
J = 1i;
www.eeworm.com/read/333254/12693037
cpp twod.cpp
// twod.cpp -- making a 2-d array
#include
#include "arraytp.h"
int main(void)
{
using std::cout;
using std::endl;
ArrayTP sums;
ArrayTP aves;
www.eeworm.com/read/243434/12941046
c ex4.c
/* Making a library function that uses static variables thread-safe.
Illustrates: thread-specific data, pthread_once(). */
#include
#include
#include
#include
www.eeworm.com/read/325023/13231518
java stack.java
//: net/mindview/util/Stack.java
// Making a stack from a LinkedList.
package net.mindview.util;
import java.util.LinkedList;
public class Stack {
private LinkedList storage = new Linke
www.eeworm.com/read/323119/13354062
test mysqlbinlog2.test
# Test for the new options --start-datetime, stop-datetime,
# and a few others.
# TODO: Need to look at making row based version once new binlog client is complete.
-- source include/have_binlog_form
www.eeworm.com/read/136697/13365344
m truckan.m
function [ret,x0] = truckan(t,x,u,flag,ts,sys,cb)
% ts=PlotIncrement
% TRUCKAN S-function for making truck animation.
if flag==0, % asking for sizes of parameters and initial conditions
t
www.eeworm.com/read/315110/13551916
libgtop-version
# Making releases:
# LIBGTOP_MICRO_VERSION += 1;
# LIBGTOP_INTERFACE_AGE += 1;
# LIBGTOP_BINARY_AGE += 1;
# if any functions have been added, set LIBGTOP_INTERFACE_AGE to 0.
# if backwards compa
www.eeworm.com/read/151104/5686264
makefile
# BK Id: SCCS/s.Makefile 1.13 07/27/01 20:24:17 trini
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot
www.eeworm.com/read/140582/5787197
sh uml-functions.sh
#! /bin/sh
#
#
# $Id: uml-functions.sh,v 1.35 2004/10/17 17:38:35 mcr Exp $
#
setup_make() {
TAB=" @"
depends=""
echo "# RULES for making module"
# figure out our base architectur