E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
subroutine
Visual Basic中的Sub和Function关键字
在Visual Basic中存在着两个关键字是Sub和Function: Sub:是
subroutine
的缩写,定义一个执行某种动作的代码块。
linhrg
·
2012-10-05 09:00
.net
Visual Basic
GLSL-使用
Subroutine
s选择着色器功能
http://blog.csdn.net/xiajun07061225/article/details/7664336 在GLSL中,
subroutine
是这样一种机制:它根据某个变量的值把一个函数调用和一个函数定义集合中的某一个函数定义绑定起来
pizi0475
·
2012-09-01 19:00
算法
存储
语言
float
shader
subroutine
RPC应用的java实现
比较严格的定义是:Remoteprocedurecall(RPC)isaprotocolthatallowsacomputerprogramrunningononecomputertocausea
subroutine
onan
ycb1689
·
2012-08-21 13:00
java
server
String
object
服务器
Class
Hash散列及冲突解决
先看看英文的维基百科上的解释: A hash function is any algorithm or
subroutine
that maps large data sets of
willvvv
·
2012-07-17 17:00
hash
冲突
conflict
perl子例程
适用于任意类型的变量,包括标量,数组,散列,文件句柄和子例程等选择性别名和反斜杠运算符*array = \@array;*scalary = \$scalary;*hash = \%hash;*func = \&
subroutine
zhx6044
·
2012-07-11 12:00
unix
perl
subroutine
函数
自定义函数自定义函数又称子程序(
subroutine
),子程序可以出现在程序的任何地方。一般放在程序的开始或结尾,下面是一个简单的例子。#!
shangboerds
·
2012-06-25 12:00
perl自学小练习
/usr/bin/perl#sortingnumberswithanunnamed
subroutine
@numbers=;chomp(@sorted_ns=sort{$a$b}(@numbers));print"thesortednumbersare
网络蛤蟆
·
2012-05-19 13:52
perl
perl自学小练习
/usr/bin/perl #sortingnumberswithanunnamed
subroutine
@numbers=; chomp(@sorted_ns=sort{$a$b}(
网络蛤蟆
·
2012-05-19 13:52
in place merge sort (分析)
分段是inplace的前提,因为inplacemergesort用auxsort作为
subroutine
.原帖中没有将预排序作为一步单独拿出来讲,然而,这一步,才是最关键的。
ChenQi
·
2012-05-03 23:00
MATLAB安装后无法运行的解决方法
原因:MATLAB需要用到处理器的数学运算部分,故需要设置一下BLAS(BasicLinearAlgebra
Subroutine
s,就是”基础线性几何子程序”的意思)环境变量.首先请确认你的MATLAB
wangjian8006
·
2012-05-03 21:00
优化
XP
matlab
basic
exe
Fortran与C混合编程,C调用Fortran函数,Fortran再回调C中的函数
CallbacktoaCfunctionwithnoreturnvalueandnoarguments
SUBROUTINE
call_sub(fc)BIND(c) USEISO_C_BINDI
hjh2005
·
2012-04-11 10:00
编程
c
function
fortran
reference
subroutine
subroutine
的参数传递
总结一下我们创建
subroutine
的时候有哪些规则且看标准的form用法FORMsubr[TABLEStable_parameters] [USINGparameters]
liangziyisheng
·
2012-03-30 18:00
FORTRAN 90 程序典型示例
array,
subroutine
eta
iteye_12309
·
2012-03-30 10:32
Fortran
f2py::演示Fortran模块功能
modulemod integeri integer::x(4) real,dimension(2,3)::a real,allocatable,dimension(:,:)::b contains
subroutine
foo
rumswell
·
2012-03-21 13:00
f2py::演示Fortran中的公用区在Python中的使用
先看示例文件:CFILE:COMMON.F
SUBROUTINE
FOO INTEGERI,X REALA COMMON/DATA/I,X(4),A(2,3) PRINT*,"I=",I PRINT*,"
rumswell
·
2012-03-21 13:00
python
Integer
import
fortran
subroutine
f2py支持在fortran语言中调用其他Fortran函数或C代码或Python代码
请看示例F77文件:CFILE:CALLBACK.F
SUBROUTINE
FOO(FUN,R) EXTERNALFUN INTEGERI REAL*8R Cf2pyintent(out)r R=0D0
rumswell
·
2012-03-21 13:00
c
python
语言
fortran
subroutine
f2py::演示Fortran二维数组在python中的使用示例
f2py中二维数组的示例:CFILE:ARRAY.F
SUBROUTINE
FOO(A,N,M) C CINCREMENTTHEFIRSTROWANDDECREMENTTHEFIRSTCOLUMNOFA
rumswell
·
2012-03-21 13:00
python
Integer
Arrays
fortran
subroutine
f2py::演示在python中如何使用Fortran代码
SUBROUTINE
SUBROUTINE
ADDSUB(A,B,C,D) IMPLICITNONE DOUBLEPRECISIONA,B
rumswell
·
2012-03-21 11:00
python
Module
import
fortran
subroutine
Keil uVision2 压缩编译后的程序大小
鼠标右键点击Target1,选择“OptionsforTarget'Target1'” 第2步选中C51选项卡在CodeOptimization组中,选择Level,把级别选中9,第9级“CommonBlock
Subroutine
s
ex_net
·
2012-01-14 11:00
优化
存储
扩展
编译器
optimization
Perl 学习笔记 --- 04
第4章:
Subroutine
s关于你自定义的函数而非系统内嵌的。4.1定义一个子程序Sub+子程序名+{和}例如:submarine{$n+=1;Print“Hello,sailornumber$n!
luliangok
·
2012-01-08 20:00
editable alv(call function)
思路是这样的:1,copy一个标准的status出来,因为标准的toolbar里面没有删除行,增加行,修改,显示的按钮,于是在标准的基础上我新增了这4个功能code.2,定义一个
subroutine
去设置
liangziyisheng
·
2011-12-09 11:00
function
command
user
callback
Components
subroutine
算法导论Java实现-MAX-HEAPIFY算法(6.2章节)
lhz.algorithm.chapter.six; /** * MAX-HEAPIFY,《算法导论》第六章 * 算法导论原文: * MAX-HEAPIFY is an important
subroutine
mushiqianmeng
·
2011-12-07 22:16
java
算法导论
堆排序
休闲
MAX-HEAPIFY
算法导论Java实现-MAX-HEAPIFY算法(6.2章节)
lhz.algorithm.chapter.six; /** * MAX-HEAPIFY,《算法导论》第六章 * 算法导论原文: * MAX-HEAPIFY is an important
subroutine
mushiqianmeng
·
2011-12-07 22:16
Java
休闲
堆排序
algorithm
带有header的alv
插入header的关键:在调用REUSE_ALV_GRID_DISPLAY的时候传入一个
subroutine
给i_callback_top_of_page参数,然后在该
subroutine
里面写代码。
liangziyisheng
·
2011-12-07 18:00
properties
header
layout
callback
subroutine
structure
ABAP program的类型及其创建
我们在se38会看到创建程序有以下这些类型:1ExecutableprogramIINCLUDEprogramMModulepoolFFunctiongroupS
Subroutine
poolJInterfacepoolKClasspoolTTypepoolXXSLTprogram
liangziyisheng
·
2011-11-07 15:00
Pre-IPL ROM Stage disassembled code
Pre-IPLROMStageDumpedfromMotherboard:TA-081ROM:BFC00000#===============
SUBROUTINE
====================
jerryutscn
·
2011-10-27 23:00
c
exception
function
cache
vector
mfc
subroutine
& action - varnish
subroutine
& action - varnish
subroutine
, code section, called in the flow, manipulate
kuchaguangjie
·
2011-10-27 19:00
varnish
subroutine
lock 原子操作
text:7C809806;Exportedentry545.InterlockedIncrement .text:7C809806 .text:7C809806;===============
SUBROUTINE
G_Spider
·
2011-09-13 11:00
When C# Anonymous Method is Asynchronously Invoked
C#isprettyflexibleinsyntaxwhichbymeansofworkingwithdelegateorlambdaexpression allowsonetodefine
subroutine
logicwithintheargumentlistofamethodcallwhereitispassed.Itisreallycool
quanben
·
2011-09-12 09:00
调用功能模块
模块化技术包括:子程序(
Subroutine
),功能模块(FunctionModules),类方法(ClassMethods). 调用功能模块要从abap/4程序调用功能模块,需使用CALL语句。
zhongguomao
·
2011-08-29 16:00
CGI::Carp
\n");carpout($log);} Wecanalsomakeourerrorsgotoaseparatelog,byusingthecarpout
subroutine
.
jiwang1980
·
2011-08-18 20:36
职场
cgi
perl
休闲
将ALV GRID中改变的值更新到ALV内表中
首先编辑ALV的CALLER_EXIT事件,在callback的
subroutine
中做如下处理CALLFUNCTION'GET_GLOBALS_FROM_SLVC_FULLSCR'IMPORTINGE_GRID
zhongguomao
·
2011-08-13 22:00
function
subroutine
user exits, customer exits, badi
userexits,customerexits,badiuserexits,customerexits,badi BasicConcepts:1.UserExits:是系统中预留的一些空的Form/
Subroutine
zhongguomao
·
2011-08-13 22:00
vanish_variables_3.0
VariablesAlthough
subroutine
stakenoarguments,thenecessaryinformationismadeavailabletothehandler
subroutine
sthroughglobalvariables.Thefollowingvariablesarealwaysavailable
linux_2003
·
2011-07-03 22:03
职场
休闲
variables
vanishd
Learning Perl 2
1.子程序 1).创建子程序:使用关键字subsubmarine{print"Hello,world\n";} calling
subroutine
s,使用&号&marine(2).返回值:所有的子程序最后一个表达式的运算结果都当作返回值
aboocool
·
2011-06-12 16:55
职场
perl
休闲
IRI文档说明如下---为在vmware中看,共享问题稍后~~
irisub.for Thisfilecontainsthemain
subroutine
iri_sub.Itcomputes heightprofilesifIRIoutputparameters
gwj879
·
2011-05-26 22:00
vmware
File
文档
Parameters
reference
subroutine
perl学习4--调用子程序
perl -w sub sum_of_fred_and_barney { print "Hey,you called the sum_of_fred_and_barney
subroutine
·
2011-04-24 12:00
perl
GCC's bacl-end & assemble emission (8)
3.4.Outputinsn-recog.cNowwecanoutputthefilenamedinsn-recog.c.Itbeginsbywrite_
subroutine
s.Theparameterheadpointstorecog_tree
wuhui_gdnt
·
2011-04-23 10:00
struct
gcc
tree
extension
output
subroutine
GCC后端及汇编发布(8)
这由write_
subroutine
s开始,参数head指向recog_tree。
wuhui_gdnt
·
2011-04-23 10:00
汇编
struct
tree
gcc
extension
subroutine
GCC's bacl-end & assemble emission (7)
ReorgnizeRecongnitionTreeBacktomain,nextprocess_treeisinvokedtoreorgnizethetree.Itwilltrytosimplifythetreeandassignnodesto
subroutine
sforoutput
wuhui_gdnt
·
2011-04-23 09:00
function
struct
gcc
tree
merge
subroutine
Fortran 程序编译时错误 Error: Non-numeric character in statement label at (1)
include-I/usr/local/include-I/opt/petsc-3.1-p7/include-I/usr/local/include-oDemo1.oDemo1.FInfileDemo1.F:13
subroutine
De
zhuliting
·
2011-04-14 14:00
clapack解超定线性方程组
/www.culatools.com/features/lapack/网页二:http://www.netlib.org/lapack/lug/node1.html解超定线性方程组的其中一个函数如下:
SUBROUTINE
DGELSD
hxgqh
·
2011-04-12 12:00
Algorithm
Integer
input
Matrix
output
subroutine
如何计算出指定数字列表的组合数及组合明细
不管怎麼加不可以超過100且要接近100問:有幾種組合問:如何電腦自動配置,列出組合明細假如可以組合4組如第1組5,6,10,50,7,2,6,1如第2組10+90 通过以下递归函数,可以实现public
subroutine
wf_dg
yyoinge
·
2011-04-11 18:00
String
Integer
library
border
alignment
subroutine
Perl-
subroutine
Perl-@_-$- @_和$_代指什么?看下面的例子: my @fred=qw{1 3 5 7 9}; my $fred_total = total(@fred); print "The total of \@fred is $fred_total.\n"; print "Enter some numbers on separate li
weihe6666
·
2011-03-23 09:00
perl
PERFORM - ON 的注意点
PERFORM - ON Registered
subroutine
s cannot have any parameter interface.
zjut_xiongfeng
·
2011-03-21 15:00
form
abap 动态创建
Subroutine
以及report
创建子程序 DATA: code type TABLE OF string, subrtnm(10) type c, prog type program, msg(20) type c, line(10) type c, word(10) type c, off(3) type c, lw_string type string. " for concatenate
caoxuhuan
·
2011-02-21 15:00
html
C++
c
C#
Perl Learning (4) —— 子程序
变量(7)usestrict编译命令(8) return操作符(9)省略“&”与号(10)非标量返回值——返回列表值(11)持久性私有变量——作用类似C中的static关键字Perl也可以创建子程序(
subroutine
s
delphiwcdj
·
2011-01-25 14:00
LBFGS算法使用
sdrive.f- isasimpledriver lbfgs.f - containsallthesupportingroutines 1、lbfgs.f文件包括LBFGS算法和运行函数等 主体函数为:
subroutine
lbfgs
settingsun1225
·
2011-01-15 20:00
算法
search
Parameters
documentation
dependencies
subroutine
调用功能模块
模块化技术包括:子程序(
Subroutine
),功能模块(Function Modules),类方法(Class Methods).
e6621887
·
2010-12-22 10:00
调用
执行perl时出现Undefined
subroutine
对perl研究得不是很深,平时只是随便写写,最近一次,执行perl时,出现如下错误Undefined
subroutine
&main::likecalledat.
lifeibo
·
2010-11-11 13:00
perl
subroutine
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他