搜索资源列表
javachengxu
- 套接字编程 tcp和udp的都有 网络原理综合训练-Tcp and udp socket programming networks have the principle of comprehensive training
matlab
- 训练BP神经网络连接权值的源代码,还可以得到BP的层数和节点数-Training of BP neural network connection weights of the source code, you can also get BP and the number of layers of nodes
personsorcemanagesystem
- 功能齐全的人事管理系统,包括工资管理系统。答辩用的报告和PPT都已经写好包含在内,《网络应用软件开发技能训练》-Fully functional personnel management system, including the salary management system. Respondent report and PPT are already written to include network application software development skills tra
psmsyouhua
- 功能齐全的人事管理系统,包括工资管理系统。答辩用的报告和PPT都已经写好包含在内,《网络应用软件开发技能训练》-Fully functional personnel management system, including the salary management system. Respondent report and PPT are already written to include network application software development skills tra
ftpclient
- 实现简单的FTP操作 qt学习者通往网络编程的基础训练-Simple FTP access to network programming operation qt learners basic training
webgoat
- WEBGOAT信息安全学习入门材料,模拟目标靶机训练攻防
onez_Robot
- 提供相应接口,可开发您自己的机器人程序,实现自动应答、通讯录、备忘提醒、远程管理、休闲娱乐、万能查询、网络教学等功能注册成功后可即时获赠机器人网站及三级域名,每个站点拥有自己独立的会员系统。每位会员可单独训练自己的机器人,不受其他会员及其他站点影响。-Provide the appropriate interface, can develop your own robot program, automatic answer, contacts, notes, reminders, after r
人脸识别
- 基于bp神经网络的人脸识别系统,训练样本大概5000左右可以识别图片中是否有人脸(Face recognition system based on BP neural network)
bp
- 本代码是一份bp神经网络代码,通过训练、检验、预测,可以实现对网络的完美应用,有需要的同学可以看看。(This code is a BP neural network code, through training, testing, prediction, you can achieve the perfect application of the network, there is a need for students to see.)
gilliox_dot
- 易语言躲避子弹训练游戏源码,很不错的易语言源码,适合易语言爱好者学习,()
JDHKXL26
- 基于训练序列的OFDM信道估计仿真程序,可直接运行()
23214419BFA-code
- 实现图像识别,基于小波变换实现图像特征提取,然后神经网络进行训练(The image recognition is realized, the image feature extraction is realized based on wavelet transform, and then the neural network is trained.)
C++网络聊天室设计报告及源程序
- 服务器端功能: 1、 初始化socket, 创建服务器端。 2、 维护一个链表,保存所有用户的IP地址、端口信息。 3、 接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、 接受用户传送来的连接判断命令,并向用户发出响应命令。 客户端功能: 客户端界面上的两个文本框,一个用于显示接受的聊天信息,一个用来接受用户输入的聊天信息。当按下“发送”按钮时将信息发送给服务器。 通过本课题的毕业设计,可以比较深入的了解和掌握WINSOCK控件基本属性、方法和事件,理解网络聊天