Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - v.3.5
Search - v.3.5 - List
DL : 0
本程序用用实现如下操作,两个了栈共享向量空间v[m],它们的栈底分别设在数组两端,分别实现两个栈的相关入栈、出栈和取栈顶元素,的操作。-with the procedures used to achieve the following operational, the two share a stack space vector v [m]. they stack the end located at both ends of the array, achieving two stacks of pushed out and take Zhanding stack elements of the operation.
Update : 2008-10-13 Size : 1544 Publisher : 许朝

Compress - SuperFast Packer v.3.0.zip
Update : 2008-10-13 Size : 225956 Publisher : pcboy0621

DL : 0
BmpClock V 3.5 模拟钟表组件例程
Update : 2008-10-13 Size : 401555 Publisher : 李晓东

课程设计要求设计并用FPGA实现一个数字频率计,具体设计要求如下: 测量频率范围: 10Hz~100KHz 精度: ΔF / F ≤ ±2 % 系统外部时钟: 1024Hz 测量波形: 方波 Vp-p = 3~5 V 硬件设备:Altera Flex10K10 五位数码管 LED发光二极管 编程语言:Verilog HDL / VHDL-curriculum design and FPGA design to achieve a digital frequency meter, the specific design requirements are as follows : measurement frequency range : 10Hz to 100KHz precision : F / F 2% external clock system : 1024Hz Waveform Measurement : square Vp-p = 3 ~ 5 V hardware : Altera Flex10K10 five digital LED light emitting diode programming languages : Verilog HDL / VHDL
Update : 2008-10-13 Size : 144900 Publisher :

 

#//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'方程中的质源的代数和


Update : 2008-12-03 Size : 11439 Publisher : tanglincn

DL : 1
支持SSL v2/v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509v3证书等安全协议或标准的开发库编译用到NSPR-Support for SSL v2/v3, TLS, PKCS# 5, PKCS# 7, PKCS# 11, PKCS# 12, S/MIME, X.509v3 certificate security protocols or standards used to develop database to compile NSPR
Update : 2024-04-27 Size : 3116032 Publisher : 站长

课程设计要求设计并用FPGA实现一个数字频率计,具体设计要求如下: 测量频率范围: 10Hz~100KHz 精度: ΔF / F ≤ ±2 % 系统外部时钟: 1024Hz 测量波形: 方波 Vp-p = 3~5 V 硬件设备:Altera Flex10K10 五位数码管 LED发光二极管 编程语言:Verilog HDL / VHDL-curriculum design and FPGA design to achieve a digital frequency meter, the specific design requirements are as follows : measurement frequency range : 10Hz to 100KHz precision : F/F 2% external clock system : 1024Hz Waveform Measurement : square Vp-p = 3 ~ 5 V hardware : Altera Flex10K10 five digital LED light emitting diode programming languages : Verilog HDL/VHDL
Update : 2024-04-27 Size : 144384 Publisher :

浩海在线多格式音频播放器V3.5.1(随机版) (javascript)-Gaohai online multi-format audio player V3.5.1 (random) (javascript)
Update : 2024-04-27 Size : 151552 Publisher : 速度

DL : 0
本程序用用实现如下操作,两个了栈共享向量空间v[m],它们的栈底分别设在数组两端,分别实现两个栈的相关入栈、出栈和取栈顶元素,的操作。-with the procedures used to achieve the following operational, the two share a stack space vector v [m]. they stack the end located at both ends of the array, achieving two stacks of pushed out and take Zhanding stack elements of the operation.
Update : 2024-04-27 Size : 1024 Publisher : 许朝

完成Windows程序中计算器中的所有功能,使用类似Windows计算器的图形界面; (2) 使用可视化方法设计,并编写合适的按钮和菜单事件代码; (3) 使用delphi语言编写代码 程序具有处理异常的能力,以防止用户输入和操作错误而导致的异常-complete Windows calculator procedures of all functions, similar to the Windows Calculator graphics interface; (2) the use of visualization methods to the design, and to prepare the appropriate buttons and menus incident code; (3) the use of delphi language code procedures to deal with unusual capabilities, to prevent the user input and operational errors which led to the abnormal
Update : 2024-04-27 Size : 327680 Publisher : lingxiao

Compress - SuperFast Packer v.3.0.zip-Compress- SuperFast Packer v.3.0.zip
Update : 2024-04-27 Size : 225280 Publisher : pcboy0621

DL : 0
BmpClock V 3.5 模拟钟表组件例程-BmpClock V 3.5 analog watches component routines
Update : 2024-04-27 Size : 401408 Publisher : 李晓东

获取硬盘相关详细信息,包括序列号,分区类型等-Hard to obtain detailed information, including serial number, partition type, etc.
Update : 2024-04-27 Size : 465920 Publisher : 誓言

DL : 0
S-35390A是可以在超低消耗电流、宽工作电压范围内工作的2线CMOS实时时钟IC。工作电 压为1.3 ~ 5.5 V、可适用于从主电源电压到备用电池电压的宽幅电源电压。通过0.25 μA的计 时消耗电流和宽范围的计时电源电压,可大幅度地改善电池的持续时间。在使用备用电池工 作的系统中,内置的自由寄存器可作为用户备用存储器来使用。在主电源切断前存储在寄存 器中的信息,可在电压恢复后的任何时候读出。 本产品因为内置了时钟校正功能,所以可以在很宽的范围内校正因振荡电路的频率偏差所导 致的时钟数据的提前或滞后。通过此功能和温度传感器的结合,可根据温度变化来对时钟进 行校正,从而实现不受环境温度影响的高精度的计时功能-err
Update : 2024-04-27 Size : 1498112 Publisher : 姓名

ImageEn.v2.3.0组件,适合多个平台使用.希望能有帮助.-ImageEn.v2.3.0 components, suitable for the use of multiple platforms. Want to be helpful.
Update : 2024-04-27 Size : 1174528 Publisher : eels

免费聊天网站的源码,英文版本,需要的下载-Chat site free of charge source, the English version, the need to download
Update : 2024-04-27 Size : 4470784 Publisher : senmue

php-Unicode 轉換 this A number of minor inconveniences-2008-08-26- v0.1.2 * This release resolves an issue with Unicode_String::ToLower(). A number of minor inconveniences (such as errors in the documentation) were also fixed. All unquoted barewords were also removed, to avoid E_STRICT errors. This version requires PHP 5. 2006-04-26- v0.1.1 * This release updates the block database and introduces phpdoc documentation. 2006-04-07- v0.1.0 * There was a bug with XML/HTML encoding, this is fixed now. 2006-02-06- v0.0.3 * This release is compatible with PHP 4.x. 2005-12-14- v0.0.2 * This release adds more string-like functions to Unicode_String (eg explode(), strpos(), trim(), reverse(), cmp()). Unicode_Character can now includes a method to list the homoglyphs for a specific character. 2005-11-01- v0.0.1 * Initial release. -- $Id: ChangeLog,v 1.6 2008/08/26 10:04:21 gavin Exp $
Update : 2024-04-27 Size : 148480 Publisher : mm

Portable Yahoo! 8.1 Españ ol the best messenger
Update : 2024-04-27 Size : 9336832 Publisher : mike landru

unity3d NGUI Next-Gen UI v 3.5.6.zip u3d插件-unity3d NGUI Next-Gen UI v 3.5.6.zip
Update : 2024-04-27 Size : 12796928 Publisher : tttt

Delphos Crypter v.3 for Delphi7
Update : 2024-04-27 Size : 36864 Publisher : borik
« 12 3 4 5 6 7 8 9 10 ... 16 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.