Welcome![Sign In][Sign Up]
Location:
Search - ob

Search list

[Web ServerEncryptSimple

Description: 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject(\"myEncrypt.clsEncrypt\") Dim strReturn 加密后文本 Dim strValue 加密前文本 加密开始 设置密钥(此行可以省略) objEncrypt.KeyCode=\"1111\" 开始加密 strReturn = objEncrypt.Encrypt(strValue) 解密 设置密钥(如果加密时没有设置,此行可以省略) objEncrypt.KeyCode=\"1111\" 开始解密 strReturn = objEncrypt.UnEncrypt(strValue) 注意: strReturn可能返回以下值 -3 : 密钥长度超过10 -2 : 表示文本设置了密钥,但是解密时没有指定密钥 -1 : 表示文本设置了密钥,但是解密时指定的密钥与原先设置的密钥不一样 注意:密钥需要小于10个字符且必须为键盘上的字符,否则可能导致无法正确解密-reversible encryption components use ==== ====================== ======================================== Dim objEncrypt Set objEncrypt = Server.Create Object ( "myEncrypt.clsEncrypt") Dim strRetu rn encrypted text Dim strValue encrypted text before start providing encryption key (this trip can be omitted) o bjEncrypt.KeyCode = "1111" began encryption strReturn = ob jEncrypt.Encrypt (strValue) decryption keys set (if no encryption settings this trip can be omitted) objEncrypt.KeyCode = "1111" began declassified strR eturn = objEncrypt.UnEncrypt (strValue) Note : strReturn may return the following values -3 : Key length exceeding 10 -2 : To set up a key text, But when no specific decryption key -1 : To set up a key text, However, when the decryption keys with t
Platform: | Size: 20631 | Author: 张峰 | Hits:

[Other resourceICES3C44B0X

Description: 本资料说明如何采用Multi-ICE 和ADS通过JTAG口在线烧写FLASH 1,在axd命令行中使用ob anorom.ini 2,按照提示烧写, load_addr = 0 仅作参考 -information on how the Multi - ICE and the ADS through the mouth-burning JTAG FLASH 1, the command line axd use ob anorom.ini 2, according to the prompt of burning, load_addr = 0 for information only
Platform: | Size: 50513 | Author: 宇龙 | Hits:

[Windows Developitom

Description: (6.25k) ITOM is an example using the Text Object Model (TOM). It uses the ITextDocument COM Interface. GUID IID_ITextDocument-(6.25k) ITOM is an example using the Text Ob Campus Model (TOM). It uses the COM ITextDocument Interface. GUID IID_ITextDocument
Platform: | Size: 6709 | Author: liujia | Hits:

[ELanguageJTAG2Flash

Description: 采用Wiggle电缆通过JTAG口在线烧写FLASH 1,在axd命令行中使用ob anorom.ini 2,按照提示烧写, load_addr = 0x0 -using cables through JTAG FLASH mouth burning an online, axd the command line using the ob anorom.ini 2, according to the prompt of burning, load_addr = 0x0
Platform: | Size: 53250 | Author: free | Hits:

[WEB Codejob_site_start_kit

Description: Job Site Starter Kit is a web application that provides a platform for candidates seeking job and the employers to share their needs. The starter kit demonstrates many new features of ASP.NET 2.0 including themes, master pages, new data controls, membership, roles and profiles-Job Site Starter Kit is a web application th at provides a platform for candidates seeking j ob and the employers to share their needs. The st arter kit demonstrates many new features of ASP .NET 2.0 including themes, master pages, new data controls, membership, roles and profiles
Platform: | Size: 1337838 | Author: lj | Hits:

[Other resourceOB-4.0.5

Description: Orbacus4.0.5(OB-4.0.5)的学习手册,写得很不错,是学习Corba的一本很好的教材。
Platform: | Size: 1080918 | Author: hugeshark | Hits:

[AlgorithmMAIN 3-DIMENSIONAL CFD-PROGRAM

Description:

 

#//u(i,j)        x方向的速度u;或者θ方向速度
#//u(i,j)        y方向的速度v;或者径向速度ur'h\K
#//pc(i,j)       压力修正 p'[OS
#//p(i,j)        压力p-=5-+
#//p(i,j)        密度ρBk
#//p(i,j)        扩散系数γQ"G48E
#//t(i,j)        温度Tn7/bKr
#//ake(i,j)        湍流脉动能量k971E
#//dis(i,j)      动能的耗散率ε4
 
//amut(i,j)     湍动扩散系数+
//gen(i,j)      湍流能量的生成率S
//f(i,jnf)     不同的φ变量M
//lsolve(nf)   1,求解变量f(i,j,nf)  8
//lprint(nf)   1,打印变量f(i,j,nf)   ~f
//lblk(nf)     1,对变量f(i,j,nf)应用块修正b5|{@U
//mode         选择坐标系的变量. 目前只支持mode=1.
mode=1 直角坐标系(x~y)BMI
mode=2 圆柱坐标系(r~z)^pg>)
mode=3 极坐标(r~θ)   Z^r[LE
solve子程序中求解变量f(i,j,nf)的重复扫描次数 b
变量fi,j,nf)的字符性标题 |L;
 
//xl    计算区域在x方向上的宽度)?
//yl    计算区域在y方向上的宽度@ob
//l1     x方向上主控制体的网格数。也是x方向上压力节点位置的最后一个i值。
//m1   y方向上主控制体的网格数。也是y方向上压力节点位置的最后一个j值。
//dt           时间步长 △t
//第三部分网格设定的变量
//x(i)        节点位置的x
//xu(i)       主控制容积在x方向的界面位置,即速度u(i,j)所在位置
//xdif(i)     差值 x(i)-x(i-1)
 //xcv(i)      主控制容积在x方向上的宽度
//xcvs(i)     速度u(i,j)的控制容积在x方向上的宽度
//y(j)        节点位置的y
//yv(j)       主控制容积在y方向的界面位置,即速度v(i,j)所在位置
//ydif(j)     差值 y(j)-x(j-1)
//ycv(j)      主控制容积在y方向上的宽度
//ycvs(j)     速度v(i,j)的控制容积在y方向上的宽度
////r(i,j)      主网络节点的半径r
////rmn(j)      在速度v(i,j)所在处的半径r之值
////sx (j)      主网格节点位置y(j)x方向上的标尺因子
//sxmn(j)     在界面位置yv(j)x方向的尺度因子
       //上面四个变量应用于非直角坐标系的情况
//xcvi(i,j)   xcv(i) 中与u(i,j)的控制容积相覆盖的部分
//xcvi(i,j)   xcv(i) 中与u(i+1,j)的控制容积相覆盖的部分
//ycvr(j)     主控制容积垂直于x方向的面的面积
//ycvrs(j)    速度v(i,j)的控制容积垂直于x方向的面的面积
//arx(j)      x方向相垂直的控制容积的面积
//arxj(j)     arx(j)中与速度v(i,j)的控制容积相覆盖的部分
//arxjp(j)    arx(j)中与速度v(i,j+1)的控制容积相覆盖的部分
//arxjarjxp实际上对应于x方向上的ycviycvip
 
//第四部分差分方程系数设定的变量
//con(i,j)    离散方程中的常数项b,在子程序gamsor中又作为存储sc的单元
//aip(i,j)    系数ae
//aim(i,j)    系数aw
//ajp(i,j)    系数an
//ajm(i,j)    系数as
//ap(i,j)     系数ap,在在子程序gamsor中又作为存储sp的单元
//flow         穿过控制容积界面的质量流率
//diff         扩散传导性 D
//acof         DIFLOW子程序计算的量,它给出了对流与扩散作用的联合影响
 
//第五部分求解差分方程过程中的变量求解
//du(i,j)     影响u(i,j)de
//dv(i,j)     影响v(i,j)dn
//pv(j)       用于计算主网络节点i,j上的质量流率的ρvr的插值因子:计算式如下: //fvp(j)      说明同上
//fx(i)       用于计算主控制容积界面(即速度u(i,j)所在处)的密度
 
//            rhom的插值因子,计算式如下:
 
//fxm(i)      说明同上
//pt(i)pt(j) tdma中的转换系数(消元过程中)l
//qt(i)qt(j) tdma中的转换系数(消元过程中)
//第六部分 index变量
int nf;               //nf           标明不同φ变量的下标值
int nfmax;         //nfmax        设有存储单元的nf的最大值
int np;              //(nfmax)      p(i,j)实际为f(i,j,nfmax)
int nrho;           //(nfmax+1)    rho(i,j)实际为f(i,j,nfmax)
int ngam;         //(nfmax+2)    gam(i,j)实际为f(i,j,nfmax+2)n
int l2;              //l2           (l1-1)
int l3;              //l3           (l1-2)
int m2;           //m2           (m1-1)
int m3;           //m3           (m1-2) 2
int ist;                    //ist          i的第一个内节点值`
int jst;                    //jst          j的第一个内节点值
int iter;                   //iter         不稳态问题的步进计数
int last;                   //last         用户所规定的最大迭代计数
int iter1;             //iter1        一个时间点求解setup2( )的迭代次数
double time;              //time         不稳态问题中的时间t
int ipref;              //ipref        压力参考结点的i
int jpref;                //jpref        压力参考结点的j=/
 
//第七部分其它变量
double rhocon;           //rhocon       密度为常数的问题中的ρ
int lstop;                 //lstop        =1时,停止计算
double  smax;            //smax         p'方程中的质源的最大值

double  ssum;            //ssum         p'方程中的质源的代数和


Platform: | Size: 11439 | Author: tanglincn | Hits:

[ADO-ODBCAutoTeachingManagerSyatem

Description: 本案例是有河南郑州中原工学院软件学院的: 张卫中等共同开发的!!!! 有问题联系:who9999999992008@163.com-this case is Zhengzhou in Henan Zhongyuan Software Engineering Institute : Zhang Wei Medium common development! ! ! ! Problems contact : who9999999992008@163.com
Platform: | Size: 268288 | Author: 轩辕剑 | Hits:

[Web ServerEncryptSimple

Description: 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject("myEncrypt.clsEncrypt") Dim strReturn 加密后文本 Dim strValue 加密前文本 加密开始 设置密钥(此行可以省略) objEncrypt.KeyCode="1111" 开始加密 strReturn = objEncrypt.Encrypt(strValue) 解密 设置密钥(如果加密时没有设置,此行可以省略) objEncrypt.KeyCode="1111" 开始解密 strReturn = objEncrypt.UnEncrypt(strValue) 注意: strReturn可能返回以下值 -3 : 密钥长度超过10 -2 : 表示文本设置了密钥,但是解密时没有指定密钥 -1 : 表示文本设置了密钥,但是解密时指定的密钥与原先设置的密钥不一样 注意:密钥需要小于10个字符且必须为键盘上的字符,否则可能导致无法正确解密-reversible encryption components use ==== ====================== ======================================== Dim objEncrypt Set objEncrypt = Server.Create Object ( "myEncrypt.clsEncrypt") Dim strRetu rn encrypted text Dim strValue encrypted text before start providing encryption key (this trip can be omitted) o bjEncrypt.KeyCode = "1111" began encryption strReturn = ob jEncrypt.Encrypt (strValue) decryption keys set (if no encryption settings this trip can be omitted) objEncrypt.KeyCode = "1111" began declassified strR eturn = objEncrypt.UnEncrypt (strValue) Note : strReturn may return the following values-3 : Key length exceeding 10-2 : To set up a key text, But when no specific decryption key-1 : To set up a key text, However, when the decryption keys with t
Platform: | Size: 20480 | Author: 张峰 | Hits:

[SCMOBD1

Description: 文中简述了汽车随车诊断技术和车外诊断技术的功能、优点及发展方向,并就未来汽车诊断技术的发展方向作了预测。-text outlined a car attendant diagnostic techniques and vehicle diagnostic technology functions, advantages and direction of development, and future automotive diagnostic technology development direction was forecast.
Platform: | Size: 12288 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSICES3C44B0X

Description: 本资料说明如何采用Multi-ICE 和ADS通过JTAG口在线烧写FLASH 1,在axd命令行中使用ob anorom.ini 2,按照提示烧写, load_addr = 0 仅作参考 -information on how the Multi- ICE and the ADS through the mouth-burning JTAG FLASH 1, the command line axd use ob anorom.ini 2, according to the prompt of burning, load_addr = 0 for information only
Platform: | Size: 50176 | Author: 宇龙 | Hits:

[Windows Developitom

Description: (6.25k) ITOM is an example using the Text Object Model (TOM). It uses the ITextDocument COM Interface. GUID IID_ITextDocument-(6.25k) ITOM is an example using the Text Ob Campus Model (TOM). It uses the COM ITextDocument Interface. GUID IID_ITextDocument
Platform: | Size: 6144 | Author: liujia | Hits:

[ELanguageJTAG2Flash

Description: 采用Wiggle电缆通过JTAG口在线烧写FLASH 1,在axd命令行中使用ob anorom.ini 2,按照提示烧写, load_addr = 0x0 -using cables through JTAG FLASH mouth burning an online, axd the command line using the ob anorom.ini 2, according to the prompt of burning, load_addr = 0x0
Platform: | Size: 58368 | Author: free | Hits:

[WEB Codejob_site_start_kit

Description: Job Site Starter Kit is a web application that provides a platform for candidates seeking job and the employers to share their needs. The starter kit demonstrates many new features of ASP.NET 2.0 including themes, master pages, new data controls, membership, roles and profiles-Job Site Starter Kit is a web application th at provides a platform for candidates seeking j ob and the employers to share their needs. The st arter kit demonstrates many new features of ASP .NET 2.0 including themes, master pages, new data controls, membership, roles and profiles
Platform: | Size: 1337344 | Author: lj | Hits:

[MiddleWareOB-4.0.5

Description: Orbacus4.0.5(OB-4.0.5)的学习手册,写得很不错,是学习Corba的一本很好的教材。-Orbacus4.0.5 (OB-4.0.5) of the study manual, written very well, is learning Corba
Platform: | Size: 1081344 | Author: hugeshark | Hits:

[JSP/JavaOBPM-0.9.2-source

Description: OBPM是一个开源,轻量级的BPM系统。它的目标是让非IT人员也可以轻松构建IT业务处理流程。OBPM内建工作流引擎(Workflow Engine), Form构建器,Report设计器。-OBPM is an open source, lightweight BPM system. Its goal is to allow non-IT personnel can easily build IT business processes. OBPM built workflow engine (Workflow Engine), Form Builder, Report Designer.
Platform: | Size: 46974976 | Author: 天遥 | Hits:

[Software Engineeringob

Description: SIEMENS SIMATIC STEP 7的组织块的使用方法。-SIEMENS SIMATIC STEP 7 of the OB is used.
Platform: | Size: 1520640 | Author: petrosche | Hits:

[ARM-PowerPC-ColdFire-MIPSjl

Description: 手把手教你打造3线制Jlink ARM-OB STM32-Taught you how to create 3-wire Jlink ARM-OB STM32
Platform: | Size: 901120 | Author: 大鹏集成 | Hits:

[SCMJ-Link ARM-OB

Description: J-Link ARM-OB下载器 PCB文件以及HEX文件,可以自己制作下载器(J-Link ARM-OB Downloader, PCB file, and HEX file, you can make your own Downloader)
Platform: | Size: 12017664 | Author: zhuzhuxia12138 | Hits:

[ARM-PowerPC-ColdFire-MIPSYD-J-Link+OB调试器资料20170525

Description: jlink ob for stm32f103
Platform: | Size: 29572096 | Author: oyashio | Hits:
« 12 3 4 »

CodeBus www.codebus.net