搜索结果
找到约 83 项符合
Currently 的查询结果
按分类筛选
- 全部分类
- 书籍 (11)
- Linux/Unix编程 (5)
- 微处理器开发 (5)
- Internet/网络编程 (4)
- 单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 数学计算 (3)
- 其他 (3)
- 手机短信编程 (2)
- 数值算法/人工智能 (2)
- 其他嵌入式/单片机内容 (2)
- 人工智能/神经网络 (2)
- VC书籍 (2)
- 网络 (2)
- 单片机开发 (2)
- 电子书籍 (2)
- 编译器/解释器 (2)
- 驱动编程 (2)
- 电源技术 (1)
- 教程资料 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 操作系统开发 (1)
- 语音压缩 (1)
- 系统设计方案 (1)
- MySQL数据库 (1)
- 其他书籍 (1)
- matlab例程 (1)
- 并行计算 (1)
- Windows Mobile (1)
- 3G开发 (1)
- 串口编程 (1)
- 医药行业 (1)
- Java书籍 (1)
- 压缩解压 (1)
- 多国语言处理 (1)
- Java编程 (1)
- 软件工程 (1)
- 其他行业 (1)
- 嵌入式/单片机编程 (1)
- J2ME (1)
- 接口技术 (1)
- 软件设计/软件工程 (1)
- 源码 (1)
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...
VC书籍 The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati
The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances.
This book gives readers valuable knowled ...
Windows Mobile This SDK allows to integrate a syncml stack in a C++ application on a variety of platforms. Current
This SDK allows to integrate a syncml stack in a C++ application on a
variety of platforms. Currently, Windows, WinMobile and Linux are
actively supported, but you can easily build it on other Unixes or other
mobile/embedded platforms.
其他嵌入式/单片机内容 The Wifidog project is an open source captive portal solution. It was designed primarily for wireles
The Wifidog project is an open source captive portal solution. It was designed primarily for wireless community groups, but caters to various other business models as well. If you have questions about the wifidog project, they may be answered in the FAQ. You may also be interested in seeing some of ...
驱动编程 ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ...
3G开发 MIT关于OFDM收发器、WIFI收发器的ASIC和 FPGA硬件开发源码及资料
MIT关于OFDM收发器、WIFI收发器的ASIC和 FPGA硬件开发源码及资料,比较不错的资料OFDM: OFDM transceiver (transmitter and receiver), highly parameterized to cover 802.11a (WiFi), 802.16 (WiMax) and others in the future. Support for 802.15 (WUSB) is currently being worked on.
802.11a: 802.11a WiFi transmi ...
微处理器开发 CBUF.LIB OVERVIEW: The circular buffers here are standard rotating FIFO buffers. THey are c
CBUF.LIB
OVERVIEW: The circular buffers here are standard rotating FIFO buffers.
THey are currently used by the RS232 serial library to store
incoming and outgoing data, but they are general purpose.
数值算法/人工智能 伪随机数生成器
伪随机数生成器,Implementation of the Quasi-Random Number generator currently hardwired to no more than 52 dimensions
Linux/Unix编程 Libvirt是一套在linux上用C编写的虚拟化操作工具接口。其目的是提供一个稳定的支持Xen
Libvirt是一套在linux上用C编写的虚拟化操作工具接口。其目的是提供一个稳定的支持Xen,QEME和KVM虚拟化平台的C(也支持Python) API
Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes).The library aim at providing long term stable C API initial ...
串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// ...