▍1. SocketServer
聊天室源码,支持多人聊天,服务器端(Chat room source code, support for multiplayer chat, chat room source code, support for multiplayer chat,)
聊天室源码,支持多人聊天,服务器端(Chat room source code, support for multiplayer chat, chat room source code, support for multiplayer chat,)
此代码实现了音频显示中的参量EQ曲线的算法。简洁易懂也易移植 (This code realization that the audio of the parameters of the algorithm EQ curve. Concise and easy also easy to transplant )
PMAC运动控制卡脉冲+方向控制配置,余弦调试程序(PMAC motion control card, pulse and direction control configuration, cosine debugger)
眼睛的跟踪与预测技术,这样便于后于检测的速度,(Eye tracking and prediction technology, so it is easy to test speed, eventually)
说明: 如何开发OPC Server.OPC主要适用于过程控制和制造自动化等应用领域。(this paper teach us how to make OPC Server.The main useful to use OPC is contoel.)
利用udp包实现聊天。利用udp包实现聊天。(use udp packet to realize chat over net.)
说明: 代理服务器,还不完善,总丢数据,个人没有能力改了,有需要的朋友参考一下吧(Proxy server, not perfect, the total lost data, individuals can not afford to change, and a friend in need reference it)
允许用户网络chat交流并且更新,共享文件 (Internet chat allows users to exchange and update, share files)
局域网消息发送器,请先运行Setup_ocx,注册控件。(LAN messaging device, please run Setup_ocx, registration control.)
说明: 理解局域网的定义、特点 了解局域网的介质访问控制方法 了解以太网技术 了解局域网组网类型(Understand the definition of LAN and characteristics about LAN Ethernet media access control approach to understanding the technical understanding of LAN networking types)
说明: VB环境下WinSock开发网络应用程序,取自电脑报,内附说明文档,讲解清楚(WinSock Development Environment VB web applications, from computer reports, included documentation, explain clearly)
我的毕业设计 已通过答辩 计算机网络安全中防火墙技术和端口扫描技术 网络扫描器设计(My graduation project has passed the defense computer network security, firewall technology, and port-scanning technology network scanner designed)
利用VB6开发的下载程序,支持断点续传.(Developed using VB6 download programs, support for HTTP.)
十分漂亮的基于IE内核的多页面浏览器控件。 原控件存在几个BUG,目前以全部解决(.)
VB的BP神经网络算法演示程序,能给大家提供很好的学习神经网络的资料(VB-BP neural network algorithm demo program)
说明: 封包程序 用与特种部队的 封包发送功能 及其他的一些功能 (Packet with the special procedures of the packets used to send function and other functions)
胃病诊断专家系统,VB平台下实现,根据病兆,诊断胃病类型,并开出药方(expert system vb)
Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.