-
分段算法的程序,很好的。绝对简练
分段算法的程序,很好的。绝对简练-Segmentations procedures very well. Absolutely concise
- 2022-02-20 22:08:48下载
- 积分:1
-
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格...
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格
更加实用的CRC 计算程序。-This paper theoretically deduced from the principles of CRC algorithm is given three separate computers or micro-controller to adapt to different hardware environment of the C language program. According to this algorithm the reader a better theory, in different languages a unique style of the CRC calculation program more practical.
- 2022-02-15 19:33:59下载
- 积分:1
-
快速查找:应用递归排序的例子
快速查找:应用递归排序的例子- Quick look: Application recursion arrangement example
- 2023-09-01 01:40:03下载
- 积分:1
-
预测分析程序
使用自上而下分析法,实现了预测分析程序,主要包括求非终结符的First集,Follow集,和分析表,最后使用栈对文法进行分析。使用VC++6.0打开工作空间便可以直接运行。
- 2022-08-09 17:48:47下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
c语言程序
c语言程序,无论初学还是一些深入程序,都可以在这里找到,希望可以帮到你,有点语言问题,不大会写,请原谅,
- 2022-05-18 09:31:19下载
- 积分:1
-
飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量...
飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量-Spacecraft relative position vector of the station unit vector in the equatorial coordinate system of the three subscales
- 2023-04-17 08:30:03下载
- 积分:1
-
a matrix multiplication code in C Language
一个矩阵相乘的c语言代码-a matrix multiplication code in C Language
- 2022-04-19 17:23:06下载
- 积分:1
-
51单片机循迹小车
应用背景基于51 单片机的简单循迹小车,仅个人娱乐所用,采用6个传感器可实现90度直角转弯,还能转小于90度的,也有原地掉头功能(前方无路时),刚入门,程序好不好,望勿喷。关键技术大家都知道51程序很简单,方法也各式各样,我刚步入大学的一个小程序,个人认为还有很多不周到的地方,但是我亲测有用,基本功能实现没有问题,但传感器位置很重要。个人采用的是“八”字形排布。
- 2022-05-30 10:48:08下载
- 积分:1
-
快速排序法与随机 pivote 和 c + + 源代码
快速排序是一种分而治之算法。快速排序将大表分成两个更小的子列表:低和高的元素的元素。快速排序可以递归的子列表排序。步骤:选择一个
- 2022-02-26 20:33:39下载
- 积分:1