4096阶QAM调制解调 matlab仿真
2022-11-03 21:28:45 2KB qam qam解调 matlab 4096QAM调制仿真
1
毕业设计电商网站源码 一、源码描述 这是一套礼券自助提货系统,客户收到商家发的礼券凭编码和密码可以自助到该系统里提货,配有手机版本,功能和pc版相似,数据同步,可嵌入微信中使用,后台可对提货的订单进行发货等处理,功能十分的强大,界面非常美观,需要使用礼券的企业可直接使用,也可以作为二次开发或者毕业设计使用,感兴趣的可以下载看看啊二、功能介绍 PC版功能: 1、真伪查询:输入礼券提货编码查询该礼券的真伪 2、申请提货:输入礼券上的提货编码和验证密码 验证为未提货的真实礼券后出现输入收货信息,客户输入信息后提货成功 订单提交到后台处理 3、查询订单:客户输入手机短信收到的订单号和手机号码可查询订单的状态,发货使用的物流公司物流编号跟踪物流信息等。 4、帮助中心:客户可查询系统使用说明 5、销售网点:可查看各网点地址电话等信息 6 、产品中心:可查看产品相关信息 7、售后服务:可提交退换货申请信息和投诉建议信息 8、联系客服:可查看公司的地址电话 地图等信息 手机微信版功能:手机版程序文件在 M 文件夹下,功能和PC版类似,可加入链接到微信中,供客户手机操作各个功能。 后台模块: 1、订单管
2022-11-03 20:18:16 12.5MB 系统开源
1
SQL Service练习中的数据库db-test中的Student、Course、SC表的sql文件
2022-10-27 09:04:18 12KB sql
1
算法导论第三版,殷建平,徐云翻译版本。附带课后的参考答案
2022-10-25 21:50:06 140.43MB data  course
1
面向所有人的Web应用程序(WA4E) 课程材料 在本地主机上设置 以下是使用MAMP在Macintosh上的localhost上进行设置的步骤。 使用安装MAMP(或类似产品) 将此仓库签入htdocs中的顶级文件夹 cd /Applications/MAMP/htdocs git clone https://github.com/csev/wa4e.git 进入新签出的文件夹并获取Tsugi的副本: cd wa4e git clone https://github.com/csev/tsugi.git 在您SQL Server中创建一个数据库: CREATE DATABASE t
2022-10-02 10:38:29 184.82MB php database course-materials mooc
1
A First Course in Machine Learning(2nd)--Simon Rogers && Mark Girolami
2022-09-12 01:26:30 6.84MB FirstCourse 机器学习
1
javaweb毕业设计附源码 精品课程网(javaWeb) 此项目为本人2015年的毕业设计,含展示页+后台管理系统。用最基础的servlet+jsp+mysql写的,技术老了,但很完整。整个项目的页面设计、功能设计、开发皆由本人一人完成,特此一份。 文末附上开题报告+论文,供大家参考,别忘了点star哦! 功能列表 登录注册 在线出题 在线测试 资料下载 师生互动 我的作业 收取作业 用户管理 公告管理 目录说明 展示页和后台管理页都写在了一个工程里 大家可以直接拿源码改造,虽然用了jstl标签,但也用了ajax,要改成html也不难。 sql文件夹:该项目的sql都在这里啦,直接运行即可 src文件夹:java源码和数据库配置 webRoot文件夹:css、js、jsp webRoot->backstage 文件夹:后台管理系统的页面 imgView文件夹:可以忽略,仅用于展示 课程网.artx:我是用Artisteer设计的首页,此为设计原件 预览说明 webRoot->WEB-INF文件夹下有编译后的class文件,可以直接拿来webRoot运行看效果 操作步骤 1、在mysq
2022-09-03 08:59:15 44.93MB 系统开源
1
时间序列是一段时间内的一系列观察结果xt。通常情况下,观测可以在整个时间间隔内进行,在一个时间间隔或固定的时间点随机采样。不同类型的时间采样需要不同的数据分析方法。
2022-08-25 21:05:04 3.53MB 机器学习
1
A Course In Probability and Statistics by Charles J. Stone. A classical textbook about probability and statistics. pdf format
2022-08-13 18:51:43 23.41MB probability statistics
1
Author: Josh Lospinoso Pub Date: 2019 ISBN: 978-1593278885 Pages: 792 Language: English Format: PDF Size: 10 Mb A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you’ll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries. C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any programmer would be proud of. Designed for intermediate to advanced programmers, C++ Crash Course cuts through the weeds to get you straight to the core of C++17, the most modern revision of the ISO standard. Part 1 covers the core of the C++ language, where you’ll learn about everything from types and functions, to the object life cycle and expressions. Part 2 introduces you to the C++ Standard Library and Boost Libraries, where you’ll learn about all of the high-quality, fully-featured facilities available to you. You’ll cover special utility classes, data structures, and algorithms, and learn how to manipulate file systems and build high-performance programs that communicate over networks. You’ll learn all the major features of modern C++, including: Fundamental types, reference types, and user-defined types The object lifecycle including storage duration, memory management, exceptions, call stacks, and the RAII paradigm Compile-time polymorphism with templates and run-time polymorphism with virtual classes Advanced expressions, statements, and functions Smart pointers, data structures, dates and times, numerics, and probability/statistics facilities Containers, iterators, strings, and algorithms Streams and files, concurrency, networking, and application development With well over 500 code samples and nearly 100 exercises, C++ Crash Course is sure to help you build a strong C++ foundation.
2022-08-05 15:58:14 10.14MB c++17
1