Add

共 348 篇文章
Add 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 348 篇文章,持续更新中。

Jan 04, 2007 1. Add SPI support, see spi.h and spi.c 2. Add driver.h 3. Modified keyboard modu

Jan 04, 2007 1. Add SPI support, see spi.h and spi.c 2. Add driver.h 3. Modified keyboard module and display module 4. Add BitSet support, see bitset.h and bitset.c 5. Fixed some bugs Dec 2

When created, this DLL does not export any symbols. As a result, it will not produce a .lib file

When created, this DLL does not export any symbols. As a result, it will not produce a .lib file when it is built. If you wish this project to be a project dependency of some other project, you w

This is a little console mode utility program which is able to (de-)compress single files with a s

This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation

Name:neural Network Control, for Matlab,tipical description for control problems with NN method, add

Name:neural Network Control, for Matlab,tipical description for control problems with NN method, additionally, there are some useful examples to be referenced.

UWB 功率控制 容量 Main Matlab script is in runsim.m. It generates random topologies, optimizes, and d

UWB 功率控制 容量 Main Matlab script is in runsim.m. It generates random topologies, optimizes, and display results. IMPORTANT: you may need to add manually the lib path in Matlab in order to get a

This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S

This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run

LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and goo

LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from fi

realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h

realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h:filter impulse response sequence %Nfft:points of each DFT operation %重叠相加法实现分段卷积

7143_keilC51v612完全解密版

&nbsp; &nbsp; &nbsp; &nbsp; keil C51 v6.12 完全解密版的安装说明<br /> <br /> &nbsp; &nbsp; &nbsp;安装方法是先将V6.12安装程序用复制到某个目录下,如复制到D:\keilC51<br /> &nbsp;然后执行D:\keilC51\setup\setup.exe 安装程序,选择安装Eval Version版进<br />

Delphi 泛型容器 TDictionary 的用法 Demo

Collection of key-value pairs.&nbsp;<br /> <br /> TDictionary represents a generic collection of key-value pairs.&nbsp;<br /> <br /> This class provides a mapping from a collection of keys to a collec

Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX

Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX component.

FreeJaPoll is a free software that make possible to add in a simple way a web-survey to your own s

FreeJaPoll is a free software that make possible to add in a simple way a web-survey to your own site. FreeJaPoll is a servlet written in Java programming language the program logo (on the right)

RapidForm add-in template for Visual C++. Using this template project, a user can create RapidForm t

RapidForm add-in template for Visual C++. Using this template project, a user can create RapidForm template conveniently

Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add

Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scripting project that supports Activ

《模糊逻辑工具箱新》(Fuzzy Logic Toolbox Add-On)

《模糊逻辑工具箱新》(Fuzzy Logic Toolbox Add-On),增加了新的公共过程基于模糊控制系统的模糊控制工具箱。 作者: Antonio Javier Barrag

一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库

一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库,名称为 XfokSite_Free (必须为这个名字) 3、选择该数据库,点击鼠标右键 -&gt; 所有任务 -&gt; 还原数据库 -&gt; 从设备 -&gt; 选择设备 -&gt; 添加 -&gt; 选择程序目录下的数据库里面的文件 二、安装程序 1、如果程序没有放在

/** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式

/** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray&lt;int,int&gt; tes

Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an

Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear reg

Suite of components to add scripting capabilities to your applications, including Pascal & Basic scr

Suite of components to add scripting capabilities to your applications, including Pascal & Basic scripting engines, Pascal & Basic syntax highlighting memo and script debug tools.

16进制转十进制

DATAS SEGMENT<br /> w dw 0<br /> keybuf db 255<br /> &nbsp; &nbsp; &nbsp;db 0<br /> &nbsp; &nbsp; &nbsp;db 255 dup(0) &nbsp; &nbsp; &nbsp;;定义键盘输入需要的缓冲区<br /> DATAS ENDS<br /> <br /> STACKS SEGMENT<br