登录
首页 » 软件系统 » 大学英语学习系统,SQL环境,可供软件工程,数据库课程的课程设计参考,里面有详细设计说明文档,源代码,数据库文件,使用方法...

大学英语学习系统,SQL环境,可供软件工程,数据库课程的课程设计参考,里面有详细设计说明文档,源代码,数据库文件,使用方法...

于 2022-03-02 发布 文件大小:1.47 MB
0 153
下载积分: 2 下载次数: 1

代码说明:

大学英语学习系统,SQL环境,可供软件工程,数据库课程的课程设计参考,里面有详细设计说明文档,源代码,数据库文件,使用方法-College English Learning System, SQL environment for software engineering, database design courses, which have the detailed design documentation, source code, database files, use the method

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

发表评论

0 个回复

  • 商品销售管理(初始用户名:admin。密码:admin)
    商品销售管理系统(系统初始用户名:admin。密码:admin)-sales management system (Initial Username : admin. Password : admin)
    2023-07-16 11:30:06下载
    积分:1
  • Well with the city code and telephone management system that can query area code...
    很好用的城市区号和电话管理系统,可以查询区号和号码-Well with the city code and telephone management system that can query area code and number of
    2022-03-25 15:10:19下载
    积分:1
  • 关于C++,计算机书籍,希望对学习有帮助
    讲述C++,计算机的书,希望对学习有帮助-About the C++, computer books, want to be helpful in learning
    2022-04-29 03:32:51下载
    积分:1
  • thesis on the development system and the development of the overall process desi...
    论文中对开发系统和开发过程的总体结构设计,详细设计,程序实现都 作了详尽的描述和分析,并附以相应的图文说明。-thesis on the development system and the development of the overall process design, detailed design, Program has made a detailed description and analysis, along with the corresponding transmission note.
    2022-08-03 23:56:43下载
    积分:1
  • ads1.2的编译连接说明书,对学习arm和嵌入式开发大有帮助
    ads1.2的编译连接说明书,对学习arm和嵌入式开发大有帮助-Connect ads1.2 compiler manuals, learning, and embedded development arm of great help
    2022-03-11 05:30:37下载
    积分:1
  • ATAPI规范ATAPI规范
    ATAPI specification ATAPI specification
    2022-08-04 10:11:46下载
    积分:1
  • DOS may have is the history of the computer expert but do not understand that th...
    DOS也许已经是历史了 但是电脑高手不能不去了解一点DOS操作, ^_^,查IP,建立目录树-DOS may have is the history of the computer expert but do not understand that the DOS can not do so,check IP, set up the directory tree, etc.
    2022-03-19 21:36:11下载
    积分:1
  • 林锐的好东西,很有价值的, 看了一定有启发
    林锐的好东西,很有价值的, 看了一定有启发
    2023-07-21 06:05:04下载
    积分:1
  • 针对夜间动态背景下的行人检测中分割算法受光照条影响大、误识别多等问题,提出双阈值分割算法和以多目标跟踪为核心的算法框架。新的分割算法解决了行人亮度分布不均时的...
    针对夜间动态背景下的行人检测中分割算法受光照条件影响大、误识别多等问题,提出双阈值分割算法和以多目标跟踪为核心的算法框架。新的分割算法解决了行人亮度分布不均时的分割问题,同时在新的框架下可以综合多帧的处理结果进行综合判断,通过将基于支持向量机的识别算法和多目标跟踪算法的融合,降低了系统的计算量,且比一般的系统具有更高的识别率。 -At night the dynamic context of pedestrian detection segmentation algorithm affected by light conditions, and false identification of many other issues, the dual-threshold segmentation algorithm and a multi-target tracking algorithm as the core framework. New segmentation algorithm to solve the uneven distribution of brightness of pedestrians at the time of partition, while in the new framework of an integrated multi-frame can be the result of a comprehensive treatment of the judge, through the support vector machine-based recognition algorithms and multi-target tracking algorithm integration reducing system of calculating the volume, and than a typical system has a higher recognition rate.
    2022-03-03 03:10:11下载
    积分:1
  • 嵌入式应用工程师借用计算机专家创建的C语言,使嵌入式应用得以飞速发展,而MISRAC是嵌入式应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA...
    嵌入式系统应用工程师借用计算机专家创建的C语言,使嵌入式系统应用得以飞速发展,而MISRAC是嵌入式系统应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA C已经被越来越多的企业接受,成为用于嵌入式系统的C语言标准,特别是对安全性要求极高的嵌入式系统,软件应符合MISRA标准。 本文由清华嵌入式系统研究专家,邵贝贝教授领衔执笔,分六讲,跟读者一起学习MISRAC。 第一讲:“‘安全第一’的C语言编程规范”,简述MISRAC的概况。   第二讲:“跨越数据类型的重重陷阱”,介绍规范的数据定义和操作方式,重点在隐式数据类型转换中的问题。   第三讲:“指针、结构体、联合体的安全规范”,解析如何安全而高效地应用指针、结构体和联合体。   第四讲:“防范表达式的失控”,剖析MISRAC中关于表达式、函数声明和定义等的不良使用习惯,最大限度地减小各类潜在错误。   第五讲:“准确的程序流控制”,表述C语言中控制表达式和程序流控制的规范做法。   第六讲:“构建安全的编译环境”,讲解与编译器相关的规范编写方式,避免来自编译器的隐患。 希望大家喜欢。 -embedded system engineers use computer experts created by the C language, Embedded systems make application to rapid development MISRAC which is embedded system engineers from the C language embedded application made contributions. Now MISRA C has been more and more enterprises are accepted as for embedded system in C language standard, especially for high security requirements of embedded systems, software should comply with MISRA standards. This paper from Qinghua embedded systems, an expert P
    2022-12-14 09:20:03下载
    积分:1
  • 696518资源总数
  • 106265会员总数
  • 10今日下载