-
循环冗余码CRC 检验技术广泛应用于测控及通信领域。CRC 计算可以靠专用的硬件来实现,
但是对于低成本的微控制器系统, 在没有硬件支持下实现 CRC 检验...
循环冗余码CRC 检验技术广泛应用于测控及通信领域。CRC 计算可以靠专用的硬件来实现,
但是对于低成本的微控制器系统, 在没有硬件支持下实现 CRC 检验,关键的问题就是如何通过软件
来完成CRC 计算,也就是 CRC 算法的问题。
这里将提供三种算法,它们稍有不同,一种适用于程序空间十分苛刻但 CRC 计算速度要求不高
的微控制器系统,另一种适用于程序空间较大且 CRC 计算速度要求较高的计算机或微控制器系统,
最后一种是适用于程序空间不太大,且CRC计算速度又不可以太慢的微控制器系统。-CRC Cyclic Redundancy Code inspection techniques are widely used in the field of measurement and control and communications
- 2022-06-19 03:39:52下载
- 积分:1
-
产生式系统中传教士和野人问题的java版 产生式系统中传教士和野人问题的java版...
产生式系统中传教士和野人问题的java版 产生式系统中传教士和野人问题的java版-production system missionaries and Savage java version of the Production S ystem missionaries and savage version of the java
- 2022-05-29 18:12:26下载
- 积分:1
-
AMESim_Matlab的仿真及其在单向阀优化设计中的应用
AMESim_Matlab的仿真及其在单向阀优化设计中的应用-AMESim_Matlab Simulation and optimization in a one-way valve design
- 2022-01-26 16:41:48下载
- 积分:1
-
c# + sql2000 学生管理系统,软件工程实验
c# + sql2000 学生管理系统,软件工程实验-asp+ sql2000 student management systems, software engineering experiments
- 2022-02-03 05:13:40下载
- 积分:1
-
One Web Retrieve Core Technology Solution.
One Web Retrieve Core Technology Solution.
- 2022-06-27 18:32:21下载
- 积分:1
-
格
Lattice公司的数字系统设计软件ispEXPERT的使用文档。-Lattice
- 2022-03-17 16:21:41下载
- 积分:1
-
书名:The Art of software TESTING,英文原版,软件测试方面的经典。...
书名:The Art of software TESTING,英文原版,软件测试方面的经典。-Title: The Art of software TESTING, English original, the classic software testing.
- 2022-07-28 02:44:32下载
- 积分:1
-
CSS样式表中文手册,值得初学者一读的好书
CSS样式表中文手册,值得初学者一读的好书-CSS Style Sheets in Chinese Manual, it is worth reading a good book for beginners
- 2023-04-14 07:40:02下载
- 积分:1
-
Planning and architecture for Office SharePoint Server
Planning and architecture for Office SharePoint Server
- 2022-02-05 00:20:08下载
- 积分:1
-
摘要:报告描述了在同组人员吴玉成同学完成学籍管理系统的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是...
摘要:报告描述了在同组人员吴玉成同学完成学籍管理系统的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是严格按照软件工程原理的方法做的。但是考虑到本人对开发工具vb不是很熟,所以在前台设计的时候也只是完成了部分的功能。我们把重点都放在数据库的后台设计开发上。对整个数据库做了详细的分析设计。这部分的报告在同组人员吴玉成的报告中。我的报告不再重复。Vb虽然有很多方法和数据库建立连接,也有很多控件可以直接对数据库的数据进行操控,但是为了实现一些有意义的功能,而不是简单的上一条记录下一条记录等查看。与ADO数据访问控件不同,ADO操作数据主要使用程序代码。通过代码创建对象,与数据源连接,执行命令等。
关键字:与sql server 2000建立连接;vb实现
-Abstract : report describes the same team WU Yu-cheng students Maintenance Management System completed the background database development on the basis of I use visual basic completion of the development process and its prospects code. Background in the development of the database, is in strict accordance with the principles of software engineering methods do. However, considering that my right development tools vb is not perfectly so in the future design of the only completed part of the function. We have to focus on the background of database design and development on. Of the entire database as a detailed analysis of the desi
- 2022-08-15 20:08:17下载
- 积分:1