资源列表
ssh框架实现仓库管理系统
- ssh框架实现仓库管理系统。有代码和文档(The ssh framework implements a warehouse management system. Have code and documentation)
LBM计算方腔流动Fortran源码
- 基于格子玻尔兹曼方法,计算二维方腔流动Fortran源码
race-game-threejs-master
- 基于threejs库的web, demo开发的赛车游戏。(Threejs library based web, demo development of racing game.)
家庭理财系统
- 本系统采用MVC模式结合sql server数据库实现简单的家庭理财功能,可以记录收入支出信息,对记录进行增删改查。
0.9寸小液晶显示采集温度、湿度+串口上传(单片机stc12自带AD)
- 0.9寸小液晶显示采集温度、湿度+串口上传(单片机stc12自带AD)
刘何君-JAVA课程设计报告-校园在线打印
- JAVA课程设计报告-校园在线打印 1) 注册功能。用户首先要注册为网站的用户。注册时只要填写登录用户名(用户名即为学号)、密码、联系电话,学生住宿或宿舍地址即可。注册后,用户可继续如实填写详细个人信息及收货人信息,同时可修改密码、上传文件打印。 (2) 修改密码。用户可以对账户进行密码修改功能 (3) 付款功能。用户在订单被管理员确认后,要选择付款方式,可以选择拿货付款或者到店提货付款。 (4)打印需求。用户可以选择打印纸张的大小,打印的纸张颜色,打印方式,打印数量,打印页数,打印
WebCamera网页视频录制器
- ActiveX控件.支持视频录制、录音,文件保存等功能。非常强大!!!
SpringProject
- 一个基于JPA开发的springboot实现的登录注册。(Login registration of spring boot based on JPA.)
node-serialport-example-master
- 串口模拟,监听串口,获取串口数据,发送数据(Serial port simulation, monitoring serial port, obtaining serial port data, sending data)
JSP实例代码
- 提供了70例JSP代码,包括顺序查询数据库表中的数据、移动查询、 参数查询、模糊查询等
WebsocketWss
- netty做服务端支持ssl协议实现websocket的wss协议,实现了wss协议的连接 和websocket的心跳。(Netty as a server supports the ssl protocol to implement the wss protocol of the websocket, and realizes the connection of the wss protocol and the heartbeat of the websocket.)
模拟退火算法
- 含有模拟退火算法基本代码和改进后的模拟退火算法,适合算法初学者学习