登录
首页 » 通信 » Skype API source code control and achieve skype most functional, some bug.

Skype API source code control and achieve skype most functional, some bug.

于 2023-01-25 发布 文件大小:221.19 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

Skype API delphi 控件源码,实现skype大部分功能,有一些bug。-Skype API source code control and achieve skype most functional, some bug.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个东东,探测360的~~ 小心点使用
    一个东东,探测360的~~ 小心点使用-1 Dongdong, detecting 360 of the ~ ~ be careful to use ~~~~~~~~
    2022-01-25 15:54:39下载
    积分:1
  •  ModBus讯协议分为RTU协议和ASCII协议,下面就ModBus RTU协议简要介绍如下:...
     ModBus通讯协议分为RTU协议和ASCII协议,下面就ModBus RTU协议简要介绍如下:-ModBus RTU communication protocol into ASCII protocols and agreements, the following agreement on ModBus RTU briefed as follows :
    2022-02-13 21:36:22下载
    积分:1
  • TFT液晶LCD的控制器HX8345的驱动程序
    TFT液晶LCD的控制器HX8345的驱动程序-TFT LCD LCD controller driver HX8345
    2022-07-20 22:20:18下载
    积分:1
  • C#TCP服务端及客户端
    此程序为C#语言开发的TCP通信程序源码参考,包含服务端及客户端,新手适合
    2022-11-09 13:30:04下载
    积分:1
  • 这是Alamouti的STBC的Matlab源程序,希望对大家有用。
    这是Alamouti的STBC的Matlab源程序,希望对大家有用。-This is the Alamouti
    2023-02-27 00:05:03下载
    积分:1
  • 在CDMA系统下行功率控制分析
    应用背景基于功率分配算法DBPA距离在这个系统的手机在 均匀分布;细胞允许变功率为下行,每个移动 ;然后传播根据从基站接收功率。关键技术MSPC -多步先生的功率控制方法,算法这个程序让手机比较先生从 基站;为了先生阈值反馈给基站的下行状态。手机是细胞内均匀分布,与链路增益 ;ognormaly分布为每个移动,当先生发现 ;低于先生的阈值,然后移动发送控制命令 ;基站当先生观察以上先生门槛 ;减退命令发送。
    2022-02-05 02:10:24下载
    积分:1
  • C代码点
    C++点对点视频聊天代码,视频流畅,控制功能丰富。-C code point-to-point video chat and video fluency, control functions rich.
    2023-02-08 13:30:04下载
    积分:1
  • Borland c++ builder串口讯源码示例程序
    Borland c++ builder串口通讯源码示例程序-Borland c builder serial communications source sample program
    2022-12-29 19:50:03下载
    积分:1
  • SPI模块的Verilog HDL源代码
    本代码用VERILOG HDL语言编写了SPI模块,通过用modelsim进行仿真,得到了正确的仿真结果,并将其下载到fpga开发板上进行试验,也得到了较好的效果。
    2023-07-13 18:20:03下载
    积分:1
  • c# plc modibus
    c# 串口 以太网通信 modibus  连接 plc  从文本框输入负数 -2 补码=反+1=进位+原数 Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数?? //發送二進制數據 ?????????????? private void SendBytesData(SerialPort serialPort) { ////从 文本框取得数据 如果负数 -2 怎么办???? byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text); spcom.Write(bytesSend, 0, bytesSend.Length); } 通过MODBUS TCP读写PLC源码 功能模块一:读写PLC主模块 using System; using System.Net; using System.Net.Sockets; public static void WriteWord(int mwAddress,int mwValue) {写字到以太网 if (init_plc() == 0) { try { hi = mwAddress / 256; low = mwAddress - hi * 256; hi1 = mwValue / 256; ///////////16bit low1 = mwValue - hi * 256; sendBuf[7] = 6; sendBuf[8] = (byte)hi; sendBuf[9] = (byte)low; sendBuf[10]
    2022-07-10 15:42:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载