-
a LAN Multicast win32 procedures, including the transmitter and receiver. You ar...
一个局域网组播的win32程序,包括发送端和接收端。欢迎大家共同学习-a LAN Multicast win32 procedures, including the transmitter and receiver. You are welcome to jointly study
- 2023-01-20 20:00:04下载
- 积分:1
-
数字水印
数字水印的C++实现,两段程序,转发别人的(Digital watermark C++ implementation, the two paragraph of the program, forwarding others.)
- 2018-04-28 14:31:57下载
- 积分:1
-
Tone_Reservation
说明: 音频保留法降低OFDM信号的峰均功率比,其中使用CLIPPING方法寻找峰值消除信号。(tone reservation for papr reduction of ofdm signals.)
- 2021-02-28 09:49:36下载
- 积分:1
-
multiThreadExp
单进程内多线程并发运行的程序,不同的线程完成下列不同的工作:
(1)接收键盘输入线程
负责接收用户的键盘输入,并以适当的方式将由键盘获得的数据交给其它线程处理。
(2)显示线程
负责全部数据显示任务,包括键盘输入数据的显示和提示信息的显示。
(3)分发数据线程
将键盘输入的数据分为3类,即字母、数字和其它,并分别将字母写入文件letter.txt中,数字写入文件numbet.txt中,除字母和数字外其它数据丢弃。(Single-process multi-threaded programs running concurrently in different threads to complete different tasks)
- 2011-09-04 05:12:37下载
- 积分:1
-
bittorrent的源码
bittorrent的源码-bittorrent source
- 2023-04-09 14:35:03下载
- 积分:1
-
ssr
说明: 注意更新依赖,winscp上传tmp后安装(Note update dependencies, install after winscp uploads TMP)
- 2020-06-22 08:20:01下载
- 积分:1
-
CLOCK
以实例为背景学习基于MFC的WINDOWS应用程序设计,编写一个模拟时钟程序,此程序在屏幕左边有一个指针式钟面,右方有两个矩形框,上面以数字方式显示日期和时间,该时间应与指针显示的时间一致,下方的矩形框作为秒表。用菜单选项或按钮设置时间和秒表。时间不必与机器系统时间相同,可任意设置。(Background-instance learning WINDOWS MFC-based application design, the preparation of an analog clock program, this program has a pointer on the screen on the left clock face, on the right there are two rectangular box, above digitally display the date and time, which should be consistent with the pointer display time, and the lower rectangular box as a stopwatch. With a menu option or button to set the time and stopwatch. Time Machine does not have the same system time can be set arbitrarily.)
- 2013-10-17 15:52:11下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
飞鸽传书的C++版本的一个典型的P2P
飞鸽传书C++版,一个典型的基于P2P的应用小程序,它完成了快速文件传输,是局域网用户的好帮手。-Dove Chuanshu C++ Version of a typical P2P-based application of small programs, it completed a fast file transfer, LAN users is a good helper.
- 2022-05-06 18:37:35下载
- 积分:1
-
mediatimer
vc中使用高精度多媒体定时器 用于需要高精度定时的算法 (Vc is used in high precision multimedia timer Used for high precision timing algorithm
)
- 2016-05-01 10:48:10下载
- 积分:1