Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.
标签: minimalistic User-Agent softphone written
上传时间: 2014-12-02
上传用户:cainaifa
发动机测试平台原理图,engine test
上传时间: 2013-12-28
上传用户:电子世界
一个收集所有最基本功能的函数库;所有的函数都是尽量短小和简单 使用 doxygen 生成文档 所有代码以在 Linux 系统上可以编译并运行为准;每当在 lib 目录里增加了一个功能函数,必须在 test 目录里编写一个针对此功能函数的测试程序,使其可以在 Linux 系统上正常编译并正确运行;每个增加的外部功能函数,必须在源代码前写有注释,注释格式为符合 doxygen 要求的 JavaDoc 格式。 所有代码内部调用的 C 库和系统函数要求完全符合 ANSI C 标准和 POSIX 标准。
上传时间: 2016-07-06
上传用户:zhuoying119
sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
标签: sourceforge showfiles group_id project
上传时间: 2016-07-16
上传用户:lili123
CQUPT 毕业设计。 题目是usb数据采集系统的应用程序,用的vb6 。使用了周立功提供的动态链接库文件 easyd12.dll 采集的数据使用控件trend.ocx实现动态的显示。这个控件是由世纪飞扬图形仪表组件提供的,我使用的是适用版本。因为控件整个比较大,请到http://www.cstsoft.com 其主页去下载。或者在cmd窗口用regsvr32注册该组件,否则程序打开后无法加载该组件。 采集的数据放在数据库中,数据库文件为office中的access制作,名字为datas.mdb,可以用access打开。 驱动为飞利浦test程序带的,也可以用windriver自己生成一个。 固件程序根据周立功的程序更改的,加入了adc0809部分程序和通道选择等。具体电路图可以参考usb.pdf 有什么问题请发邮件leiyu310@126.com
上传时间: 2016-07-23
上传用户:Andy123456
qc—ldpc编码的matlab源码,分为好几个版本,small文件夹里的支持小的稀疏矩阵,large文件夹里的支持较大的稀疏矩阵。test文件为顶层
上传时间: 2016-07-24
上传用户:jeffery
Software testing technology, introduced the common methods of software testing, software testing in the basic test ideas
标签: testing software technology introduced
上传时间: 2014-01-26
上传用户:qiao8960
离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。
上传时间: 2013-12-16
上传用户:luke5347
基于STR912的GPIO程序,本示例程序主要为测试GPIO功能。当程序运行时,LCD屏上会显示: STR91x DEMO GPIO TEST 并能通过按键K5(中断方式实现)轮流闪动L2、L3、L4、L5。
上传时间: 2016-07-28
上传用户:xiaodu1124
This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is from 50 to 100. Keep rc=r/10!!! The array "speed1" and "speed2" are the control result, in 0.1s and 1s. The length of "speed1" is 2400, and "speed2" is 240. The "pw" and "nw" are the parameters of PWM. The test will last 4 min.
标签: speed programme is control
上传时间: 2014-11-22
上传用户:jyycc