-
mjsip v1.7
MjSip includes all classes
and methods for creating SIP-based applications. It
implements the complete layered stack architecture as
defined in RFC 3261 (Transport, Transaction, and Dialog
sublayers), and is fully compliant with RFC 3261 and
successive standard RFCs. Moreover it includes higher
level interfaces for Call Control and User Agent implementations.
MjSip comes with a core package implementation that
includes:
all standard SIP layers
and components,
various SIP extensions
(already defined within IETF),
some u
- 2022-02-15 06:01:48下载
- 积分:1
-
Java实现简单文件编辑器
原创代码,可作为初学Java的菜鸟们一些参考用。
顺序读/写文件(FileInputStream与FileOutputStream)
⑴FileInputStream类从磁盘文件读取数据。常用的构造方法有:
◆FileInputStream(String name):打开文件name用来读取数据。
如:FileInputStream f =new FileInputStream("c:/test.txt");
◆FileInputStream(File file):打开文件file用来读取数据。
如:File f=new File("c:/test.txt");
FileInputStream f1=new FileinputStream(f);
◆将FileDescriptor对象作为其参数。
- 2022-03-12 11:52:22下载
- 积分:1
-
使用java语言完成对zip文件的上传和解压
这个项目主要是使用java语言来实现,通过页面来上传zip文件,把上传之后的文件解压到指定的文件目录中。
- 2022-12-05 19:00:04下载
- 积分:1
-
在线管理系统
本代码完成的是JAVA考试系统程序,实现了教师出题,学生在线考试,以及相关的系统维护功能。考试系统的功能主要包括三部分:教师出题,学生在线考试和系统维掮 。系统维护包括对年级科目,知识点和模拟考试等信息的维...
- 2022-03-17 17:50:33下载
- 积分:1
-
jemo cruise lon
主包装;
- 2022-04-19 23:00:49下载
- 积分:1
-
安卓蓝牙通信开发参考源码
资源描述基于安卓的蓝牙通信开发参考例程源码
- 2022-09-07 03:00:03下载
- 积分:1
-
android陀螺仪应用
用于android手机中陀螺仪姿态角检测,包含了KF算法。
可以用于各种手机姿态、倾角检测。
// Integrate around this axis with the angular speed by the timestep
// in order to get a delta rotation from this sample over the timestep
// We will convert this axis-angle representation of the delta rotation
// into a quaternion before turning it into the rotation matrix.
- 2022-03-04 23:31:56下载
- 积分:1
-
solving travelling salesman problem using java
旅行商问题(TSP)要求
- 2022-05-06 15:58:17下载
- 积分:1
-
java,md5,des
MD5即Message-Digest Algorithm 5(信息-摘要算法5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。
将数据(如汉字)运算为另一固定长度值,是杂凑算法的基础原理,MD5的前身有MD2、MD3和MD4。
MD5的作用是让大容量信息在用数字签名软件签署私人 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2023-06-05 22:10:03下载
- 积分:1
-
简单的JSP与数据库关联的用户注册Java Web Projec
简单的JSP与数据库关联的用户注册Java Web Projec
- 2022-01-25 13:54:32下载
- 积分:1