搜索结果

找到约 2,094 项符合 file 的查询结果

按分类筛选

显示更多分类

matlab例程 AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yo

AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo fi ...
https://www.eeworm.com/dl/665/439513.html
下载: 159
查看: 1120

书籍 Wireless+Communications+over+MIMO+Channels

Mobile radio communications are evolving from pure telephony systems to multimedia platforms offering a variety of services ranging from simple file transfers and audio and video streaming, to interactive applications and positioning tasks. Naturally, these services have different constraints concer ...
https://www.eeworm.com/dl/522209.html
下载: 1
查看: 142

源码 MiniCore

An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/> **This core gives you two extra IO pins if yo ...
https://www.eeworm.com/dl/523538.html
查看: 154

技术资料 PCB-FPC设计制作CAM详细高级教材

Genesis 基本流程:1.正确输入genesis的用户及密码,则出现以下窗口:点击在file菜单下creat出现如下窗口:其中entity name可填写你要做板的工号(e50264a0-lhf)。点击ok后在entity file下找到你创建的工号,双击进入如下窗口(其中包含我们常用的实体图标):2.点击input,选择或者填写path,job(工号),step(定为cad)几 ...
https://www.eeworm.com/dl/841506.html
下载: 5
查看: 320

技术资料 zynq7020 FPGA使用指南

1.安装ActiveHDL83sp1_main_installation;2.将ibfs32.dll复制到D:\Aldec\Active-HDL 8.3\BIN下;3.将license_ActiveHDL82.dat复制到D:\Aldec\Active-HDL 8.3\Dat下;4.安装ActiveHDL83.2120.sp1_Update2_2011_05_09;5.安装ActiveHDL83sp1_Altera_Quartus10sp1_VHDLLibraries;6.设置环境变量:用户变量为:变量名:ALDEC_LICE ...
https://www.eeworm.com/dl/844815.html
下载: 8
查看: 2414

uCOS 啥也不说了

啥也不说了,请看代码示例 File : fat_dir.c FS_DIR *FS__fat_opendir(const char *pDirName, FS_DIR *pDir) { FS_size_t len FS_u32 unit FS_u32 dstart ....... FS_u32 dsize FS_i32 i char realname[12] char *filename if (!pDir) { return 0 /* No valid pointer to a FS_DIR structure */ }
https://www.eeworm.com/dl/649/132962.html
下载: 137
查看: 1058

汇编语言 用win32汇编编写的类木马的东西

用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM drive door cdclose - to close CDROM drive door bye - termin ...
https://www.eeworm.com/dl/644/175169.html
下载: 92
查看: 1057

编译器/解释器 #include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h>

#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ void r ...
https://www.eeworm.com/dl/628/175711.html
下载: 91
查看: 1408

Java编程 JoSQL 1.5的源代码。JoSQL(SQL for Java Objects)为Java开发者提供运用SQL语句来操作Java对象集的能力.利用JoSQL可以像操作数据库中的数据一样对任何Java

JoSQL 1.5的源代码。JoSQL(SQL for Java Objects)为Java开发者提供运用SQL语句来操作Java对象集的能力.利用JoSQL可以像操作数据库中的数据一样对任何Java对象集进行查询,排序,分组。比如要查找所有的Html文件:SELECT * FROM java.io.File Where name $Like "%html" ...
https://www.eeworm.com/dl/633/197471.html
下载: 43
查看: 1182

其他 As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task

As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us ...
https://www.eeworm.com/dl/534/252690.html
下载: 200
查看: 1094