搜索:done
找到约 115 项符合「done」的查询结果
结果 115
按分类筛选
- 全部
- 技术资料 (17)
- 电子书籍 (8)
- 其他 (6)
- 单片机编程 (5)
- Linux/Unix编程 (5)
- 其他书籍 (4)
- 压缩解压 (4)
- 数学计算 (4)
- 通讯编程文档 (4)
- 单片机开发 (4)
- 文章/文档 (4)
- VHDL/FPGA/Verilog (4)
- 书籍 (3)
- Java编程 (3)
- matlab例程 (3)
- 数值算法/人工智能 (2)
- 通讯/手机编程 (2)
- 可编程逻辑 (2)
- 嵌入式/单片机编程 (2)
- 微处理器开发 (2)
- MySQL数据库 (2)
- 行业发展研究 (2)
- DSP编程 (1)
- 操作系统开发 (1)
- 软件工程 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- 网络 (1)
- 技术管理 (1)
- 汇编语言 (1)
- uCOS (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- Windows CE (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 人物传记/成功经验 (1)
- Ajax (1)
- 能源行业(电力石油煤炭) (1)
https://www.eeworm.com/dl/653/167107.html
嵌入式Linux
GDB Remote Stub Backend for debugging an embedded ARM system via JTAG common hardware debug interfac
GDB Remote Stub Backend for debugging an embedded ARM system via JTAG common hardware debug interface. Communication is done via standard TCP/IP GDB Remote Serial Protocol.
https://www.eeworm.com/dl/912141.html
技术资料
serverUdpChat
此软件是由VB做的一款聊天工具 具有QQ一样的功能.-this software is done by the VB one of the tools chatting with the same c
https://www.eeworm.com/dl/655/375113.html
微处理器开发
Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset -
Flex chip implementation
File: UP2FLEX
JTAG jumper settings: down, down, up, up
Input:
Reset - FLEX_PB1
Input n - FLEX_SW switches 1 to 8
Output:
Countdown - two 7-segment LEDs.
Done light - decimal point on Digit1.
Operation:
Setup the binary input n number.
Press the Reset s ...
https://www.eeworm.com/dl/641/123958.html
数学计算
XMDS is a code generator that integrates equations. You write them down in human readable form in a
XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.
https://www.eeworm.com/dl/531/486351.html
操作系统开发
A badic controller for the UART. It incorporates a -- transmit and receive FIFO (fr
A badic controller for the UART. It incorporates a
-- transmit and receive FIFO (from Max+Plus II s MegaWizard
-- plug-in manager). Note that no checking is done to see
-- whether the FIFOs are overflowing or not. This strictly
-- ...
https://www.eeworm.com/dl/542/343653.html
其他书籍
Swarm intelligence is an innovative computational way to solving hard problems. This discipline is
Swarm intelligence is an innovative computational way to solving hard problems.
This discipline is inspired by the behavior of social insects such as fish
schools and bird flocks and colonies of ants, termites, bees and wasps. In general,
this is done by mimicking the behavior of ...
https://www.eeworm.com/dl/641/259304.html
数学计算
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 ...
https://www.eeworm.com/dl/648/338537.html
单片机开发
本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In
本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer
https://www.eeworm.com/dl/516/240027.html
DSP编程
This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block
This example streams input from a ADC source to a DAC.
An analog signal is acquired block-by-block into SDRAM from the ADC (an AD9244 in this example).
The frames are then output with a one-frame delay to the DAC (an AD9744 in this example).
In this example, no processing is don ...
https://www.eeworm.com/dl/642/427486.html
技术管理
if the method is to be made void, then it cannot have a return statement, all it can do is set the v
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, u ...