Welcome![Sign In][Sign Up]
Location:
Search - mode 3 S

Search list

[Streaming Mpeg4komssys-0.3.6.tar

Description: The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linux. It does not handle data in pull mode (File, HTTP and FTP) but uses RTSP/RTP (and Files). It uses RTSP as control protocol to communicate with possible streaming servers. The video data is transported via RTP. -The KOM (S) Streaming System provides a ser ver, a client, and a proxy cache for audio / video streaming. Th e first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linu x. It does not handle data in pull mode (File, HTTP and FTP), but uses RTSP / RTP (and Files). It u ses RTSP as control protocol to communicate wit h possible streaming servers. The video data is transported via RTP.
Platform: | Size: 1266786 | Author: 向军 | Hits:

[Other resourceI2C_1.1

Description: Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes: -- Every command is acknowledged. Do not set a new command before previous is acknowledged. -- Dout is available 1 clock cycle later as cmd_ack -Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo's -- -- notes : -- Every command is acknowledged. Do not set a ne w command before previous is acknowledged. -- D is available out a clock cycle later as cmd_ack
Platform: | Size: 3406 | Author: 郑开科 | Hits:

[Otherg31

Description: 站长计数器功能: 1.计数器数字图片和文字两种机制共存。 2.页面显示计数和IP防刷新计数两种计数模式。 3.s cript脚本方式调用计数器代码。 4.共5种图片样式任您选择使用,并且可以方便地增加计数器图片样式。 5.稳定性、安全性、速度上表现都很优秀,功能齐全,代码集成程度高、完全公开,专业制作,完全免费。 6.适合网站设计人员在制作企业站时使用。 -head of counter functions : 1. Counter Digital Photo and text coexistence of the two mechanisms. 2. Counting pages show high anti-IP and two counts count mode. 3.s at 5 Call counter script code. 4. A total of five types of photo format as you choose to use, and can easily increase counter Photo pattern. 5. Stability, security, speed performance is excellent, complete functions, a high degree of integration code, totally open, professional production, completely free of charge. 6. For web design in the production of enterprises station use.
Platform: | Size: 23934 | Author: candy | Hits:

[WEB Codei2c.tar

Description: The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.
Platform: | Size: 788781 | Author: lu | 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:

[BooksKmdTutCn

Description: KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程-KmdTut to Win32 is a compilation of language development Kernel mode driver's Guide
Platform: | Size: 262144 | Author: | Hits:

[P2P点对点传输

Description: 1.A、B两台计算机可以通过计算机名称或IP地址呼叫对方; 2.对方同意接收后弹出对话框并选择好文件存放的路径; 3.进行文件的传输并将文件存储在指定的目录下; 4.文件传输程序采用C/S模式; 5.使用Windows Sockets来完成程序的编写 -1. A, B two computers by computer name or IP address to call each other 2. After their consent to receive pop-up dialog box and choose the path of good documents 3. Transfer files and documents stored in the designated directory 4. File Transfer using C/S mode 5. The use of Windows Sockets to complete the procedures for the preparation of
Platform: | Size: 3815424 | Author: 陆俊 | Hits:

[Streaming Mpeg4komssys-0.3.6.tar

Description: The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linux. It does not handle data in pull mode (File, HTTP and FTP) but uses RTSP/RTP (and Files). It uses RTSP as control protocol to communicate with possible streaming servers. The video data is transported via RTP. -The KOM (S) Streaming System provides a ser ver, a client, and a proxy cache for audio/video streaming. Th e first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linu x. It does not handle data in pull mode (File, HTTP and FTP), but uses RTSP/RTP (and Files). It u ses RTSP as control protocol to communicate wit h possible streaming servers. The video data is transported via RTP.
Platform: | Size: 1266688 | Author: 向军 | Hits:

[matlabqueue_emulator

Description: 这是一个基于M/M/S类型的排队论仿真程序。M/M/S表示到达时间为负指数分布,服务时间为负指数分布,服务设备数量为S个的排队系统。 (1)到达模式:严格意义上讲是一个接着一个到达,而且到达时间间隔服从参数为mean_arr的负指数分布; (2)服务模式:服务台的数量为server_num,且每个服务台服务一个顾客的服务时间服从参数为mean_serv的负指数分布; (3)排队规则:满足先进先服务,服务快的先离开的规则。 -This is a based on the M/M/S types of queuing theory simulation program. M/M/S said time of arrival of the negative exponential distribution and service time for the negative exponential distribution, service equipment for the number of S-queuing system. (1) mode of arrival : a strict sense is a one followed arrived, but the inter-arrival time parameters mean_arr obey the negative exponential distribution; (2) mode : The number of help desk server_num. with each help desk services a customer service parameters mean_serv obey the negative exponential distribution; (3) queuing rules : first meet advanced services, the first to leave fast rules.
Platform: | Size: 3072 | Author: 丘春辉 | Hits:

[VHDL-FPGA-VerilogI2C_1.1

Description: Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes: -- Every command is acknowledged. Do not set a new command before previous is acknowledged. -- Dout is available 1 clock cycle later as cmd_ack -Simple I2C controller-- 1) No multimaster-- 2) No slave mode-- 3) No fifo's---- notes :-- Every command is acknowledged. Do not set a ne w command before previous is acknowledged.-- D is available out a clock cycle later as cmd_ack
Platform: | Size: 3072 | Author: 郑开科 | Hits:

[Otherg31

Description: 站长计数器功能: 1.计数器数字图片和文字两种机制共存。 2.页面显示计数和IP防刷新计数两种计数模式。 3.s cript脚本方式调用计数器代码。 4.共5种图片样式任您选择使用,并且可以方便地增加计数器图片样式。 5.稳定性、安全性、速度上表现都很优秀,功能齐全,代码集成程度高、完全公开,专业制作,完全免费。 6.适合网站设计人员在制作企业站时使用。 -head of counter functions : 1. Counter Digital Photo and text coexistence of the two mechanisms. 2. Counting pages show high anti-IP and two counts count mode. 3.s at 5 Call counter script code. 4. A total of five types of photo format as you choose to use, and can easily increase counter Photo pattern. 5. Stability, security, speed performance is excellent, complete functions, a high degree of integration code, totally open, professional production, completely free of charge. 6. For web design in the production of enterprises station use.
Platform: | Size: 23552 | Author: candy | Hits:

[SQL ServerShoppingCity

Description: 基于C/S模式的考试系统的研究与开发 1 1. 前言 1 1.1 MICROSOFT VISUAL STUDIO .NET 2003开发平台和C#语言的特点 1 1.2用C/S模式开发计算机考试系统的优越性 1 2. 系统分析 2 2.1系统基本情况描述 2 2.2 可行性分析 2 2.3 需求分析 3 2.3.1采用SA方法画出计算机考试系统的一套分层数据流图 3 2.3.2数据词典 4 3. 系统设计 4 3.1系统配置 4 3.2系统概要设计 4 3.2.1系统结构图 4 3.2.2模块功能及界面设计 4 3.2.3模块界面设计 5 3.3系统详细设计 6 3.3.1模块详细设计 6 -based on the C/S mode of examination system Research and Development 1. Foreword a 1.1 MICROSOFT Visual Studio.NET 2003 development platform and C# language features a 1.2 C/S developing computer models to the superiority of the examination system 1 2. System two basic systems of the 2.1 2 2.2 feasible Description Analysis of 2 2.3 2.3.1 Requirements Analysis using three methods SA painted computer examination system of hierarchical data flow Figure 3 2.3.2 Data Dictionary 3. System Design System Configuration 4 3.1 4 3.2 4 System Design 3.2 .1 System Chart 4 3.2.2 module functions and interface design 4 3.2.3 module interface design system 5 3.3 detailed design of six modules 3.3.1 detailed design 6
Platform: | Size: 36864 | Author: wq57 | Hits:

[SCMSPI

Description: // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:
Platform: | Size: 72704 | Author: 蓝天 | Hits:

[Documentsi2c.tar

Description: The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.
Platform: | Size: 788480 | Author: lu | Hits:

[OpenGL program4.24.3

Description: 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Heightmap 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换-5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Heightmap scene control: ESC: exit F1: window mode or full-screen mode switch
Platform: | Size: 1246208 | Author: 徐颖 | Hits:

[ERP-EIP-OA-Portal3

Description: 该程序是商品库存管理系统是B/s模式的 希望大家指教-The program is merchandise inventory management system is B/s mode of hope that we advice
Platform: | Size: 27648 | Author: 赵与 | Hits:

[OtherKmdTutCn(Win32asm)

Description: 经典,且少有的基于Win32汇编语言开发内核模式驱动程序的教程,作者为俄罗斯的大牛-Classic, and rare in assembly language based on the Win32 kernel mode driver development tutorial, the writer for Russia s large cattle
Platform: | Size: 411648 | Author: mp | Hits:

[Othermode

Description: ★ 问题描述 给定含有n个元素的多重集合S,每个元素在S中出现的次数称为该元素的重数。多重 集合S中重数最大的元素称为众数。例如,S={1,2,2,2,3,5}。多重集合S的众数是2,其重数是3。 -★ Description of the problem given n elements contains a collection of multi-S, each element appearing in the number of S is called the multiplicity of elements. Multiple re-collection of S in the largest number of elements known as the plural. For example, S = (1,2,2,2,3,5). Multiple collections of plural S is 2, its multiplicity is 3.
Platform: | Size: 309248 | Author: jingyan | Hits:

[Streaming Mpeg4EasyRTSPClient-Windows-v1.3.17.0318

Description: EasyRTSPClient.exe的使用方法见英文说明。(EasyRTSPClient.exe -d <rtsp-url>[ -m <transport-mode> -s <save-file>] Help Mode: EasyRTSPClient.exe -h rtsp-url : source rtsp address transport-mode : tcp or udp, default is tcp save-file : yes or no, default is yes For example: EasyRTSPClient.exe -d rtsp://admin:admin@192.168.2.100/11 -m tcp -s yes)
Platform: | Size: 124928 | Author: solidman | Hits:

[WEB Code3

Description: Destoon(B2B网站系统)使用当前流行的PHP语言开发,以MySQL为数据库,采用B/S架构,MVC模式开发。融入了模型化、模板、缓存、AJAX、SEO等前沿技术。与同类产品相比,系统功能更加强大、使用更加简单、运行更加稳定、安全性更强,效率更高,用户体验更好。系统开源发布,便于二次开发、功能整合、个性修改。(Destoon (B2B website system) is developed by the current popular PHP language, taking MySQL as the database, using B/S architecture and MVC mode. Integrated with modeling, template, cache, AJAX, SEO and other cutting-edge technologies. Compared with similar products, the system has more powerful functions, simpler operation, more stable operation, safer, more efficient and better user experience. The system is open source and released for two times development, function integration and personality modification.)
Platform: | Size: 8518656 | Author: 53yhtr | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net