代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/385844/8786209
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/385842/8786701
html stmts.html
JavaScript 的语法
JavaScript statements consist of keywords used with the appropriate syntax. A single statement may spa
www.eeworm.com/read/429528/8803713
c add8.c
/***********************************************************************TARGET MICROCONTROLLER : PIC16F877A
COMPILER : CCS-C COMPILER
PROGRAM
www.eeworm.com/read/285874/8806433
htm ei32.htm
Effective C++, 2E | Item 32: Postpone variable definitions as long as possible Back to Item 31: Never return a reference to a local object or to a dereferenced pointer initialized by new within the f
www.eeworm.com/read/285822/8809351
m exa050905_tf2ss.m
% ------------------------------------------------------------------------------
% exa050905_tf2ss.m , for example 5.9.5
% to test tf2ss.m and ss2tf.m, to realize the conversion between H(z) and it
www.eeworm.com/read/187283/8835423
def stab.def
/* Table of DBX symbol codes for the GNU system.
Copyright (C) 1988 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/384728/8848974
vhd 10_bit_to_int.vhd
function bit_to_int (in1:bit_vector) return integer is
ALIAS v1: BIT_VECTOR(in1'LENGTH-1 DOWNTO 0) IS in1;
variable inpv : bit_vector(in1'LENGTH-1 DOWNTO 0 );
variable SUM: integer
www.eeworm.com/read/428354/8875471
c os_cpu_c.c
/*********************************************************************************************************\
* uC/OS-II
www.eeworm.com/read/284881/8885320
m eof1.m
function [V,EOFs,EC,error]=EOF1(D,p)
% function [V,EOFs,EC,error]=EOF1(D,p)
%
% This function decomposes a data set D into its EOFs
% and eigenvalues V. Standard algorithm (usually slowest)
%
%