资源列表

« 1 2 ... .82 .83 .84 .85 .86 2787.88 .89 .90 .91 .92 ... 3005 »

[汇编语言ee

说明:快速傅立叶变换(FFT)是离散傅立叶变换的一种有效的算法,通过选择和重新排列中间结果,减小运算量。DFT有大量重复的cos、sin计算,FFT的作用就是用技巧减少cos、sin项重复计算。当采样点数为1024点,DFT要求一百万次以上计算量,而FFT则只要求一万次。-cout width cout width cout width cout width cout width cout width cout width cout widt
<zz> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言shuzhijiaohuan

说明:数值交换,编写函数实现交换两个数,形参分别用指针及引用完成。-Numerical exchange, write a function to exchange two numbers, the parameter with pointers and references to complete.
<范德华> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言142

说明:求两个整数的最大公约数和最小公倍数,并编写主函数调用这两个子函数,输出结果,两个整数由键盘输入。-#include<iostream> using namespace std int x(int a,int b) //x为求最大公约数的函数 { int t=0 if(a>b)t=b else t=a for(int i=t i>=1 i--)if(a i
<ll> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言sort

说明:哈工大汇编语言老师老师带着写的代码,用c和汇编进行联合编程!是底层实现更快!-Hit the assembly language teacher teacher took to write the code, using C and assembly joint programming! Is the underlying implementation faster!
<胡明> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言buffer

说明:用汇编语言实现插入查找,联合c中的printf()调用等方面都有涉及,希望对汇编的初学者有帮助!-Using assembly language to achieve insert search, combined with C in printf ( ) call etc are involved, I hope to help beginners compilation!
<胡明> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言xchg2

说明:哈工大教课的时候的汇编语言经典例子,交换两个字符串,把大写改为小写!大神无视,菜鸟看看很有帮助!-Harbin University of technology teaching when assembly language classic example, in exchange for two string to uppercase, lowercase! God ignores the rookie, have a look!
<胡明> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言otsu.matlab

说明:这是otsu算法的matlab版,可以对图像进行自动二值化处理。-Otsu algorithm matlab version, automatic binarization processing of the image.
<吴燕超> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言DISP

说明:emu8086软件写的,字符串移动的屏幕保护程序-emu8086 software written string moving screen saver
<zhao> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言chazhi

说明:拉格朗日差值和牛顿(线性插值)函数示例,将结果输出到文本文件-Lagrangian difference and Newton (linear interpolation) function example, to output the results to a text file
<xiebiwei> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言BeamFreqMode

说明:细梁的振动,无量纲振动控制方程关于梁的动力响应-Beam power with applications from mechanical aerospace electrical and civil engineering free vibration nondimendional frequency coefficients on the dynamic behaviour of the beam
<liuliu> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言liushuideng

说明:流水灯,开始后从灯一次亮起,一周期后重复-Water lights, start from the lamp once lit, repeat after one cycle
<lz> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言zhenjiashuitong

说明:真假水桶问题 实现一个类似于电子监管网的系统,在一个文件 jgm.dat 中存放了合法的监管码,该文件以文本文件的形式存在,每行存放一个监管码,监管码为 16 位或 20 位的数字。该文件的尺寸不超过 4M。 -True and false buckets issues to achieve a similar system of electronic monitoring network, the legitimate reg
<雨落> 在 2024-10-09 上传 | 大小:1024 | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 2787.88 .89 .90 .91 .92 ... 3005 »

源码中国 www.ymcn.org