搜索结果

找到约 1,070 项符合 First-out 的查询结果

matlab例程 Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWav

Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWavelets Toolbox and show you how to use it to load images. Some basic image manipulation is illustrated as well. You will also learn how to use measures and tools such as cumulative energy, entr ...
https://www.eeworm.com/dl/665/459226.html
下载: 195
查看: 1157

数值算法/人工智能 cuda简单例子

cuda简单例子,适合初学者,my first kernel
https://www.eeworm.com/dl/518/459457.html
下载: 56
查看: 1070

matlab例程 This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates th

This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data.
https://www.eeworm.com/dl/665/461403.html
下载: 165
查看: 1026

MTK MTK flash TOOL源程序代码 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix

MTK flash TOOL源程序代码 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size. 2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM. New features: 1. [DA] Supports new NO ...
https://www.eeworm.com/dl/700/462334.html
下载: 153
查看: 1114

电子书籍 Induction motor testing through matlab and simulink. This test all the required parameter to find ou

Induction motor testing through matlab and simulink. This test all the required parameter to find out the induction motor is stable or not
https://www.eeworm.com/dl/cadence/ebook/462486.html
下载: 188
查看: 1039

Jsp/Servlet jsp 留言系统try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()

jsp 留言系统try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackT ...
https://www.eeworm.com/dl/696/462911.html
下载: 55
查看: 1080

软件设计/软件工程 The NetBeans IDE has seen adoption snowballing over the past years, particularly with the introduc

The NetBeans IDE has seen adoption snowballing over the past years, particularly with the introduction of a completely new, rewritten, slick Java editor. You’ll fnd this reference card helpful if you want to get as much out of the Java editor as its authors intended when creating it. It lists ...
https://www.eeworm.com/dl/684/464807.html
下载: 105
查看: 1057

书籍源码 -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : ...
https://www.eeworm.com/dl/532/465416.html
下载: 107
查看: 1075

Ajax AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to

AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to display a sequence of text files one page at a time. The display style is completely controlled by a configuration file. The first application of this is as a book viewer where each chapter resides i ...
https://www.eeworm.com/dl/702/465494.html
下载: 118
查看: 1057

Java编程 String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_

String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_out){ Ref_test ref_in=new Ref_test() ref_in.s1="in" //ref_out.s1="out" ref_out=ref_in //漏洞!!ref_out 指向ref_in , //那么当函数退出后,ref_out就会自动指向 ...
https://www.eeworm.com/dl/633/465591.html
下载: 171
查看: 1099