代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/161018/10463511
h std.h
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/351219/10673030
h std.h
www.eeworm.com/read/350890/10701391
std btree.std
** BTree: A B+-tree implementation based on Generalized Search Trees
Type "help" for a list of commands.
BTree> There wordtmp dropped.
BTree> Table wordtmp created as type btree.
BTree> ("Ababa", 8)
www.eeworm.com/read/350890/10701411
std rtree.std
** RTree: An R-Tree based on Generalized Search Trees
Type "help" for a list of commands.
RTree> Table boxtmp dropped.
RTree> Table boxtmp created as type rtree.
RTree> ("(12654,12699,8987,9028)", 3
www.eeworm.com/read/350362/10748134
js std.js
var null_col='';
var over_col='#cccccc';
var click_col='#aadddd';
function light_bar(st,act){
switch(act){
case 'ovr':
if( st.style.backgroundColor==null_col ) st.style.backgroundColo
www.eeworm.com/read/350362/10748601
js std.js
var null_col='';
var over_col='#cccccc';
var click_col='#aadddd';
function light_bar(st,act){
switch(act){
case 'ovr':
if( st.style.backgroundColor==null_col ) st.style.backgroundColo
www.eeworm.com/read/350351/10749154
out std.out
License request failed for feature PROE_200: -9:
Invalid host
Displaying status for license file: C:\proe crack\license.dat
License Server: none
License In Use Free
www.eeworm.com/read/275225/10827562
err std.err
%UIMSG-USER-ERROR, Failed to preload image sp_32.gif
%UIMSG-USER-ERROR, Failed to preload image sp_33.gif
%UIMSG-USER-ERROR, Failed to preload image sp_34.gif
%UIMSG-USER-ERROR, Failed to preload i
www.eeworm.com/read/275225/10827685
out std.out
Warning: The following servers are built with an older version of FLEXlm than the application, and therefore will not be used: 7788@OEM-MICRO
get_main_dialog: no current active dialog (ORDER_DEBUG)
www.eeworm.com/read/273093/10927257
m std.m
function y = std(x,flag,dim)
%列状数据标准差
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% std(A)
%
%STD Standard deviation.
% For vectors, STD(X) returns the standard deviation. For matrices,
%