搜索结果
找到约 419 项符合
Module 的查询结果
按分类筛选
- 全部分类
- 技术资料 (52)
- 单片机开发 (34)
- 单片机编程 (27)
- VHDL/FPGA/Verilog (23)
- Linux/Unix编程 (17)
- 系统设计方案 (16)
- 其他嵌入式/单片机内容 (14)
- 电源技术 (13)
- 嵌入式/单片机编程 (13)
- 其他书籍 (11)
- 其他 (10)
- 汇编语言 (9)
- 网络 (8)
- 通讯/手机编程 (7)
- matlab例程 (7)
- 文章/文档 (7)
- 通讯编程文档 (6)
- 操作系统开发 (6)
- DSP编程 (6)
- 通信网络 (5)
- 编译器/解释器 (5)
- VIP专区 (5)
- 软件工程 (4)
- 串口编程 (4)
- Delphi控件源码 (4)
- VC书籍 (4)
- 微处理器开发 (4)
- 电子书籍 (4)
- 嵌入式综合 (3)
- 无线通信 (3)
- 驱动编程 (3)
- USB编程 (3)
- Windows CE (3)
- 手机短信编程 (3)
- 嵌入式Linux (3)
- Java编程 (3)
- 软件设计/软件工程 (3)
- Jsp/Servlet (3)
- 书籍源码 (3)
- GPS编程 (3)
- 模拟电子 (2)
- 教程资料 (2)
- 传感与控制 (2)
- ARM (2)
- 可编程逻辑 (2)
- 数学计算 (2)
- Modem编程 (2)
- BREW编程 (2)
- 中间件编程 (2)
- 多国语言处理 (2)
- 压缩解压 (2)
- 加密解密 (2)
- Java书籍 (2)
- 其他行业 (2)
- 3G开发 (2)
- 文件格式 (2)
- 源码 (2)
- 手册 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 数据结构 (1)
- Internet/网络编程 (1)
- 其他数据库 (1)
- 人工智能/神经网络 (1)
- 交通/航空行业 (1)
- SQL Server (1)
- 企业管理 (1)
- RFID编程 (1)
- MySQL数据库 (1)
- 游戏 (1)
- 人物传记/成功经验 (1)
- CA认证 (1)
- 技术管理 (1)
- 数值算法/人工智能 (1)
- 接口技术 (1)
- 电子元器件应用 (1)
- 软件 (1)
- 书籍 (1)
- 论文 (1)
Jsp/Servlet 基于java技术的留言本
基于java技术的留言本,采用MVC(Module-View-Control)架构
Linux/Unix编程 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for.
DSP编程 Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C
Real-Time Digital Signal Processing
Implementations, Applications, and Experiments with the TMS320C55x
John Wiley & Sons, Inc. 2001
By Sen M. Kuo and Bob H. Lee
2.8.1 Experiment 2A - Interfacing C with Assembly Code
2.8.2 Experiment 2B - Addressing Mode Experiments
2.8.3 Experiment 2C - Experimen ...
matlab例程 matlab 求解微分方程
matlab 求解微分方程 ,This module Does FEM analysis of a field problem when the Governing differential equation
单片机开发 液晶显示屏LCD作为一种功耗低、体积小、无辐射的显示器件
液晶显示屏LCD作为一种功耗低、体积小、无辐射的显示器件,近几年被广泛应用于各式各样的嵌入式电子产品中,LCD可分为段位式、字符式和点阵式三种,其中,段位式LCD和字符式LCD只能用于字符和数字的简单显示,不能满足图形曲线和汉字显示的要求,而点阵式LCD不仅可以显示字符、数字,还可以显示各种图形、曲线及汉字,并且 ...
SQL Server 用VC和SQL Server开发的固定资产管理系统
用VC和SQL Server开发的固定资产管理系统,包括系统信息管理,固定资产管理和统计查询管理三个大模块-VC and SQL Server development of the fixed asset management system, including system information management, fixed asset management and statistics for the three management module ...
企业管理 一个经典的权限管理系统 FrameWork权限设计是将权限抽象分为(查看/新增/修改/删除/排序/打印/备用A/备用B)共八个权限。当然
一个经典的权限管理系统
FrameWork权限设计是将权限抽象分为(查看/新增/修改/删除/排序/打印/备用A/备用B)共八个权限。当然,也可以根据需要来进行扩展。 在FrameWork中,每个模块都会在Module目录下对应一个目录(Module目录结构参考)。
每个模块目录会对应到一个应用ID和模块代码。也就是说每个模块都会对应到八个权限 ...
其他行业 * acousticfeatures.m: Matlab script to generate training and testing files from event timeseries. *
* acousticfeatures.m: Matlab script to generate training and testing files from event timeseries.
* afm_mlpatterngen.m: Matlab script to extract feature information from acoustic event timeseries.
* extractevents.m: Matlab script to extract event timeseries using the complete run timeseries and the ...
VHDL/FPGA/Verilog crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a ver
crc_table.c is for reset seed( 0000 )
crc_table_1.c is for reset seed( ffff)
CRC16_D8_m.v is a verilog module of byte paralle crc.
CRC16_D8_m_tb.v is the testbench file of above module.