- ofdm_signal-good 这个程序生成正交频分复用信号和它的频谱
- similar_windows_mspaint 类似windows画图程序
- Readandwriteprocedures24C02 AT24c02的读写和6位数码管动态显示的KEIL C语言演示程序 程序首先写入24C02中6位数据
- 56 vb与程序设置ie浏览器的默认主页地址v2.1
- 34exam Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Description is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist
- erphpdown_6.0.1 基于vue2.0 和 element 搭建的一个后台管理界面(set up a background management interface based on vue2.0 and element)
资源列表
Second Book Shopping
- 二手书交易,mysql作为数据库,jsp代码-Second-hand book trade, mysql as database, jsp code
game
- 一款自己写的java小游戏,仅供初学者参考,程序基于eclipse开发平台-Write a java game their own, for beginners reference program eclipse-based development platform
Channel-Power-game
- 基于认知无线电的研究,同时对信道分配与功率控制进行研究。并详细描述了博弈论的相关实现方法。-channel assignment and power control with game theory.
SSH-Mysql
- 网上书店,基于struts,spring,hibernate完成图书管理系统,对图书的增删改,管理员和用户注册登录。以及购物车构成了完整的程序-Online bookshop, based on struts, spring, hibernate complete books management system management system, the increase of book deleted, administrators and registered user login. Sh
student
- 这是一个知识竞赛的系统,功能都很齐全,在这里我不多说,你自己来体会-This is a quiz system, functions are complete, I will not say here, to experience your own
javaweb
- 雇员管理系统,实现公司雇员的增删改差等,用了MVC设计模式-database connection for java web
java
- 定义一个类MyRectangle代表矩形,为矩形定义getwidth方法(获得矩形的宽度)。getLength方法(获得矩形的长度)SetWidth(设置宽度)getArea方法(求矩形面积)和toString方法(显示矩形格式)。为矩形派生出一个子类,MySquare代表正方形,并对getArea和toString进行重写。-Representatives to define a class MyRectangle rectangle, the rectangle defined getwid
SchoolRoomBooking
- 实现学校教室预定系统 使用JSP编译 实现学校预定教室系统后台前端基本功能 使用mysql数据库-School classroom reservation system using JSP compilation Achieve the basic functions of the pre-school classroom front of the backend system using the mysql database
m.war_
- 2bizbox 很好的erp软件源码,手机版-2bizbox
ImageProcess2
- 用JAVA语言实现的一个数字图像的傅立叶变换和离散余弦变换。用到了傅立叶变换的快速算法FFT和离散余弦变换DCT。 -JAVA programming language to achieve a digital image of the Fourier transform and discrete cosine transform. Use of the Fourier transform, fast algorithm FFT and discrete cosine transform D
JSPhomework
- 其实是JSP的一个作业管理系统,可以用于学生上传下载以及老师上传作业-it s a student homework system
Vehicle.java
- 定义基类Vehicle, 它具有私有属性wheels(车轮数)和weight(车载重)。 *Vehicle类派生出Car类, * 表示小轿车,其中包含私有成员passengers(载人数)和brand(品牌名称)。 * 为Vehicle类和Car类定义构造函数和输出函数。 * * 在主函数中创建一个小轿车对象实例, * 品牌为宝马,载人数为5人,车载重为1吨,车轮数为4个。 * 调用Car的输出函数,输出这些信息。 要求:基类和派生类的输出函数同