搜索结果
找到约 170 项符合
WI-FI 的查询结果
微处理器开发 NAND Flash Boot Please select function : 0 : USB download file(通过USB下载文件) 1 : Uart download fi
NAND Flash Boot
Please select function :
0 : USB download file(通过USB下载文件)
1 : Uart download file(通过串口下载文件)
2 : Write Nand flash with download file(将下载的文件烧写到NandFlash)
3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行)
4 : Erase Nand flash regions(擦 ...
金融证券系统 风险财务控制库 Risk Quantify is an open source financial library, with a focus on managing the risk of fi
风险财务控制库
Risk Quantify is an open source financial library, with a focus on
managing the risk of financial instruments. The aim of this project is
to provide people working in the financial industry with a good base to
use in building their own applications. Risk Quantify provides pricing
rout ...
数据结构 哈夫曼树的建立 一、 实验目的: 1. 理解哈夫曼树及其应用。 2. 掌握生成哈夫曼树的算法。 二、 实验内容: 哈夫曼树
哈夫曼树的建立
一、 实验目的:
1. 理解哈夫曼树及其应用。
2. 掌握生成哈夫曼树的算法。
二、 实验内容:
哈夫曼树,即最优树,是带权路径长度最短的树。有着广泛的应用。在解决某些判定问题上,及字符编码上,有着重要的价值。
构造一棵哈夫曼树,哈夫曼最早给出了算法,称为哈夫曼算法:
(1)根据给定的N个权 ...
加密解密 X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fi
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard.
Internet/网络编程 pav 反病毒源码 /*************************************************************************** * * * Fi
pav 反病毒源码
/***************************************************************************
* *
* File: ANTI-VIRUS *
* Function: This program demostrating file anti-virus managment *
* *
* Author: Long Yun Liang *
* First edit: 1995,3,10 *
* Last edit: 1996,11,5 All Rights Reserved *
* *
* ...
Delphi控件源码 WindPE for Borland Delphi 7.0: {*******************************************************} { } { Wi
WindPE for Borland Delphi 7.0:
{*******************************************************}
{ }
{ WindPE for Borland Delphi 7.0 }
{ }
{ Code:WindRand http://www.pefine.com }
{ }
{ Copyright (c) 2007 Pefine Security Lab }
{*******************************************************}
数学计算 给定一块宽度为W的矩形板
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
里面附有详细报告 ...
文件格式 假设在时间段[A, B]期间有6个作业需要在某台机器上处理
假设在时间段[A, B]期间有6个作业需要在某台机器上处理,每个作业对应的权重为Wi,请设计一个算法使这台机器在该时间段内利用率最高。
编译器/解释器 This project allows you to learn communication systems in greater depth. It contains the Simulink fi
This project allows you to learn communication systems in greater depth. It contains the Simulink files (*.mdl) which are block design files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM and Delta Modulation.
The idea here is to impl ...
数学计算 Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user wi
Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.
Function inputs need not accept vector args.