登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:Java
  2. 代码类别:Java编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

2. 人脸识别系统源码以及数据库(ArcSoftFaceDemo)

根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo

2
下载
260
浏览
2021-05-06发布

3. 学生信息管理系统设计报告.doc

学生选课系统,学生,教师,管理员的各个功能,增删查改学生信息管理系统是针对学校人事处的大量业务处理工作而开发的管理软件,主要用于学校学生信息管理,总体任务是实现学生信息关系的系统化、科学化、规范化和自动化,其主要任务是用计算机对学生各种信息进行日常管理,如查询、修改、增加、删除,另外还考虑到学生选课,针对这些要求设计了学生信息管理系统,学生信息管理系统是为了方便师傅记录学生的个人信息,成绩,主要任务是用计算机对学生各种信息进行日常管理,如查询、修改、增加、删除。学生信息管理系统设计为了师傅方便对学生信息进行修改,保存和记录,在内容方面添加了删除,修改,更新,查询等功能。

3
下载
131
浏览
2021-05-06发布

4. 学生宿舍管理系统(源码+数据库+实践报告)

学生宿舍管理系统集基础信息增删查改操作、宿舍调换操作、统计学生人数、男女生人数、以及空床位数等。学校管理宿舍管理员用户,宿舍管理员具体包括宿舍管理员对学生的信息管理、查寝信息管理、以及入住情况统计查询等。学校可以方便查询本校学生的各种信息。

2
下载
156
浏览
2021-05-06发布

5. KeywordSpotting

  多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:。 程序将识别出的关键词用方括号括上,输出到output.txt中(AC multi-string matching algorithm/multi-string match/multi-string test/multi-string identification/Aho-Corasick automata/ahocorasick automata/AC automaton./Java implementation This program is highly efficient, can handle large Unicode character text (including text and key words to detect the text) is a match program, so the program is to be detected input.txt input text, keywords. txt for the Keyword text, folders test1, test2, test3 were three groups set their own input and keywords, can add their own arbitrary deletion, run the program before the first set of copies to D: . Program will identify the key words in square brackets, and output to output.txt in)

241
下载
89
浏览
2021-04-27发布

6. JavaConSTK

  Java语言连接访问STK卫星分析工具的源代码,可直接应用到工程中。(STK satellite connection to access the Java language source code analysis tools can be applied directly to the project.)

18
下载
70
浏览
2021-04-25发布

7. pso

  实现机组负荷优化分配的粒子群算法MATLAB代码(MATLAB Code of Particle Swarm Optimization for Unit Load Distribution)

0
下载
56
浏览
2021-04-22发布

8. pso

说明:  实现机组负荷优化分配的粒子群算法MATLAB代码(MATLAB Code of Particle Swarm Optimization for Unit Load Distribution)

4
下载
73
浏览
2021-04-22发布

9. FTPs

  实现ftp代理服务器的基本功能,包括文件的上传下载 用户的登录等(Ftp realize the basic functions of a proxy server, including file uploading and downloading the user)

17
下载
79
浏览
2021-04-22发布

10. UploadFile

  java实现的上传文件的代码,并实现了分文件夹存储,每个文件夹最多存储1000个文件,存满后自动创建新的文件夹,最初的文件夹的名字从“1”开始,以后自增。()

106
下载
68
浏览
2021-04-19发布

11. R-java

  使用java实现R树,包括插入,删除,查找等功能(Using java to achieve R-tree, including insert, delete, search and other functions)

43
下载
68
浏览
2021-04-19发布

12. SendTCP

  sendtcp java 发送tcp包的程序,基于winpcap,jpcap(sendtcp java Send tcp packet procedures, based on winpcap, jpcap)

27
下载
73
浏览
2021-04-18发布

13. Median

  采用java编写的Median filter程序()

13
下载
63
浏览
2021-04-16发布

14. java_remote_desktop_connection

  java远程桌面连接 java远程桌面连接 java远程桌面连接(java remote desktop connection)

20
下载
88
浏览
2021-04-15发布

15. NuLiing-spring-boot-sample-master

说明:  SpringBoot 2.2.x 整合其他框架:MyBatis、Dubbo、Swagger2、SpringSecurity、RabbitMQ、RocketMQ、Kafka、Redis、MongoDB、Hazelcast、Apollo等(Springboot 2.2. X integrates other frameworks: mybatis, Dubbo, swagger2, spring security, rabbitmq, rocketmq, Kafka, redis, mongodb, hazelcast, Apollo, etc)

2
下载
71
浏览
2021-04-14发布

16. AirConditioningCode

  分布式温控系统基本要求 1. 中央空调是冷暖两用,但一次只能使用一种温控装置。当设置为供暖时,供暖温度控制在25°C~30°C之间,当设置为制冷时,制冷温度控制在18°C~25°C之间。 2. 中央空调具备开关按钮,只可人工开启和关闭,中央空调开启后处于待机状态。当关闭后,不响应来自房间的任何温控请求。当有来自从控机的温控要求时,中央空调开始工作。当所有房间都没有温控要求时,中央空调的状态回到待机状态。 3. 房间内有独立的从控空调机,但没有冷暖控制设备。从控机具有一个传感器,实时监测房间的温度,并与从控机的目标设置温度进行对比,决定是否需要制冷或制热,并向中央空调机发出请求。如果从控机发出的请求和中央空调设置的冷暖控制状态发生矛盾时,以中央空调机的状态优先,即中央空调机不予响应。 4. 从控机只能人工方式开闭,并通过控制面板设置目标温度,目标温度有上下限制。所有房间的初始目标温度由中央空调机设置,每个房间的空调机开启时要读取中央空调机预置的房间温度。温度升降范围应该在目标温度的上下1 °C。房间不考虑大小和管道的分布及大小问题,在达到目标温度后,房间的温度每分钟上下变化0.1°C。 (Basic requirements of a distributed temperature control system 1. Central air conditioning is the well-being of dual-use, but can only use a thermostat device. When set to heating, the heating temperature at 25 ° C ~ 30 ° C, and when set to cooling, the cooling temperature at 18 ° C ~ 25 ° C between. 2. Central air conditioning with switch buttons can only be manually opened and closed, central air-conditioning turned on in standby mode. When closed, do not respond to a request from the room of any thermostat. When the machine from temperature control from the control requirements, central air-conditioning work. When all rooms are no thermostat demand, central air condition back to standby. 3. Room independent from the control air conditioning, but no climate-control equipment. From the control machine with a sensor, real-time monitoring the temperature of the room, and with the goal set from the control unit compares the temperature to determine the need for cooling or he)

54
下载
93
浏览
2021-04-14发布

17. log4j-pig-master

说明:  基于Spring Boot 2.4、 Spring Cloud 2020 & Alibaba、 OAuth2 的微服务RBAC 权限管理系统。 记得上边点个star 关注更新(The micro service RBAC privilege management system based on spring boot 2.4, spring cloud 2020 & Alibaba, oauth2. Remember to click a star above to follow the update)

1
下载
70
浏览
2021-04-12发布

18. J-IM-doc

  使用java语言,jim实时通讯流行框架教程,(Jim framework for timely communication framework)

2
下载
74
浏览
2021-04-12发布

19. epai

说明:  e拍网上在线拍卖系统(北大青鸟),模拟电子商务网上交易平台(e film online online auction system (Beida Jade Bird), simulated e-commerce online trading platform)

0
下载
97
浏览
2021-04-08发布

20. webspheremqdemo

  实现Java接口的MQ编程,有读取和写到MQ队列(MQ interface to achieve Java programming, there are read and wrote MQ queue)

32
下载
70
浏览
2021-04-08发布