搜索资源列表
aStarPP
- 一个非常有用的客户端开发程序,可以模拟虚拟的环境,进行算法验证-A very useful client-side development process, can simulate a virtual environment for the conduct of algorithm verification
hf
- 哈夫曼树是一种带权路径长度最短的树。 所谓路径长度就是某个端结点到树的根结点的距离,等于该端结点的祖先数,或该结点所在层数减1,用lk表示。-Huffman tree is a weighted length of the shortest path tree. The so-called path length is a client node to the tree root node of the distance, equal to the end of the ancestors of
huffmanTree
- 哈夫曼编/译码器:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输入时间, 降低成本,但是,这要求发送端通过一个编码系统对待传输数据先进行编码,在 接收端将传来的数据进行译码。对于双工信道(可双向传输的信道),每端都需 要一个完整的编/译码系统。-Huffman encoder/decoder: the use of Huffman coding can greatly improve the communication channel utilization, infor
client
- 使用贪心算法解决最优服务次序问题,效率高,适用于ACM竞赛-Use greedy algorithm to solve the optimal order of service, high efficiency, apply to ACM Contest
Huffman
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
exp
- 本人自己写的一个班级成绩管理系统,内含详细丰富的设计文档和分析,供学习c/c++和数据结构的新手学习,大有裨益。-I wrote it myself a ticket sales system. The use of C/S mode, multi-threaded, multi-network marketing, the basic functions of each network as such as selling a ticket and the refund showed that
ssd7exercise1
- 描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auction project. Class Date, clas
ssd7exercise2
- 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
adapter_designpattern
- * Coupling between classes and class libraries is a major maintenance * headache. To ease this problem, often the client talks to an * abstraction descr iption, which in turn calls an implementation. * Sometimes these must evolve - when o
reverse
- 关于链表的相关操作和一些经验之谈以及常用的数据结构的知识-This thesis is completed in the foundation of the SMTP protocol client software MyEMail.
Three
- recall.c:回溯法求有向图是否存在回路,将结果输出到文件中。dfs.c:深度优先搜索解决N皇后问题,结果输出到文件。Client.java:一个java编写的即时通讯小程序。-recall. depth-first search. Instant message.
gsoap-win32-2.7
- gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。-The gSOAP compiler tools provide a SOAP/XML C/C
stock
- 数据结构,堆,栈,队列的学习以及在简单数据库的应用,自己编写小型仓库管理系统的实现。-stock of a magasin, client can buy goods,and factory apply the goods。the coder who will manage the data of the magasin
Client-and-service
- 简单客户端和服务器端,C网络编程,需要的同学科浏览-Client and Service
bankinfo
- 客户业务分2种,第一种是申请从银行得到一笔资金,即借款或取款。第2种是向银行投入一笔资金,即存款或还款。银行有2个服务窗口,相应地有2个队列。客户到达银行后先排第一个队。处理每个客户业务时,如果属于第一种,且申请额超出银行现存资金总额尔得不到要求,则立刻排入第2个队等候,直至满足时才离开银行,否则业务处理完后立刻离开银行。没接待完一个第二种业务的客户,则顺序检查和处理(如果可能)第二个队列中的得客户,对能满足的申请者予以满足,不能满足者重新排到第二个队列的队尾。注意,再此检查过程中,一旦银行
modbus-TCPIP
- modbus TCPIP协议client-Server端源代码以及解析, c++编程。-TCPIP client-Server protocol MODBUS source code and analysis, c++ programming.