码迷,mamicode.com
首页 >  
搜索关键字:parameter    ( 3417个结果
php register_shutdown_function
register_shutdown_function—Register a function for execution on shutdownvoidregister_shutdown_function(callable$callback[,mixed$parameter[,mixed$...]]...
分类:Web程序   时间:2014-09-01 15:32:33    阅读次数:218
多媒体开发之---h264 图像参数级语义
(四)图像参数集语义pic_parameter_set_rbsp( ) {// pic_parameter_set_id 用以指定本参数集的序号,该序号在各片的片头被引用。pic_parameter_set_id// seq_parameter_set_id 指明本图像参数集所引用的序列参数集的序号...
分类:其他好文   时间:2014-08-29 19:46:28    阅读次数:393
POJ 1579 Function Run Fun 记忆化搜索
Description We all love recursion! Don't we? Consider a three-parameter recursive function w(a, b, c): if a 1 if a > 20 or b > 20 or c > 20, then w(a, b, c) returns: w(20, 20, 20) if a...
分类:其他好文   时间:2014-08-27 16:44:18    阅读次数:229
OpenCASCADE Curve Length Calculation
Abstract. The natural parametric equations of a curve are parametric equations that represent the curve in terms of a coordinate-independent parameter...
分类:其他好文   时间:2014-08-25 22:34:44    阅读次数:298
oracle启动,提示“LRM-00109: could not open parameter file”
oracle启动,提示“LRM-00109: could not open parameter file”LRM-00109: could not open parameter file '/home/oracle/oracle10g/dbs/initoms今天连接Oracle数据库的时候,发现数据...
分类:数据库   时间:2014-08-25 20:44:04    阅读次数:239
CoreException: Could not get the value for parameter compilerId for plugin execution default-compile
CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its...
分类:其他好文   时间:2014-08-25 14:59:44    阅读次数:171
SAP开发经验之内存共享
内存传值1用户内存共享1.1 Sap内存:1.1.1 共享范围:被所有的主session访问,内存数据可以在同一个session中不同程序之间,或者不同session之间共享。1.1.2 作用范围:整个中端session时间内有效。1.1.3 用法:SET PARAMETER ID ‘MAT’ FI...
分类:其他好文   时间:2014-08-24 20:43:23    阅读次数:402
一次ORA-28000: the account is locked用户锁定的问题排查
今天同事反映一个问题,某个测试库修改了密码,并改了相关应用使用的密码后,仍出现一会账户就被锁住,报ORA-28000: the account is locked的错误。 检查过程: 1. 查看资源限制生效参数 SQL> show parameter resource NAME                                 TYPE        VALUE ---...
分类:其他好文   时间:2014-08-24 19:24:53    阅读次数:193
Sdram控制器
/* desctription: this module implement the sdr_sdram timing. the author:lufy yin(wuqingjianke) */`timescale 1ns/1psmodule sdram_io #(parameter DataWid...
分类:其他好文   时间:2014-08-24 12:52:42    阅读次数:208
VGA时序驱动模块
`timescale 1ns/1psmodule VGA_Driver #(parameter IMAGE_X = 1056, IMAGE_Y = 628, H_FRONT = 40, H...
分类:其他好文   时间:2014-08-24 11:36:22    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!