-
CefSharp.MinimalExample-master
使用cefsharp库(Minimal example of how the CefSharp library can be used using the official Nuget packages. Includes examples for WinForms WPF OffScreen For a more complete example of each project see the main CefSharp repository.)(using cefsharp library)
- 2020-06-24 22:40:01下载
- 积分:1
-
Proteus 8051+LCD+PWM电机调速测速(仿真+源码)
说明: Proteus 8051+LCD+PWM电机调速测速(仿真+源码)(Proteus 8051+LCD+PWM Motor speed measurement (simulation + source))
- 2019-05-28 01:10:50下载
- 积分:1
-
a simple online chat network server, online chat
一个简单的网络聊天服务器,在线聊天
- 2022-03-01 01:01:38下载
- 积分:1
-
Using SignalR in WinForms and WPF
This sample shows how to create a SignalR server and client in WinForms and WPF. A Web client is also included. The application shows how to start and connect to the SignalR service without blocking the UI thread, and how to update the UI in responseto messages and connection events.
- 2020-06-22 09:20:02下载
- 积分:1
-
网络数据包处理的一种处理方式,在delphi中测试过,别的语言大体相同...
网络数据包处理的一种处理方式,在delphi中测试过,别的语言大体相同-Network packets as a treatment approach, tested in delphi in other languages in much the same
- 2023-07-11 20:00:03下载
- 积分:1
-
贪吃蛇
基于stm32的贪吃蛇小游戏设计,通过OLED显示(Based on stm32 snake game design)
- 2020-06-21 15:00:02下载
- 积分:1
-
一个IOCP实例,服务器端.VC++
往网络发展的可以看一下
一个IOCP实例,服务器端.VC++
往网络发展的可以看一下-A IOCP example, the server-side. VC++ To network development can look at
- 2022-02-15 00:40:38下载
- 积分:1
-
最简单的收发程序dw1000_api_rev2p02
说明: 最简单的收发程序,可以用于超宽带测距,信道通信等等(The simplest transceiver program can be used in UWB ranging, channel communication and so on)
- 2020-11-26 16:39:30下载
- 积分:1
-
C++中的Factorialsss代码和C中的循环冗余检查 Codes
factorialsss code in c++
and cyclic redundancy check is exceuted in c++
- 2020-06-21 01:00:02下载
- 积分:1
-
穿透防火墙 mfc界面
要在相同的网络终端上绑定到不同的套接字上,所以必须为这些套接字设置SO_REUSEADDR属性(即允许重用),否则侦听会失败。 4、S的【协助打洞】连接收到A的申请后通过【主连接】通知B,并将A经过NAT-A转换后的公网IP地址和端口等信息告诉B。 5、B收到S的连接通知后首先与S的【协助打洞】端口连接,随便发送一些数据后立即断开,这样做的目的是让S能知道B经过NAT-B转换后的公网IP和端口号。 6、B尝试与A的经过NAT-A转换后的公网IP地址和端口进行connect,根据不同的路由器会有不同的结果,有些路由器在这个操作就能建立连接,大多数路由器对于不请自到的SYN请求包直接丢弃而导致connect失败,但NAT-A会纪录此次连接的源地址和端口号,为接下来真正的连接做好了准备,这就是所谓的打洞,即B向A打了一个洞,下次A就能直接连接到B刚才使用的端口号了
- 2022-02-05 16:28:38下载
- 积分:1