-
sci-a
说明: TI F28335 的串口通讯程序;以测试过,可以放心使用。(TI F28335 Serial Communication procedures to test, and can be assured that use.)
- 2021-03-29 21:59:10下载
- 积分:1
-
AE-interpolation
C#+AE编译,实现的arcgis中经典的三类插值方法,克里格,IDW和样条曲线,导入点状shp文件,选择相应插值方法即可(C#+ AE compiled arcgis achieved in the classic three interpolation methods, Kriging, IDW and spline curves, dotted shp file import, you can select the appropriate interpolation)
- 2010-10-20 15:26:57下载
- 积分:1
-
TestFunk
can control 与 can bus Gateway 通信(can control and communication can bus Gateway)
- 2009-06-25 18:02:47下载
- 积分:1
-
基于51单片机的LCD1602可调温度,智能散热器
基于51单片机的数字可调温度,智能散热器。
有Proteus仿真,附带原理图和程序。
- 2022-07-03 21:14:56下载
- 积分:1
-
CAN总线
CAN总线与51单片机的接口原理图,使用的是sja1000和tja1040(philips).还包括了具体的文档资料和c语言控制代码(附加了LCD代码和LCD接口以及电源变换原理图).搞CAN总线一步到位.(CAN Bus and 51 microcontroller interface schematics, using the sja1000 and tja1040 (Philips). Also include the specific information and documentation control code language c (Additional code of LCD and LCD interfaces, and power transformation diagram). CAN engage in one go.)
- 2020-06-26 09:40:02下载
- 积分:1
-
transfer
program obliczajacy transfer p
- 2009-08-26 05:07:47下载
- 积分:1
-
correlation
matlab实现互现关运算,并采用雅克比——约当法实现逆矩阵的运算,在matlab下测试通过。(Complete correlation and invmaxwith matlab)
- 2012-02-11 16:20:28下载
- 积分:1
-
ultrasonic
超声波测距,外部中断方式,stm32f407单片机(Ultrasonic ranging, external interrupt way, stm32f407 SCM)
- 2017-07-20 14:13:03下载
- 积分:1
-
vvuce
使用matlab实现智能预测控制算法,分数阶傅里叶变换计算方面,实现了图像的加水印,去噪,加噪声等功能。( Use matlab intelligent predictive control algorithm, Fractional Fourier transform computing, Realize image watermarking, de-noising, plus noise and other functions.)
- 2017-05-27 12:36:55下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1