代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/260165/4334984
hpp exceptions.hpp
#error This file is now obsolete. Instead include winstl/synch/error/exceptions.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4334986
hpp functions.hpp
#error This file is now obsolete. Instead include winstl/synch/wait_functions.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4335053
hpp exceptions.hpp
#error This file is now obsolete. Instead include winstl/clipboard/error/exceptions.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4335101
hpp iteration_interruption.hpp
#error This file is now obsolete. Instead include stlsoft/error/iteration_interruption.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4335102
hpp contract_violation.hpp
#error This file is now obsolete. Instead include stlsoft/error/contract_violation.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4335267
hpp collections.hpp
#error This file is now obsolete. Instead include stlsoft/collections/util/collections.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4335353
hpp algorithm.hpp
#error This file is now obsolete. Instead include stlsoft/algorithms/std/alt.hpp.
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4335432
hpp access_predicates.hpp
#error This file is now obsolete. Instead include stlsoft/functional/equal_ptr.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/257015/4366751
m pmntanh.m
function t=pmntanh(x)
% PMNTANH
% -------
% Fast hyperbolic tangent function to be used in
% neural networks instead of the tanh provided by MATLAB
t=1-2./(exp(2*x)+1);
www.eeworm.com/read/255856/4372504
java requestutil.java
package org.ecside.util;
/**
* @author Wei Zijun
* @deprecated please use org.ecside.util.RequestUtils instead.
*/
public class RequestUtil extends RequestUtils {
// Nothing
}