登录
首页 » Others » access教学管理系统(数据库源文件+实验报告)

access教学管理系统(数据库源文件+实验报告)

于 2020-12-03 发布
0 214
下载积分: 1 下载次数: 1

代码说明:

绝对原创的access教学管理系统。包括了数据库文件和报告。如果你正在学习Access的课程,期末又要求你交实验报告,那恭喜你,这是你的完美参考资料。该系统功能简明,逻辑清晰,易于修改,适合所有初学access的同学们。大神就不要进来喷了。。。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bp神经网络手写字符(汉字识别)
    手写汉字识别,网上找到的使用了BP神经网络
    2020-11-28下载
    积分:1
  • Java课设计(超市管理系统)Myeclipse+MySql
    本资源中包含超市管理系统的实验报告,可以直接上交版。以及myeclipse下的项目文件。可以直接添加进行运行验证。 超市管理系统有一下模块:一.基本档案管理设计与开发;二,采购订货设计与开发;三,出入库设计与开发;四,人员部门的设计与开发;五,管理员的设计与开发。以及相应信息的增、删、改、查等功能。     数据库设计(或数据结构设计):数据库中包含以下表: 1 管理员信息表:用于登陆系统时进行信息的比对。 2 职员表:存储企业职员的身份信息。 3 采购表:存储采购的商品信息。 4 入库表:存储进入仓库的商品信息。
    2020-12-07下载
    积分:1
  • 利用Matlab写,记录二值化图像像素点,利用最小二乘法迭代实现直线拟合,并在原二值化图像上面画上直线,并记录直线方(包括斜率和截距这两个参数)
    本程序代码是通过Matlab编写完成的,里面有用高清相机拍摄的图片提取的二值化直线图像,每一幅图像都有几个MB;虽压缩包只有几十kb,但功能完善,没有任何问题。通过记录二值化图像像素点,利用设定的距离阈值参数,然后利用距离阈值参数通过最小二乘法迭代来剔除偏差较大的像素点,进而实现直线拟合,并在原二值化图像上面画上直线,记录直线方程(包括斜率和截距这两个参数)。请放心下载,资源没有任何问题。
    2020-11-27下载
    积分:1
  • Matlab实现二维傅里叶变换(FFT2)
    本程序主要实现了二维傅里叶变换,其中先对图像矩阵进行预处理(即图像中心化),然后进行行傅里叶变换,再对其进行列变换,进行行列变换是调用自己写的一维傅里叶变换函数ImFFT实现的。程序输入为图像矩阵A,输出为其傅里叶变换结果Fuv,并绘制了其频谱图
    2020-11-28下载
    积分:1
  • 粗糙集属性约简算法源码MATLAB
    鲁东大学张小峰编制,源码丰富却简洁,简单易懂,模块分明,适合粗糙集初学者学习。
    2021-05-07下载
    积分:1
  • 无人驾驶入门--Autoware使用手册
    无人驾驶汽车系统入门 - Autoware_UsersManual_v1.1Autoware-用于城市自主驾驶的集成开源软件,支持以下功能:3D本地化3D映射路径规划路径跟随加速/制动/转向控制数据记录汽车/行人/物体检测交通信号检测交通灯识别车道检测对象跟踪传感器校准传感器融合面向云的地图连接自动化智能手机导航软件仿真虚拟现实Autoware受BSD许可证保护。请自行负责使用。为了安全使用,我们为不拥有真正自主车辆的人提供基于ROSBAG的仿真方法。如果您使用Autoware与真正的自主车辆,请在现场测试之前制定安全措施和风险评估。工尹-刁一定義亡机飞求世。Chapter1。 About This documentThis chapter describes the purpose of this document.Autoware Users ManualAutoware Developers manualChapter2。 RoS and AutowareBefore operating Autoware, RoS and Autoware are described in this chapter.Robot middleware- rosecently, the wide range potential of robotics has been focused by not only roboticsexperts but also non-robotics experts to join robot development It is believed thatthis trend leads robotics to advancement and developments to other domainsHowever, robot development is getting harder because the advancement and the complexityof robot functions have been increased Unlike Pcs and smartphones robotic developmenthas considered various hardware, OS, programming languages. Hence, the differences havemainly been obstructed for robotic developers as well as robotics experts to join robotdevelopmentTo solve the problem, the demand of making common platforms has been increased, andsome platforms have been published Within a common platform, developers can combinevarious software published by other developers, and speed up development by reusing themTherefore, it is expected that developers can more focus on fields of interestROS (Robot Operating System) is a framework for robotic software development. It wasdeveloped by Willow Garage in U.S. OSFR (Open Source Robotics Foundation) has currentlymaintained it. The open sourced ros has mainly been used by communities in U.S. andEurope as well as communities in JapanNote that ros has "os" in its name however, it is not "os" like Windows or linux. It is amiddleware that runs on uniX based OSROS FeaturesOriginal build system(Catkin)mage processing library(OpenCvv Data logging tool (ROSBAG)v Visualization tools for data and software state(rvizCoordinate transformation library (TFQt based gul development tool (RQTA""file is used to start multiple nodes atAutowareutoware is open source software based on ros. autoware is pushed on github forautonomous driving research and development. Most of autonomous drivingsystem consist of recognition, judgment, and operation. Autoware providesnecessary functions, such as 3-D map generation, localization, object recognition, andvehicle control, for autonomous drivingROS PCAutoware〔Ros)RecognitionJudgmentoperationObject DetectionLane KeepingAcceleratorLocalizationIntersectionBrakeSteeringAutowareRiderAutoware routePath PlanningVehicleVehicle control(CAN)CFigure 1 Autoware overviewwhile support systems such as driving assistance and safetydiagnosis support, use multi-core CPU3-D Map Generation and SharingLocalization(NDT: Normal Distributions Transform)object DetectionPath GenerationAutonomous Drivingtarget speed. In addition, the route includes landmarks, "way point, setintervals. The autonomous driving system operates path following by following the wayUser InterfaceA user interface called " Runtime Manager ofpath following. Furthermore, a tablet user interface, "Autoware Rider, of Autoware enablesROS PCAutoware(ROS)Runtime ManagerVIZAutoware ridertabletDisplay on vehicleOculusFigure 2 User interfacePlatform structure for autowareApplicationAutowareMiddlewareROSHost OsLinux( UbuntuCPUGPUCameraGNSSLIDARFigure 3 Platform structure for Autoware
    2021-05-07下载
    积分:1
  • 心电图小波去噪(附有代码)
    关于小波去噪在心电图上的应用,详细说明原理以及附有代码
    2020-11-04下载
    积分:1
  • 自适应多目标粒子群优化器(AMOPSO)
    自适应多目标粒子群优化器The Adaptive Multi-Objective Particle Swarm Optimizer (AMOPSO).
    2020-12-01下载
    积分:1
  • matlab实现图像的配准,手动选点
    matlab实现图像的配准,手动选点
    2020-12-01下载
    积分:1
  • IRIS数据集(文本文件和表格)
    IRIS数据集,包括三个文本文件和一个EXCEL表格,主要用于验证构建的神经网络的有效性,具体代码https://blog.csdn.net/ckzhb/article/details/60571769
    2020-12-09下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载