登录
首页 » 通信 » Download Client and Manager

Download Client and Manager

于 2023-06-20 发布 文件大小:498.90 kB
0 179
下载积分: 2 下载次数: 1

代码说明:

这个程序管理服务器和客户端之间的下载。所有这些程序都是使用visualbasic创建的

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

发表评论

0 个回复

  • 著名的A780系列,E680系列的SDK开发包,附带helloworld开发实例,详细内容见包中BUILD...
    著名的A780系列,E680系列的SDK开发包,附带helloworld开发实例,详细内容见包中BUILD-INSTRUCTIONS。-famous A780 series, the Fox series SDK development kits, helloworld fringe development example, For further details, see package BUILD-INSTRUCTIONS.
    2022-03-04 06:42:49下载
    积分:1
  • J2ME example on game development
    J2ME游戏开发实例讲解-J2ME example on game development
    2022-07-04 11:27:01下载
    积分:1
  • mimo道的matlab仿真,非常详细的matlab程序,有多个M文件
    mimo信道的matlab仿真,非常详细的matlab程序,有多个M文件-mimo channel matlab simulation, very detailed matlab program, a number of M files
    2022-08-11 18:27:52下载
    积分:1
  • 非常详细的MODBUS标准串行端口是基于TCP。..一本书
    非常详细的modbus规范介绍,有串口的也有基于tcp的。。。。一书在手,modebus不用愁。。。。MODBUS标准分为三部分。第一部分(“Modbus协议规范”)描述了MODBUS事物处理。第二部分(“MODBUS报文传输在TCP/IP上的实现指南”)提供了一个有助于开发者实现TCP/IP上的MODBUS应用层的参考信息。第三部分(“MODBUS报文传输在串行链路上的实现指南”)提供了一个有助于开发者实现串行链路上的MODBUS应用层的参考信息。-very detailed Modbus standard, a serial port is based on the tcp. . . . A book in hand, do not have to worry about modebus. . . . MODBUS divided into three parts. The first part ( "Modbus protocol specification") describes the MODBUS handle things. The second part ( "MODBUS Packet Transmission in TCP/IP Implementation Guide"), provides a help developers to implement TCP/IP on the application layer MODBUS reference information. The third part ( "MODBUS Packet Transmission in the serial link achieve Guide"), provides a help developers achieve serial MODBUS link on the application layer of reference information.
    2022-04-13 01:47:28下载
    积分:1
  • linux epoll模型
    该代码是关于在linux平台下的网络编程,epoll模型,socket接受线程:C语言为了高并发所以选择了epoll。当程序启动的时候(g_net_update.c文件中main函数,会启动一个thread见函数create_accept_task)这个thread就处理一件事情,只管接收客户端的连接,当有连接进来的时候 通过epoll_ctl函数,把socket fd 加入到epoll里面去,epoll设置监听事件EPOLLIN | EPOLLET; 主要是监听的是加入到epoll中的socket是否可读(因为我的需求是客户端连上了server就会马上向server发送一份数据的)。其它的部分在主线程中处理。主线程:是一个无线循环,epoll_wait 函数相当于把客户端的连接从epoll中拿出来(因为我们监听的是EPOLLIN | EPOLLET)说明这个时候客户端有数据发送过来)。再通过recv_buffer_from_fd 函数把客户端发送过来的数据读出来。然后其他的一切就抛给线程池去处理。线程池:(代码中我会在池里面创建15个线程) 双向链表。加入线程就是在链表后面加一个链表项,链表的前面会一个一个被拿出来处理。主要是malloc 函数free函数,sem_wait函数sem_post的处理(sem_wait 会阻塞当值大于0是会减一,sem_post是值加一)。typedef void* (FUNC)(void arg, int index);是我们自定义的线程的逻辑处理部分,arg是参数,index是第几个线程处理(我们隐形的给每个线程都标了号),例如代码中的respons_stb_info,更加具体可以看看代码里面是怎么实现的。聪明的你也可以改掉这块的内容改成动态线程池,当某个时刻的处理比较多的时候能够动态的增加线程,而不像我代码里面的是固定的。数据库连接池:按照我的需求在处理客户端请求数据的时候是要访问数据库的。就是一下子创建出一堆的数据连接。要访问数据库的时候先去数据库连接池中找出空闲的连接,具体可以看下代码。使用的时候可以参考下database_process.c文件(代码中数据库连接池和线程池中的个数是一样的)。
    2022-03-20 03:15:54下载
    积分:1
  • on Brehsman algorithm, also requested the exhibitions
    关于Brehsman 算法的改进,还请多多指教-on Brehsman algorithm, also requested the exhibitions
    2023-02-10 04:15:04下载
    积分:1
  • Using UDP transmission procedure to write reliable source code, learn the meanin...
    用UDP写的可靠传输程序源代码,非常有借鉴意义,适合互连网通讯-Using UDP transmission procedure to write reliable source code, learn the meaning of very suitable for the interconnection Netcom inquiry
    2022-03-24 23:11:22下载
    积分:1
  • CAN_USB CAN_USB CAN_USB
    CAN_USB CAN_USB -CAN_USB CAN_USB CAN_USB
    2022-03-05 08:29:54下载
    积分:1
  • example of detecting ras
    一个检测RAS的例子-example of detecting ras
    2022-03-15 08:40:21下载
    积分:1
  • 大气湍流
    In my following book, I derived the algorithm of constructing the parity check matrices of IEEE 802.16e LDPC. [1] Y. Xiao, Turbo and LDPC Codecs and their Applications, Press of Posts and Telecommunications, Beijing, 2010. This program provides the LDPC code with the size 4512
    2022-06-13 03:44:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载