-
for beginners of adaboost
for beginners of adaboost
- 2022-10-23 11:45:04下载
- 积分:1
-
用C写的格子棋游戏源程序,在DOS运行,程序算法不算很复杂,值得写同类代码的参考。...
用C写的格子棋游戏源程序,在DOS运行,程序算法不算很复杂,值得写同类代码的参考。-written in C game of chess source lattice, the DOS operating procedures algorithm is not very complicated. Similar worth writing code reference.
- 2022-06-29 12:53:22下载
- 积分:1
-
fft program
基2的FFT变换,带采样,结果输出到文件-fft program
- 2023-05-25 00:55:04下载
- 积分:1
-
Z-stack OSAL API
TI Z-stack ZDO(zigbee device object)对象管理层提供的API描述文档,详细介绍了Z-stack下如何调用这些API函数来完成zigbee协议栈的开发/定制。
- 2023-03-13 13:10:04下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
In MATLAB does not draw a continuous COLORBAR, and easily adjust colors accordin...
在MATLAB中绘制不连续的COLORBAR,并方便根据自己喜好调节色彩-In MATLAB does not draw a continuous COLORBAR, and easily adjust colors according to their own preferences
- 2022-03-13 12:33:00下载
- 积分:1
-
利用FPGA的IP核来实现fft的设计
利用FPGA的IP核来实现fft的设计-The use of FPGA to realize the IP core design fft ,,,,,
- 2022-03-19 21:50:11下载
- 积分:1
-
C6000DSP C language program an example of a total of three as well, the hope is...
C6000DSP的C语言程序示例 一共有3个 内容不错,希望能对有需要的朋友有帮助。-C6000DSP C language program an example of a total of three as well, the hope is to have a friend in need of help.
- 2022-04-09 23:53:20下载
- 积分:1
-
pic16f8877a 的源代码
这是 PWM 的源代码,它使用 pic 16f887a pic 16f877a,PWM 使用调制宽度脉冲,电子调速电机,acoutis,用于带领的调制信号。它是在工业科技大学任教
- 2022-02-03 07:36:07下载
- 积分:1
-
An automata implemented in C++ for searching a string of "abab" in a given strin...
An automata implemented in C++ for searching a string of "abab" in a given string.
- 2022-03-23 21:31:46下载
- 积分:1