代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5524421
ada cc3016c.ada
-- CC3016C.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/127767/14336653
txt e934. implementing variable-height column headers in a jtable component.txt
The default table header renderer for a table is assumed to render all column heads with the same preferred height. If you install a default header renderer that breaks this assumption, your column he
www.eeworm.com/read/391748/8381406
texi sparse.texi
@c This is part of the paxutils manual.
@c Copyright (C) 2006 Free Software Foundation, Inc.
@c This file is distributed under GFDL 1.1 or any later version
@c published by the Free Software Foundatio
www.eeworm.com/read/391275/8412779
m gmchecknormals.m
function [varargout]=gmchecknormals(varargin)
%% gmchecknormals checks how much the brep faces deviate from being G^1.
%% Tcl/Tk: gmset {maxvar facename pointnum} [gmchecknormals $b]
%% Matlab: [m
www.eeworm.com/read/291453/8417535
vhd 各种功能的计数器.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/390734/8446715
mj overlap.mj
/**
* This program is used to test whether your compiler can find out
* the overlapping variable scopes.
* The following program is wrong. Your compiler should find out the
* errors. And it's
www.eeworm.com/read/189063/8491749
txt readme.txt
Tree Structured Genetic Algorithm
An algorithm for Genetic Programming
Ben.McKay & Mark Willis
(c)
www.eeworm.com/read/189063/8492504
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out