搜索结果
找到约 89 项符合
overlapped-save 的查询结果
matlab例程 %realize overlapped-save method %y:output sequence %x:input seqence %h:filter impulse response s
%realize overlapped-save method
%y:output sequence
%x:input seqence
%h:filter impulse response sequence
%N:length of each segment
%重叠保留法实现分段卷积
Oracle数据库 Connection Oracle9i database Read and Wrote Lob ,long or long raw type and save to file
Connection Oracle9i database
Read and Wrote Lob ,long or long raw type and save to file
其他 有保存/装载能力的简单加密程序。This is a simple encryption program with save/load capability.
有保存/装载能力的简单加密程序。This is a simple encryption program with save/load capability.
J2ME With DJ Java Decompiler you can decompile java class-files and save it in text or other format.It s
With DJ Java Decompiler you can decompile java class-files and save it in text or other format.It s simple and easy.
其他书籍 Automate Oracle—and save your time for more important tasks! This is the Oracle automation reference
Automate Oracle—and save your time for more important tasks! This is the Oracle automation reference every working Oracle DBA needs...concise, straightforward, and incredibly easy to use. Discover proven solutions for automating installation, database creation, management, monitoring, tuning, backu ...
汇编语言 8051 monitor programm: - use external ram to run user program - use eeprom to save user program
8051 monitor programm:
- use external ram to run user program
- use eeprom to save user program
- provide single step debug,
can read internal register and ram
matlab例程 realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h
realize overlapped-add method
%[y]=overlpadd(x,h,Nfft)
%y:output sequence
%x:input sequence
%h:filter impulse response sequence
%Nfft:points of each DFT operation
%重叠相加法实现分段卷积
Java编程 在一个窗体上的上面放置两个按钮“Open”和“Save”,在一个JFrame的窗体上放置一个文本区,点击“Open”按钮,弹出打开对话框
在一个窗体上的上面放置两个按钮“Open”和“Save”,在一个JFrame的窗体上放置一个文本区,点击“Open”按钮,弹出打开对话框,选择一个文件打开后,在文本区中显示 “Opening:新建文本文档.txt.”,若选择了“取消”,则在文本区中显示“Open command cancdlled by user.”,点击“Save”按钮,弹出保存对话框,选择“保存”后 ...
汇编语言 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在
该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作.
主函数很简单首先引入两个外部函数,extern "C"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有
if(save(&sp)){...}
if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(swit ...
VC书籍 Here s the code! Too many people ask for this Using this code you can save an image item as a jpeg
Here s the code! Too many people ask for this
Using this code you can save an image item as a jpeg image, specifying the quality of it. Jpeg quality is the same as compression so the lower the quality, the smaller the file size. It s simple to use