Welcome![Sign In][Sign Up]
Location:
Search - ap-b

Search list

[Linux-Unixhostapd-0.6.4.tar

Description: IEEE 802.11a/b/g 服务器端AP,应用程序。
Platform: | Size: 933587 | Author: 乔峰 | 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:

[Embeded Linuxhospad源码

Description: IEEE 802.11a/b/g 服务器端AP,应用程序 用于嵌入式服务器,C语言代码
Platform: | Size: 466667 | Author: superhn@163.com | Hits:

[Multimedia DevelopWindows指定顏色點亮畫面AP

Description: 透過設定畫面指定顏色(R/G/B/W)點亮畫面
Platform: | Size: 8171 | Author: ken.hsieh@mblock.com.tw | Hits:

[FlashMXlanipcsoft

Description: flash 键盘音效取自win2000系统ding.wav,经过CoolEdit处理成音阶,在Flash中导入在相应按钮上。 没有难度,就是耐心一点,成绩不错哦! 对应表: 低音G-a #G-w A-s #A-e B-d 中音C-f #C-t D-g #D-y E-h F-j #F-i G-k #G-o A-l #A-p B- 高音C-1 D-2 E-3 F-4 G-5 A-6 B-7 C(high)-8 #C-c #D-v #F-b #G-n #A-m -flash keyboard sound from the win2000 system ding.wav, after CoolEdit into treatment scale, in the Flash import in the corresponding button. There is no difficulty, that is, a little patience, have done quite well Oh! The corresponding table: bass Ga# Gw As# Ae Bd Alto Cf# Ct Dg# Dy Eh Fj# Fi Gk# Go Al# Ap B-Treble C-1 D-2 E-3 F- 4 G-5 A-6 B-7 C (high)-8# Cc# Dv# Fb# Gn# Am
Platform: | Size: 614400 | Author: | Hits:

[Linux-Unixhostapd-0.6.4.tar

Description: IEEE 802.11a/b/g 服务器端AP,应用程序。-IEEE 802.11a/b/g server-side AP, applications.
Platform: | Size: 933888 | Author: 乔峰 | Hits:

[Communicationpimrc05-B

Description: perform a system-wide characterization of the workload of wireless access points (APs) in a production 802.11 infrastructure. The key issues of this study are the characterization of the traffic at each access point (AP), its modeling, and a comparison among APs of different wireless campus-wide infrastructures. Unlike most other studies, we compare two networks using similar data acquisition techniques and analysis methods
Platform: | Size: 430080 | Author: eric | Hits:

[Windows Developlisanduishu

Description: 设p是素数,a是p的本原根,即a1,a2,a3,…,ap-1在mod p下产生1到p-1的所有值,所以对任何b属于{1,…,p-1},有唯一的i属于{1,…,p-1}使得ai mod p 等于p。称i为模p下以a为底b的离散对数。-P is a prime number based, a is the primitive root p, that is, a1, a2, a3, ..., ap-1 in the mod p under 1 to p-1 for all values, so for any b belongs to (1, ..., p-1), there are only i belong to (1, ..., p-1) makes ai mod p equivalent to p. Said i was under the modulus p to a for b at the end of the discrete logarithm.
Platform: | Size: 891904 | Author: 灵药 | Hits:

[OtherEST

Description: Enderton H.B. Elements of set theory (AP, 1977)(K)(T)(ISBN 0122384407)(289s)_MAa_
Platform: | Size: 2119680 | Author: 張小明 | Hits:

[Algorithm2-76

Description: 求解大型疏松方程组,ap方程组的系数矩阵,b[放回解向量-For solving large loose equations, ap equations coefficient matrix, b [back into the solution vectors
Platform: | Size: 26624 | Author: kaidu | Hits:

[Software EngineeringAP_BUS

Description: 智能家居的厂商AP_BUS的资料,对开发智能家居的朋友比较有用-Intelligent home manufacturers AP_BUS of information on the development of intelligent home of a friend more useful
Platform: | Size: 11329536 | Author: 叶炳炎 | Hits:

[AI-NN-PRduoquanzhishengjingwangluo

Description: 应用多权值神经网络方法对静态手势进行识别, 对手势字母图像采用傅里叶描述子提取特征信息, 取低频信息成分构建成犯维特征向量, 并应用多权值神经网络的算法, 构建各类的神经元网络-W ith th e develo Pm en t of hu m an eom p uter intera etion te ehn olo盯, th e h as been b ased on an im P o rt a n t tas k fo r U r o n s diseu ssion . Th is Pap er pro Posed a new m eth o d fo r re searc h of un ders tan ding fo r hu m an 􀀁 5 gestu re re eogn izing of han d al Ph ab et gesture s, w hieh m ulti 一we ig hted ne al 即rith m of m ulti一w eigh ted n e U r o n S Th e 5 fo r m eth od ap plied Fo uri er一d eseri Ptors fo r fe atu re extra etion an d eolb ined wi th the elassifi eation re eognizin g , th e re sul ts sh ow ed th at th e m eth od p erfo rm ed w el .
Platform: | Size: 576512 | Author: 流星 | Hits:

[Program docGPS_GLONASS

Description: 高精度GPS同步研究文献很好的参考,实际工程可参考次方法-GPS T he schem e of synch ronized samp ling unit based on GPS is introduced b riefly in the first p art. T hen th is p ap er p ropo ses in detail the softw are and hardw are m ethods to lessen and elim inate jamm ing of p ulse p er second PPS Γ signal in synch ronized samp ling unit based on GPS
Platform: | Size: 257024 | Author: yuliguo | Hits:

[Software EngineeringWiFi-video-transmission-module

Description: LC326是一款基于WiFi802.11b/g/n的无线CVBS转WiFi视频传输模块。支持多路 CVBS信号输入,时分复用,自适应NTSC和PAL制式,LC326转出的CVBS网络视频流 是业界通用标准,可以在IOS/Android/PC播放。 LC326采用了成熟WiFi解决方案,工作在AP模式下,其他终端可以直接连接LC326, 而无须外部额外路由器支持,可以独立组网,方便在野外使用。LC326的WiFi最高支持 150Mbps的速率,支持修改SSID和密码等。-LC326 is a wireless WiFi video transmission module based on WiFi 802.11 b/g/n, transmitting CVBS to WiFi signal. It supports multiple CVBS input, TDM(time division multiplexing), NTSC and PAL adaptation. The CVBS network video stream signal transmitted by LC326 complies with the general standard, can be played in the IOS/Android/PC. LC326 module is designed for industrial pipe endoscope. LC326 adopted mature WiFi solution and works in AP mode, for other device to connect with LC326 module directly without external router, so it can be independent networking and very convenient to use in the field. The highest WiFi transmission rate of LC326 is 150 Mbps, and the SSID and password can be modified.
Platform: | Size: 389120 | Author: 张军 | Hits:

[Software EngineeringLC328WiFi-image-transmission-module

Description: LC328是一款基于WiFi802.11b/g/n的无线CVBS转WiFi视频传输模块。支持多路 CVBS信号输入,时分复用,自适应NTSC和PAL制式,LC328转出的CVBS网络视频流 是业界通用标准,可以在IOS/Android/PC播放。 LC328同时提供1组串口,均支持串口透传功能,支持多种波特率,同时提供了1路 GPIO/PWM,方便透过LC328控制其他嵌入式设备,和其他设备通讯。 LC328采用了成熟WiFi解决方案,工作在AP模式下,其他终端可以直接连接LC328, 而无须外部额外路由器支持,可以独立组网,方便在野外使用。LC328的WiFi最高支持 150Mbps的速率,支持修改SSID和密码等。-LC328 is a wireless WiFi video transmission module based on WiFi 802.11 b/g/n, transmitting CVBS to WiFi signal. It supports multiple CVBS input, TDM(time division multiplexing), NTSC and PAL adaptation. The CVBS network video stream signal transmitted by LC328 complies with the general standard, can be played in the IOS/Android/PC player. LC328 provides 1 serial port for transparent transmission, supporting all kinds of baud rate. And it also provide 1 GPIO/PWM to control other integrated devices to communication. LC328 adopted mature WiFi solution and works in AP mode, for other device to connect with LC328 module directly without external router, so it can be independent networking and very convenient to use in the field. The highest WiFi transmission rate of LC328 is 150 Mbps, and the SSID and password can be modified.
Platform: | Size: 1311744 | Author: 张军 | Hits:

[Software EngineeringAP

Description: 2014年全国数学建模B卷创意折叠桌源代码-2014 National Math Modeling B volume creative folding table source code
Platform: | Size: 14597120 | Author: | Hits:

[Linux-Unixdriftnet-0.1.6

Description: 抓取网卡流量中的图片。driftnet是一款简单而使用的图片捕获工具,可以很方便的在网络数据包中抓取图片。该工具可以实时和离线捕获指定数据包中是图片,当然在kali里是有的。 语法: driftnet [options] [filter code] 主要参数: -b 捕获到新的图片时发出嘟嘟声 -i interface 选择监听接口 -f file 读取一个指定pcap数据包中的图片 -p 不让所监听的接口使用混杂模式 -a 后台模式:将捕获的图片保存到目录中(不会显示在屏幕上) -m number 指定保存图片数的数目 -d directory 指定保存图片的路径 -x prefix 指定保存图片的前缀名 使用举例: 1.实时监听: driftnet -i wlan0 2.读取一个指定pcap数据包中的图片: driftnet -f /home/linger/backup/ap.pcapng -a -d /root/drifnet/(Driftnet is a simple and used image capture tool, it can be very convenient to capture pictures in network packets. The tool captures the data in the specified packet in real time and offline, of course, in kali.)
Platform: | Size: 66560 | Author: aagg | Hits:

CodeBus www.codebus.net