搜索结果
找到约 267 项符合
Following 的查询结果
按分类筛选
- 全部分类
- 技术资料 (38)
- 其他 (15)
- 单片机开发 (12)
- matlab例程 (12)
- 微处理器开发 (11)
- 书籍 (9)
- 数学计算 (9)
- 单片机编程 (8)
- 软件设计/软件工程 (8)
- VHDL/FPGA/Verilog (7)
- 可编程逻辑 (6)
- Linux/Unix编程 (6)
- Java编程 (6)
- 数值算法/人工智能 (5)
- 其他书籍 (5)
- 电子书籍 (5)
- 网络 (5)
- 人工智能/神经网络 (5)
- 书籍源码 (4)
- 驱动编程 (4)
- USB编程 (4)
- Java书籍 (4)
- Delphi控件源码 (4)
- 系统设计方案 (4)
- VC书籍 (4)
- SQL Server (4)
- 操作系统开发 (3)
- 教程资料 (3)
- 汇编语言 (3)
- 嵌入式/单片机编程 (3)
- 嵌入式Linux (3)
- 源码 (2)
- 数据库系统 (2)
- 仿真技术 (2)
- Internet/网络编程 (2)
- 语音压缩 (2)
- 金融证券系统 (2)
- uCOS (2)
- 数据结构 (2)
- Windows CE (2)
- Oracle数据库 (2)
- 邮电通讯系统 (2)
- C/C++语言编程 (1)
- 接口技术 (1)
- DSP编程 (1)
- 开关电源 (1)
- 通讯/手机编程 (1)
- 软件工程 (1)
- Matlab (1)
- 工控技术 (1)
- 模拟电子 (1)
- 源码/资料 (1)
- 压缩解压 (1)
- 手机短信编程 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- Applet (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 文章/文档 (1)
- J2ME (1)
- VxWorks (1)
- Symbian (1)
- 行业发展研究 (1)
- 并行计算 (1)
- RFID编程 (1)
- VIP专区 (1)
书籍 Line+Loss+Analysis
It has been over a decade since the Chinese publication of Line Loss in Electric Power Systems. To keep pace
with technological developments, I started a revision as early as 2002, following the main principles that the
theoretical framework and characteristics of the first edition should be retaine ...
嵌入式/单片机编程 cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor s
cpress usb 芯片Vender 处理固件。
The purpose of this software is to demonstrate how
to implement vendor specific commands.
The following vendor specific commands are implemented:
A0 Firmware Upload/Download
A2 EEProm Load
A3 External Ram Load
A4 Set I2C Addr
A5 Get IIC Type (1 Byte or 2 Byte EEPROM) ...
Java编程 Refer to the UML diagram above and implement the Course class. After you define the Course class, yo
Refer to the UML diagram above and implement the Course class. After you define the Course class, you must create a Course object with the following details:
Programming I, WXES1114, taught by SMT.
Besides, your program must test all the accessor and mutator methods you had defined and the toStrin ...
数学计算 Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports th
Mapack可用来做矩阵运算
Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single V ...
USB编程 This software package contains the USB framework core developped by ATMEL, as well as a CDC driver
This software package contains the USB framework core developped by ATMEL,
as well as a CDC driver for an USB to serial converter.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- cdc/
-> Source code for the CDC driver
-> Makefile ...
USB编程 This software package contains the USB framework core developped by ATMEL, as well as two HID driv
This software package contains the USB framework core developped by ATMEL,
as well as two HID drivers for a mouse and a keyboard.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- hid/
-> Source code for the HID drivers
-> Makefile ...
其他书籍 This document specifies a collection of compiler directives, library routines, and environment vari
This document specifies a collection of compiler directives, library routines, and
environment variables that can be used to specify shared-memory parallelism in C, C++
and Fortran programs. This functionality collectively defines the specification of the
OpenMP Application Program Interface (OpenMP ...
书籍 Principles+of+Digital+Transmission
This book stems from its ancestor Digital Transmission Theory,published by 
Prentice-Hall in 1987 and now out of print. Following the suggestion of several colleagues who complained about the unavailability of a textbook they liked and adopted in their courses, laying a strong emphasis on ...
技术资料 基于MK60DN512单片机的汽车跟车预警系统设计
基于MK60DN512单片机的汽车跟车预警系统装置包括激光测距传感器、旋转编码器、蜂鸣器、一个三位开关、LM2940芯片、红色LED灯、黄色LED灯、绿色LED灯以及MK60DN512单片机。本次设计汽车跟车预警系统,通过在汽车前测安装激光测距传感器,在后轮上安装旋转编码器,将采集到的距离信号和速度信号传递给单片机,单片机进行处理分析 ...
数值算法/人工智能 Distribution generator Here is a simple generator which can build some distributions with given pro
Distribution generator
Here is a simple generator which can build some distributions with given properties.
Distributions generator (compile with -lm)
Typical use might be:
./distributions -u -m 1 -M 10 -n 100 -s 500
Generates a distribution of 100 uniform random numbers between 1 and 10, such that ...