-
MIDI信号的解码及实时音符显示
通过对MIDI信号的解码及实时音符显示实现,让用户清楚的了解过程(By decoding the MIDI signal and displaying the real-time note, the user can get a clear understanding of the process)
- 2018-11-10 10:59:12下载
- 积分:1
-
CS-SVM
说明: 内置麻雀搜索算法优化支持向量机的程序,还有麻雀搜索算法提出的原论文(Built in sparrow search algorithm to optimize the support vector machine program, as well as sparrow search algorithm proposed in the original paper)
- 2021-04-26 22:18:45下载
- 积分:1
-
描述
Description
Calculate a+b
Input
Two integer a,b (0
- 2022-10-12 22:45:04下载
- 积分:1
-
数据结构实验:实现两表达式算术求和
任务:能够按照指数降序排列建立并输出多项式;
能够完成两个多项式的相加、相减,并将结果输入;...
数据结构实验:实现两表达式算术求和
任务:能够按照指数降序排列建立并输出多项式;
能够完成两个多项式的相加、相减,并将结果输入;
-experimental data structure : achieving two arithmetic expressions Summation tasks : According to index in descending order and the establishment of export polynomial; to complete the combined two polynomials, subtraction, and the results input;
- 2022-05-29 09:53:34下载
- 积分:1
-
GEMINI-Test-Process-fro-Seagate
WinFOF seflscan seagate detail
- 2018-02-02 15:34:46下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
机器学习实战
机器学习实战,想用Python实现经典机器学习算法的可以好好看看(Machine learning practice using python)
- 2017-10-29 21:02:27下载
- 积分:1
-
QCA8334
QCA8334 DATASHEET DATASHEET
- 2020-06-18 00:40:02下载
- 积分:1
-
day13经典案例
C++经典案列-1,推荐给学习c++的朋友好好研究一下(C++ classic case -1, recommended to c++ learning friends to study carefully.)
- 2018-06-19 23:22:34下载
- 积分:1
-
Composition
模拟地震合成记录,仅供信号分析课程参考。程序执行完毕后,生成两个xls文件,Ricker.xls中是雷克子波,Seis.xls中是地震合成记录。(Simulated seismic synthesis record, reference only to the signal analysis course. Program execution is completed, generating two XLS files, Ricker.xls is Ricker wave, Seis.xls is a synthetic seismogram.)
- 2018-04-09 21:16:03下载
- 积分:1