▍1. wolf & sheep
说明: 基于C++编写的,关于狼吃羊的小游戏的一个简单编程。(Based on C++, a simple programming about the game of wolf & sheep.)
说明: 基于C++编写的,关于狼吃羊的小游戏的一个简单编程。(Based on C++, a simple programming about the game of wolf & sheep.)
基于一种改进的遗传地图匹配算法,将Marchal算法和遗传算法结合起来,本源代码基于C++开发,包括了完整的实验数据和算法实现。(Based on an improved genetic map-matching algorithm, Marchal and genetic algorithms to combine source code is based C++ development, including the full experimental data and algorithms.)
说明: 专家系统,人工智能对疾病的系统代码,对知识库操作(Expert system, AI system code for disease, operation for knowledge base)
Pop3客户端接收信件的整个流程: 1。连接到pop3服务器(默认端口110) 2。发送用户名(user) 3。发送密码(pass) 4。查询当前邮箱状态(stat) 5。查询服务器上所有邮件UID列表(UIDL) 6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的) 7。对所有新邮件查询其大小(LIST) 8。下载所有新邮件(RETR)利用List提供的邮件大小信息 9。如果有必要,对所有新邮件标志为删除(DELE) 10。结束对话(QUIT) 11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
列车MVB网络开发的C程序,对于初学者了解列车网络通讯,为进一步开发列车网络控制系统具有借鉴。(it is a C program about vehicle mvb network)
使用C++实现BP神经网络拟合函数f(x)=sin(x)+cos(x)(Using C++ to achieve BP neural network fitting function f (x) = sin (x)+ cos (x))
使用C++实现BP神经网络拟合函数f(x)=sin(x)+cos(x)(Using C++ to achieve BP neural network fitting function f (x) = sin (x)+ cos (x))
实现了两个客户机程序与服务器程序间的进程通信(本机)。客户机与服务器间的通信是双向的,采用QLocalServer与QLocalSocket实现。(The realization of the two procedures and the client server inter-process communication (local). Client and server communication is a two-way, using QLocalServer with QLocalSocket achieve.)
动物识别系统,是人工智能的作业,同学们可以共享一下(Animal Identification System is operating in artificial intelligence, students can share what)
设计一个用于解决两关节机械手的反演运动学问题的前馈网络,要求末端执行器的运动轨迹是一条直线.(Design a feedforward network is used to solve the two-joint robot inverse kinematics problem, requirements of the end-effector trajectory is a straight line.)
斯坦福大学的SIM交换机模拟器,使用C语言编写,可以模拟IQ、OQ等结构的交换机,或者实现定制结构的交换机性能测试。(Stanford SIM switch simulator, written in C, can simulate switch IQ, OQ and other structures, or switch to achieve the performance test custom structure.)
实现TCP通信服务器端和客户端(支持多个客户端)精简版(Implementation of TCP communication server and client (support multiple clients) simplified version)
说明: 实现人脸识别,通过硬件FPGA来进行实现(Realize face recognition, realize face recognition by hardware FPGA)
k-nn算法实现分类,模式识别作业,分三类,75个训练集,25个测试集,输出对测试集分类的结果(k-nn classification algorithm, pattern recognition operations are classified into three types, 75 training sets, 25 test set, the output of the test set classification results)
说明: 使用蚁群算法编写的C++环境下的旅行商(TSP)经典问题的解决方法(Ant colony algorithm using C++ environment, prepared under the traveling salesman (TSP) classical solution to the problem)
说明: 代理服务器进行流量的代理访问 代理服务器进行流量的代理访问(Proxy server for proxy access to traffic Proxy server for proxy access to traffic)
VS很好用的IP类文件,外国人编写的哦,很实用的命名空间(IP class files VS good use of foreigners prepared oh, Very practical namespace)