搜索资源列表
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table method, the whole look-up tab
10-7
- 本文档提供了用C语言写的单片机滤波算法,因为单片机尽管不擅长实现算法和进行复杂的运算,但在一些特定的场合,如实时动态测量等应用上还是要实现一定的滤波算法。-This document provides the use of C language written in single-chip filtering algorithm, because the realization of single-chip, while not good at algorithms and complex ca
GUI
- c-c++的绘图算法,使用于单片机如51或者arm的开发着使用。-c-c++ graphics algorithms, used in single-chip microcomputer, such as 51 or the use of the development arm.
CPU_Schedu
- CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
CRCJIAOYAN
- 本文介绍了CRC算法在单片机应用系统中的实现方法,通过一系列的理论推导,得到一种比较实用的8 位单片机系统CR C算法, 并给出了CR C码计算的汇编语言程序-This paper introduces the CRC algorithm in single-chip applications in the realization of methods, through a series of theoretical derivation, to be a more practical syst
cannon
- cannon 并行程序 Matrix multiplication with the Cannon Algorithm: The matrices A and B are stored in files. The file names have to be specified as parameter. The root process reads the matrices and distributes the respective values to all processes,
MSP430_CRC
- 用MSP430实现CRC的方法 Cyclic Redundancy Code (CRC) -Cyclic Redundancy Code (CRC) is commonly used to determine the correctness of a data transmission or storage. This application note presents a solution to compute 16-bit and 32-bit CRCs on the ultr
AlgorithmsandDataStructures
- While many computer science textbooks are confined to teaching programming code and languages, Algorithms and Data Structures: The Science of Computing takes a step back to introduce and explore algorithms -- the content of the code. Focusing on thre
FIFOFCFS
- FIFO and FCFS Scheduling Algorithms in C
AlgorithmsInC-Sedgewick(1990)(5468B625).pdf
- Algorithms in C Sedgewick 1990 Addison - Wesley-Algorithms in C Sedgewick 1990 Addison - Wesley
Microsoft-CPP-Cookbook
- Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it can help you organize and process information with amazing efficiency and quickness. The C++ Cookboo
algorithms
- Algorithms Copyright c 2006 S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani July 18, 2006-This book evolved over the past ten years from a set of lecture notes developed while teaching the undergraduate Algorithms course at Berkeley and U.
motor1
- 采用单片机为主的数字控制是无刷直流电动机的主要控制手段,本课题采用单片机及C/汇编语言及模糊控制算法,主要实现无刷直流电机的换相控制、起动电流的限制、转速控制、正反转控制等功能。软件设计重点及难点主要在转速、电流闭环的控制算法及电子换相的实现等。 -Microcontroller-based digital control is the main means of control of the brushless DC motor, the subject of using a microc
PWM_BEEP
- 利用PWM输出方式控制的蜂鸣器播放生日快乐曲子的简单功能源码及相关文档介绍(A collection of data structure algorithms in C language,From 'big talk data structure'.)