搜索资源列表
naming
- 一个在linux环境下的mico这个开源的corba项目中演示如何使用CORBA的命名服务。用户可以很容易的扩展为比较复杂的CORBA命名服务。-an environment in the ilcitos corba of the open-source projects demonstrate how to use the CORBA Naming Service. Users can be easily extended to more complex CORBA Naming Servic
events
- 一个在LINUX系统下的开源的项目MICO中演示如何使用CORBA的标准服务之一的事件服务,通过这个例程,用户可以了解CORBA事件服务的工作流程,并且可以很容易的扩展为自己的应用。-a Linux system in the open-source project MICO demonstrated how to use CORBA standard services, one of the events, through this routine, users can understand
vovida sip doc
- VOCAL是vovida.org开发的SIP系统,应该是目前功能最完善,使用者最多的开源SIP协议栈,这是一些最新相关的文档说明,相关协议实现可以参考网站:http://www.huihoo.com/telecom/vovida_sip/-development of the SIP system, it should be is the most complete, most users of the open-source SIP protocol stack, which is a doc
通信演示程序(类似TTY)
- 例子程序名为Terminal,是一个简单的TTY终端仿真程序。读者可以用该程序打开一个串行口,该程序会把用户的键盘输入发送给串行口,并把从串口接收到的字符显示在视图中。-example program called Terminal, is a simple TTY terminal emulation. Readers can use this program to open a serial port, the program will be user keyboard input sent
java-SGIP
- 通信以下的经验是否可行其实很大程度上看你的虚心程度和表现程度,虚心一定不要停留在表面上,要发自内心,因为你是新人,这个时候要尊重前辈,我就曾经带过一个40多岁的大哥,大哥一口一个老师叫得我直出汗,不过后来我发现这位大哥能这样做,其实并不会降低自己的地位,反而赢得了大家的认可-communications following the experience of actually feasible largely up to you with an open mind and the degree
QQMonitor
- QQMonitor说明: === === ===== 需要设置时,请打开QQBlackRoll.ini,把ShowIcon设为TRUE,保存后再次运行QQMonitor时在系统栏会出现一个眼睛的图标,单击它弹出一个密码输入对话框,输入密码就可以进行设置,设置完后再次打开QQBlackRoll.ini,把ShowIcon这项设为False即可。 ShowIcon=是否在系统栏显示图标 初始密码:love 新的功能增加中-QQMonitor : ====
PLC
- The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you want to monitor PLC values/bits or to set PLC values or bits via your COMPUTER. You can use any language such as Basic, C, Pascal, Assembler or even if o
gnugk使用手册
- 中文版的详细的GNU GK使用手册,根据说明可以用开源的GNU确良GK与我上传另两个工程实现一个完整的VOIP服务端系统-Chinese version of the GNU GK detailed user manual can be used according to the notes of the open-source GNU GK really good and I upload the other two works to achieve a complete VoIP servi
网络IP电话源代码
- 网络IP电话源代码 开机:打开监听服务,以便别人可以和你通话。 关机:关闭监听服务,已经接受的连接不受影响,你可以继续通话。 拨号:连接已经开机的机器,弹出对话框后必须输入对方的IP和端口,如果需要使用代理,请正确设置代理服 务器。 挂机:断开正在进行的通话。 开机后会显示你监听的IP和端口,别人可以通过这个IP和端口和你连接。 连接成功(你拨号连接别人或别人来连接你)后会显示对方的IP和端口。-IP telephony network boot source code : Open mon
CANOPENNODE V3.02
- CANopenNode is an open source software stack used for serial communication of multiple devices over the CAN/CANopen Network. It works on different microcontrollers, is reliable, simple and powerful and is suitable for industrial or home automation.
Socket
- 控制台socket文件传输程序,使用C++编写. 打开server端后,只要在client端输入server端IP即可使用。 程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
spi
- 12位AD-MAX1241与SPI串口-MAX7219联合仿真 proteus版本:7.2 sp0 如果打不开DSN文件可以找升级包升到这个版本,或者按我下面贴的电路自己连好,max1241,max7219 Proteus 7.0以上版本的库里应该有的!本程序是网上找的,感谢那位网友,我将它共享了,希望大家下载学习;-12-bit AD-MAX1241-MAX7219 and the SPI serial version of the Joint Simulation pro
rsync-3.0.4
- the rsync open source ,you can study it ,so you will make into the theory of net communicate on linux -the rsync open source, you can study it, so you will make into the theory of net communicate on linux
EasyJF
- 会议室系统主要用网上会议使用,会议系统模拟传统的会议形式,可以同时开设多个不同主题的会议室,每个会议室需要提供访问权限控制功能,-Meeting room system is mainly used with Web conferencing, meetings of the Conference on System Simulation traditional form, can be subject to open meetings of a number of different room
MyICQ-0.8-alpha1
- MyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows版。目前客户端程序的界面完全模仿腾讯的- MyICQ is a set of open-source instant messaging software, including server-side and client, can be used for Internet or LAN. Can run on Wind
VC_serial_port_DLL
- VC++语言编写的一个串口dll,可以导出常见的串口函数,如打开串口,读串口等函数以供调用程序使用。-VC++ language, prepared by a serial dll, serial port can be exported common function, such as the open serial port, serial port, such as time for the call function to use.
TTYSource
- 这是MSDN上的经典串口通讯例程.网上很多的串口控件,源码都不及此例程. 毕竟是MS自带的,虽然是个单线程的,稳定性及速度都很好.原工程比较早,用VC6可直接点击TestTTY.dsw打开.-This is the classic MSDN serial communication routines. A lot of serial-line control, source not of this routine. After all, it is MS' s own, although
VC++SerialCommunication
- In this sample,you can open and close the communication port that you have chosen.What is more and important,you can sand and receive datas from the serial port selected.
Source
- 某论坛要开发短消息系统 ,实现如下功能: 用户登录、登出 查看个人的短消息 发送短消息 回复短消息 删除短消息 该系统要满足如下要求: 已读和未读的短消息应采用不同的标记 回复时自动添写用户名 未登录不能看短消息,自动跳转到登录页面 登录后自动跳转到查看短消息列表的页面 -A Forum is expected to open Faduanxiaoxi system to achieve the following functions: user l
CAN-ZLG
- 基于周立功CAN的上位机软件,可以实现对CAN的打开,波特率设置,滤波设置,消息发送,消息接受等等。亲测可用。完全可以作为二次开发的资料。-Based ZLG CAN PC software can be achieved on the open CAN baud rate settings, filter settings, the message is sent, the message to accept more. Pro-test available. Can be used as s
