搜索结果
找到约 2,153 项符合
As 的查询结果
按分类筛选
- 全部分类
- 书籍 (265)
- 其他书籍 (130)
- 其他 (122)
- 单片机编程 (102)
- 技术资料 (90)
- matlab例程 (87)
- Java编程 (85)
- Linux/Unix编程 (67)
- 单片机开发 (61)
- 电源技术 (50)
- VC书籍 (48)
- VHDL/FPGA/Verilog (39)
- 电子书籍 (36)
- FlashMX/Flex源码 (35)
- 软件设计/软件工程 (34)
- 可编程逻辑 (33)
- 数学计算 (33)
- 人工智能/神经网络 (31)
- Java书籍 (31)
- 压缩解压 (30)
- 模拟电子 (28)
- 嵌入式/单片机编程 (28)
- 通讯/手机编程 (28)
- 其他嵌入式/单片机内容 (27)
- 微处理器开发 (25)
- 文章/文档 (24)
- 数值算法/人工智能 (22)
- 软件工程 (22)
- 驱动编程 (21)
- Internet/网络编程 (21)
- 数据结构 (21)
- 通讯编程文档 (20)
- 加密解密 (20)
- 网络 (19)
- 教程资料 (18)
- DSP编程 (18)
- 汇编语言 (16)
- 行业发展研究 (15)
- 其他行业 (14)
- 编译器/解释器 (14)
- Delphi控件源码 (13)
- 系统设计方案 (13)
- 无线通信 (12)
- 其他数据库 (12)
- 论文 (12)
- USB编程 (11)
- 嵌入式综合 (9)
- SQL Server (9)
- 文件格式 (9)
- 嵌入式Linux (8)
- 技术管理 (7)
- J2ME (7)
- 通信网络 (6)
- 测试测量 (6)
- 书籍源码 (6)
- uCOS (6)
- GPS编程 (6)
- 操作系统开发 (6)
- 多国语言处理 (6)
- 技术书籍 (5)
- 邮电通讯系统 (5)
- 并行计算 (5)
- Windows CE (5)
- Jsp/Servlet (5)
- JavaScript (5)
- 游戏 (5)
- VIP专区 (5)
- PCB相关 (4)
- ARM (4)
- *行业应用 (4)
- 中间件编程 (4)
- 数据库系统 (4)
- 接口技术 (4)
- 其他 (4)
- 源码 (4)
- allegro (3)
- 工控技术 (3)
- 手机短信编程 (3)
- Applet (3)
- RFID编程 (3)
- Oracle数据库 (3)
- 金融证券系统 (3)
- 行业应用文档 (3)
- 学术论文 (2)
- C/C++语言编程 (2)
- 源码/资料 (2)
- 语音压缩 (2)
- VxWorks (2)
- CA认证 (2)
- Delphi/CppBuilder (2)
- 交通/航空行业 (2)
- Symbian (2)
- Windows Mobile (2)
- 串口编程 (2)
- 认证考试资料 (2)
- 磁盘编程 (2)
- MySQL数据库 (2)
- 电子政务应用 (2)
- 3G开发 (2)
- 教育系统应用 (2)
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
其他 some simulation on digital FM,as well as some dsp implemention
some simulation on digital FM,as well as some dsp implemention
单片机开发 富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at P
富士通单片机MB902420系列
CAN Project:
CAN0 will work as a simple Repeater.
Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P)
and will send out again as byte-packages to ID#2
Receive-Buffer #1 : basic can
Transmit-Buffer #6 : full-can ID #2
Java编程 This is a Java library for performing floating-point calculations on small devices such as mobile p
This is a Java library for performing floating-point calculations on
small devices such as mobile phones which lack native support for
floating-point numbers.
其他 written as well. 8.Strong leadership skills to keep the team motivated and focused at all times to
written as well.
8.Strong leadership skills to keep the team motivated and focused at all times to meet customer deliverables.
9. Experience in managing a team of developers as their technical leader
Nice to have requirements:
Proven experience on Symbian and/Windows mobile, etc.
Familiar with ...
微处理器开发 Now,I use the ARM7 and SDT2.51 to show how to DIY,the ADS1.2 is as same as the SDT2.51.
Now,I use the ARM7 and SDT2.51 to show how to DIY,the ADS1.2 is as same as the SDT2.51.
单片机开发 This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source c ...
微处理器开发 Embedded systems for specific applications, usually in the centre, and as the core processor for the
Embedded systems for specific applications, usually in the centre, and as the core processor for the practical application of soft
Hardware systems, the hardware is the basis of the embedded operating system and platform, the software provides the necessary operational
Physical platform and commun ...
Internet/网络编程 The control uses javascript to handle number formatting as you keep typing and does the validation a
The control uses javascript to handle number formatting as you keep typing and does the validation as well. For one of our requirement, we needed a javascript based control that did formatting as the users kept typing. Google search only yielded script that did formatting on focus change events only ...