▍1. 网站模板20040821015610.rar
网站模版20040821015610.rar-website template 20040821015610.rar
网站模版20040821015610.rar-website template 20040821015610.rar
小程序,主要用于学习和研究TCP/IP协议.得到主机IP.-Small programs, mainly for study and research TCP/IP protocol. Be the host IP.
SIP(Session Initiation Protocol)的一个开放源码的实现,版本0.60-inplement to open code about SIP(Session Initiation Protocol) edit 0.6.
RegMon注册表监控软件,其中包含源程序及相应的驱动编写。-RegMon registry monitoring software, which includes source code and the corresponding drive to prepare.
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作.-general wage use version management system using SQL 2000 PB9.0 and development, applied to a simple task.
一个很好的时间显示空间-a very good time for show space
MinisQL的源码,是用C++写的,仅供参加-the Sourse code of MiniSql by C++,which is only for refference.
自己手机的KEY 大家谁要是用的上可以下!!! 谢谢大家-zijishoujide
监视系统中被访问的文件,检查文件被篡改与否-surveillance system were to visit the paper, check the documents have been tampered with or not
socket serveices and socket client
任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符""进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) require the design of convection in the class operator " " " " and " " " " to overload. In the main program contains a statement to five such objects, then these five objects were in text format and binary format to the current directory zrf.dat documents and zrf.bin in manner and after the characters from the file in binary mode read data is stored to another five temporary object and output.
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, connection, send data and receive data network communication program.
Wifi扫描器和自定义MFC控件 Wifi scanner + custom MFC controls 在WINCE环境下工作。-Wifi scanner and custom MFC controls Wifi scanner+ Custom MFC controls in WINCE environment.
一个绘图工具。可以从工具栏中选择绘图项,同时提供给图片更多的过滤器和效果。-A drawing tool. Can choose from the toolbar above the drawing and at the same time made available to the picture more filters and effects.
STM32实时显示时间,在串口屏显示,高效简洁,年月日时分秒都可分别显示,通过中断方式,程序简单明了,初学者即可读懂应用
旅行商问题 (TSP) 是一个基准和计算机科学和行动研究中的老问题。它可以表示为: N 的网络节点 (或城市),与 " 节点 1" 作为 "总部" 和旅行成本 (或距离或旅行时间等) 矩阵 C = [cij] 的顺序给出了 n 与序的节点对 (i,j) 相关联。问题是要找到一个最不成本哈密顿周期。 根据成本矩阵的结构,Tsp 被分为两个群体 — — 对称和非对称。TSP 是对称如果 cij = cji,∀ i、 j 和非对称否则为。N 市非对称的 tsp 问题,有)! 1 (−n 可能的解决方案,一个或多个的给出了最小的成本。 对于 n 市对称 tsp 问题,有 2)! 1 (−n 可能的解决办法以及它们具有相同的总费用的反向循环排列。在任一情况下解的个数成为极大甚至中等大 n 因此穷举搜索是不切实际的。主要原因有三个为什么 tsp 问题已引起了很多研究者的关注和仍然是一个活跃的研究领域。第一,大量的现实世界的问题可以被建模为 TSP。第二,它被证明是 NP-完全问题 [1]。第三,NP-完全问题的意义上,没有人能找到任何真正有效的方式解决他们的大难治性
在Vc++环境下,实现复数的加减乘除。利用函数重载-In Vc++ Environment, realize complex addition and subtraction, multiplication and division. The use of Function Overloading