Ekiga (formely known as GnomeMeeting) is an open source VoIP and video conferencing application for GNOME. Ekiga uses both the H.323 and SIP protocols. It supports many audio and video codecs, and is interoperable with other SIP compliant software and also with Microsoft NetMeeting
标签: GnomeMeeting conferencing application formely
上传时间: 2014-10-11
上传用户:wmwai1314
周立功magic2410实验箱源码 第6章Linux高级实验(part1) 6.1 Linux内核编译实验 6.2 Linux根文件系统实验 6.3 CAT1025读/写实验. 6.4 ZLG7290键盘读取 6.5 USB-E2PROM编程器实验 6.6 SD/MMC卡实验 6.7触摸屏实验 6.8 PCMCIA接口CF卡实验
上传时间: 2014-01-21
上传用户:bjgaofei
判断奇偶数的汇编程序CODE SEGMENT ASSUME CS: CODE START: MOV AH, 01H ; 调用 DOS中断的1号子功能(键入一个字符), INT 21H ; AL←键入一位数字 CMP AL, 30H ; 若输入比‘0’小的字符则重新输入 JB START CMP AL, 39H ; 若输入比‘9’大的字符则重新输入 JA START CLC ; CF标志清0 SHR AL, 1 ; AL最低位移入CF JNC EVN ; 根据CF的状态,判断输入数字的奇偶性 MOV BL, 31H ; 奇数,BL←1的ASCII码 JMP DISP EVN: MOV BL, 30H ; 偶数,BL←0的ASCII码 DISP: MOV AH, 02H ; 调用DOS中断的2号子功能,输出字符 MOV DL, 0AH ; 输出换行 INT 21H MOV DL, 0DH ; 输出回车 INT 21H MOV DL, BL ; 输出标志字符 INT 21H mov ah, 1 int 21h MOV AH, 4CH ; 返回DOS INT 21H CODE ENDS END START
上传时间: 2015-06-10
上传用户:zhuangxj618
The CommScope InstaPATCH® 360 and ReadyPATCH® solutions utilize a standards-compliant multi-fiber connector to provide high density termination capability. The connector is called an MPO (Multi-fiber Push On) connector by the standards. In many cases, multi-fiber connector products are referred to as MTP connectors. This document is intended to clarify the difference between the two terms – MPO and MTP.
上传时间: 2017-04-12
上传用户:asdfghjkl1234567890
6个SPWM逆变电路MULTISIM仿真源文件,MULTISIM10以上版本可打开运行
上传时间: 2021-11-02
上传用户:
The PW2162 is a fully integrated, high– efficiency 2A synchronous rectified step-down converter.The PW2162 operates at high efficiency over a wide output current load range. This device offerstwo operation modes, PWM control and PFM Mode switching control, which allows a high efficiencyover the wider range of the load. The PW2162 requires a minimum number of readily availablestandard external components and is available in an 6-pin SOT23 ROHS compliant package.
标签: pw2162
上传时间: 2022-02-11
上传用户:d1997wayne
基于STM32F103R6驱动LCD1602仿真设计,包含Protues仿真和源程序仿真图:
标签: stm32f103r6 驱动 lcd1602 仿真 protues
上传时间: 2022-02-25
上传用户:
智能家居最新全套解决方案29页
标签: 智能家居
上传时间: 2022-03-06
上传用户:qingfengchizhu
RX-8801 SA Features built-in 32.768 kHz DTCXO, High Stability Supports l'C-Bus's high speed mode (400 kHz)Alarm interrupt function for day, date, hour, and minute settings Fixed-cycle timer interrupt function Time update interrupt function32.768 kHz output with OE function Auto correction of leap years Wide interface voltage range: 2.2 V to 5.5 V Wide time-keeping voltage range:1.8 V to 5.5 V Low current consumption: 0.84A/3V (Typ.)is an IC bus interface-compliant real-time clock which includes a 32.768 kHz DTCXO In addition to providing a calendar (year, month, date, day, hour, minute, second) function and a clock counter function, this module provides an abundance of other functions including an alarm function, fixed-cycle timer unction, time update interrupt function, and 32.768 kHz output function.The devices in this module are fabricated via a C-MOS process for low current consumption, which enables ong-term battery back-up.
上传时间: 2022-06-17
上传用户:
前言:我从2011年年初开始玩LPC1768,在公司做过几个LPC1768的小项目,都是基于UCOS-112.86操作系统和LPC17Xx V2.0固件库(还有的基于ulP1.0以态网协议栈),产品运行稳定,芯片级操作也十分方便(毕竟是基于固件库操作,不用管那些复杂的寄存器),在官网看到不知何时出了UCOS-I1-V2.91,于是准备应用本版本编写今后的程序,移植时,有意留心写下这篇移植步骤,希望对初学者有帮助。一、移植前的准备工作下载所需文件:1、在LPCWARE官网下载LPC175x 6x CMSIS-Compliant Standard Peripheral Firmware Driver Library(LPC175X,LPC176x固件驱动库),下载地址链接:http://www.lpcware.com/content/nxpfile/lpc175x6x-cmsis-compliant-standard-perip heral-firmware-driver-library-keil-iar-gnu进入网址选择lpc175x6xcmsis-driver_library.zip下载pctis su amas aer baryp2i56tes(也可以在NXP官网下载,但本人去年下载的固件库编译时出现N多警告,看E不爽,自己改又不怕改出问题)2、在UCOS-1l官网下载UCOS-Il-V291源码(上面描述为2.89,但实际内核为2.91),下载地址链接http://micrium.com/page/downloads/source_code进入网址选择UC/os-11下载,如下
上传时间: 2022-06-26
上传用户:zhanglei193