-
XMPP 客户端基于 qxmpp
Based on QXMPP, this is a GUI communication client, using which you can send and receive text message and file transmission.
- 2022-08-16 20:16:49下载
- 积分:1
-
具体什么功能,详细的好好的看里面的代码,还不懂的话,在看代码...
具体什么功能,详细的好好的看里面的代码,还不懂的话,在看代码
-what specific function properly detailed inside look at the code, still do not know how, then look at code
- 2023-05-24 12:25:03下载
- 积分:1
-
针对周立功公司的USB_CAN转换器开发的CAN总线通信例子,用VC6编程...
针对周立功公司的USB_CAN转换器开发的CAN总线通信例子,用VC6编程-against the USB_CAN converter developed CAN bus communication examples, using VC6 Programming
- 2022-05-29 21:29:31下载
- 积分:1
-
对1帧图像进行8方向的sobel算子提取边缘,原始图像格式是BMP
对1帧图像进行8方向的sobel算子提取边缘,原始图像格式是BMP-right image for an eight direction of the pixel edge detection operator, is the original image BMP format
- 2022-03-14 18:05:44下载
- 积分:1
-
基于labVIEW的温度监测界面设计
本源代码是基于基于labVIEW的温度监测界面设计开发,将下位机采集到的温度实时通过串口实时显示在上位机的主机界面中,以便监控人员实时查看监理,系统调试需要搭架上位机通过串口RS232与下位机相连。
- 2022-08-18 17:40:43下载
- 积分:1
-
数组文件读取器
包 com.mkyong.io ;导入 java.io.BufferedReader ;导入 java.io.FileReader ;导入 java.io.IOException ;公共类 BufferedReaderExample {公共静态 void 主要 (字符串 [] args) {体 br = null ; 试着 {字符串 sCurrentLine; br = 新体 (新 FileReader("C:testing.txt")); 同时 ((sCurrentLine = br.readLine()) ! = null) {System.out.println(sCurrentLine) ;}} 赶上 (抛出 e) {e.printStackTrace() ;} 最后 {尝试 {如果 (br ! = null)br.close() ;} 赶上 (ex 时抛出) {ex.printStackTrace() ;}}}}
- 2023-05-01 16:05:04下载
- 积分:1
-
Multi
多文档窗口,拆分成左右两部分,左边加一个树控件,并且可以换位图哦~-Multi-document window, or split into two parts, the left plus a tree control, and can be transposed map Oh ~
- 2022-04-19 12:50:03下载
- 积分:1
-
一款不错的聊天程序,可以与window的NetMeeting兼容!欢迎大家使用!...
一款不错的聊天程序,可以与window的NetMeeting兼容!欢迎大家使用!-one good chat program, with the NetMeeting window compatible! Everyone is welcome to use!
- 2023-04-17 21:35:03下载
- 积分:1
-
在vc++下开发超酷的界面程序,对这方面的爱好者很有帮助的,相信大家一定会喜欢的。...
在vc++下开发超酷的界面程序,对这方面的爱好者很有帮助的,相信大家一定会喜欢的。-vc under development in the cool interface procedures, in this regard lovers helpful, I am sure that you will like the idea.
- 2022-12-26 10:20:03下载
- 积分:1
-
MFC listcontrol做的资源管理器
用MFC的listcontrol控件做的类似于windows资源管理器的界面,有返回上级文件夹的功能,并且可以对文件夹中文件在列表显示中排序,可根据名字,大小,创建时间进行排序。内有完整工程,可直接编译运行。
- 2022-07-03 23:28:37下载
- 积分:1