搜索结果
找到约 141 项符合
allow 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (12)
- 书籍 (10)
- matlab例程 (9)
- 电源技术 (8)
- Java编程 (8)
- Linux/Unix编程 (6)
- 单片机开发 (6)
- 模拟电子 (5)
- 其他书籍 (5)
- Delphi控件源码 (4)
- 驱动编程 (4)
- 其他 (3)
- Internet/网络编程 (3)
- VHDL/FPGA/Verilog (3)
- 通讯编程文档 (3)
- 技术资料 (3)
- 接口技术 (2)
- 数学计算 (2)
- 网络 (2)
- 其他嵌入式/单片机内容 (2)
- 微处理器开发 (2)
- Windows CE (2)
- 手机短信编程 (2)
- 文章/文档 (2)
- J2ME (2)
- 软件设计/软件工程 (2)
- JavaScript (2)
- 嵌入式/单片机编程 (2)
- USB编程 (2)
- 论文 (2)
- 传感与控制 (1)
- 无线通信 (1)
- 开关电源 (1)
- 人工智能/神经网络 (1)
- Applet (1)
- 通讯/手机编程 (1)
- GPS编程 (1)
- 中间件编程 (1)
- VxWorks (1)
- 其他数据库 (1)
- 压缩解压 (1)
- 数据结构 (1)
- 操作系统开发 (1)
- DSP编程 (1)
- 3G开发 (1)
- SCSI/ASPI (1)
- 游戏 (1)
- 磁盘编程 (1)
- 手机彩信(MMS)编程 (1)
- 技术教程 (1)
- 源码 (1)
数学计算 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.
人工智能/神经网络 The purpose of this computer program is to allow the user to construct, train and test differenttype
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures an ...
网络 The Torque Network Library is a networking API designed to allow developers to easily add world-clas
The Torque Network Library is a networking API designed to allow developers to easily add world-class multiuser simulation capabilities to their products.
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
Internet/网络编程 Web Conferencing system allow you to conduct the web conference around the globe. The system allow t
Web Conferencing system allow you to conduct the web conference around the globe. The system allow to share the desktop , application, dashboard, voice chatting and video conferencing.
中间件编程 This ActiveX control and Demo will allow you to dock your toolbars/forms to a mdiform much in the wa
This ActiveX control and Demo will allow you to dock your toolbars/forms to a mdiform much in the way in which Visual C++ allows you to.
象Vc++一样使用多文本窗体
其他数据库 This application uses OleDb as a backhand communicator with the file to allow the user to : select,
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.
其他嵌入式/单片机内容 Often it is necessary to add some logical control to a MATLAB algorithm to allow the generated hardw
Often it is necessary to add some logical control to a MATLAB algorithm to allow the generated hardware to function correctly in the overall system. This lab exercise will explore how hardware control can be added to a MATLAB algorithm and synthesized using AccelDSP Synthesis.
Linux/Unix编程 Bloat is a basic Perl script to allow you to easily decompress files from many formats.
Bloat is a basic Perl script to allow you to easily decompress files from
many formats.
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.