搜索结果
找到约 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 ...
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.
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 ...
电子书籍 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
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 ...
软件设计/软件工程 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 ...
书籍源码 -- 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 : ...
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 ...
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就会自动指向 ...