搜索结果

找到约 1,986 项符合 BE 的查询结果

按分类筛选

显示更多分类

单片机开发 This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file syst

This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variab ...
https://www.eeworm.com/dl/648/128758.html
下载: 37
查看: 1087

数值算法/人工智能 WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode b

WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few ...
https://www.eeworm.com/dl/518/128819.html
下载: 41
查看: 1050

Delphi控件源码 此代码可以实现以下功能 使用wordappalication 组件

此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end ...
https://www.eeworm.com/dl/666/130068.html
下载: 183
查看: 1042

嵌入式/单片机编程 This program is free software you can redistribute it and/or modify it under the terms of the GNU Ge

This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful ...
https://www.eeworm.com/dl/647/130108.html
下载: 153
查看: 1165

微处理器开发 ATmega8 taillight circuitA more complex C program that implements different flashing patterns under

ATmega8 taillight circuitA more complex C program that implements different flashing patterns under the control of both the push buttons and potentiometer. Use your imagination to come up with some novel ideas here. Remember however that more marks are to be awarded for the quality of the code than ...
https://www.eeworm.com/dl/655/131297.html
下载: 140
查看: 1080

数学计算 This program will ask how many numbers you want to find the average of, then it will allow you to en

This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
https://www.eeworm.com/dl/641/132105.html
下载: 155
查看: 1034

压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t

In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
https://www.eeworm.com/dl/617/132267.html
下载: 157
查看: 1091

加密解密 RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algori

RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001
https://www.eeworm.com/dl/519/132283.html
下载: 40
查看: 1141

系统设计方案 1997年9月

1997年9月,NIST征集AES方案,以替代DES。 1999年8月,以下5个方案成为最终候选方案:MARS, RC6, Rijndael, Serpent, Twofish。 2000年10月,由比利时的Joan Daemen和Vincent Rijmen提出的算法最终胜出。( Rijndael 读成Rain Doll。) http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ ...
https://www.eeworm.com/dl/678/134603.html
下载: 71
查看: 1045

驱动编程 FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive

FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.
https://www.eeworm.com/dl/618/135122.html
下载: 119
查看: 1068