搜索结果
找到约 4,187 项符合
M-file 的查询结果
其他 fastcopy!!!!the fastest copy file tool
fastcopy!!!!the fastest copy file tool
其他 shangjiao6.m为主程序;pcode.m为产生伪码的子程序;bu.m为进行补0的子程序(为了使得进行FFT和IFFT的点数满足2的N次方个) c_b.m为数据进行串并转换的子程序。
shangjiao6.m为主程序;pcode.m为产生伪码的子程序;bu.m为进行补0的子程序(为了使得进行FFT和IFFT的点数满足2的N次方个) c_b.m为数据进行串并转换的子程序。
汇编语言 function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x)
begin
if a>b then return(-1)
else begin
m:=(a+b) div 2
if x=L[m] then return(m)
else if x>L[m]
then
编译器/解释器 This package consists of the executable (UCW), a default script file, this file, and the library fi
This package consists of the executable (UCW), a default script file,
this file, and the library files. It is important that the header files
end up in a include subdirectory of the directory where UCW is found.
If you unzip this file using its path information ( use folder names ) this will
automat ...
系统设计方案 本人写的一篇介绍基于renesas DVP-M平台LCD TV系统结构的论文。
本人写的一篇介绍基于renesas DVP-M平台LCD TV系统结构的论文。
软件设计/软件工程 ATmega s MMC/SD card C file
ATmega s MMC/SD card C file
其他 LCD.h and .c file for ATmega interface
LCD.h and .c file for ATmega interface
其他书籍 make file 的相关文档
make file 的相关文档,快速掌握make file的使用方法
操作系统开发 Probe PCI devices, and compare information with standard file
Probe PCI devices, and compare information with standard file
文件格式 参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目
参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于各项参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1 还有些项目只取前三名,得分顺序为5,..