代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/248950/12531218
m bubblexmd.m
function ret = bubblexmd ( M , v , L , alpha , x , mean , dx,dt,indicator )
# do a bubble tour of a gaussian
# making plots versus x as we go
# includes a mean vector
# and data too
if ((nargin !
www.eeworm.com/read/248950/12531229
m bubblex.m
function ret = bubblex ( M , v , L , alpha , x , indicator )
# do a bubble tour of a gaussian
# making plots versus x as we go
if ((nargin != 6)&&(nargin != 5))
usage ("bubblex ( M , v , L , a
www.eeworm.com/read/147311/12569260
html sel.html
Programmatically Making Selections in a JTable Component
(Java Developers Almanac Example)
www.eeworm.com/read/237957/13918026
h input_maker.h
// input_maker.h
#include "../source/libw.h"
#ifndef INPUTMAKER_H
#define INPUTMAKER_H
void Input_maker(int type, Interval &In); // function for making 6 different
www.eeworm.com/read/202754/15374548
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
dnl Set various version strings - taken gratefully from the GTk sources
#
# Making releases:
# MICRO_VERSION += 1
www.eeworm.com/read/113100/15470234
txt readme.txt
Hi ALL !
This is instruction for making national language support for yampp-7 player
with Nokia graphisc LCD.
From firmware ver. 2.13 yampp support maximum of 20 national characters
definition.
www.eeworm.com/read/110174/15540738
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
dnl Set various version strings - taken gratefully from the GTk sources
# Making releases:
# MICRO_VERSION += 1;
www.eeworm.com/read/105212/15675068
c sshpty.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Allocating a pseudo-terminal, and making it the
www.eeworm.com/read/100350/15876327
c mkrtf-ctrl.c
/*
* mkrtf-ctrl.c -- generate rtf-ctrl file containing rtf control words
* and their major and minor numbers.
*
* The rtf-ctrl file has the following uses:
* - by making the table of control word
www.eeworm.com/read/390106/8483489
htm gridbag_stretchall.htm
Making a GridBagLayout Fill the Container (Java Developers Almanac Example)