搜索结果

找到约 265 项符合 switch-trees 的查询结果

DSP编程 The TMS320VC5506/C5507/C5509A USB peripherals can be clocked from either the USB APLL or the USB DP

The TMS320VC5506/C5507/C5509A USB peripherals can be clocked from either the USB APLL or the USB DPLL. Since the APLL is inherently more noise tolerant and has less long-term jitter than the DPLL, it is recommended that you switch to it for any USB operations.
https://www.eeworm.com/dl/516/403312.html
下载: 166
查看: 1062

游戏 游戏开发数据结构Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For

游戏开发数据结构Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For example, there are the four 3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses), and STLPort, which is one implementation of the Standard Template Library. Also, ...
https://www.eeworm.com/dl/625/403954.html
下载: 65
查看: 1072

数值算法/人工智能 spoj dtree. Count the number of distinct elements in a given range. Usage is done using fenwick tree

spoj dtree. Count the number of distinct elements in a given range. Usage is done using fenwick trees. Offline algorithm for queries
https://www.eeworm.com/dl/518/410637.html
下载: 96
查看: 1069

VHDL/FPGA/Verilog 实现FPGA和上位机的串口通信

实现FPGA和上位机的串口通信,里面由波特率发生器,移位寄存器,计数器,detecter,switch,switch_bus等功能块综合而成。
https://www.eeworm.com/dl/663/417873.html
下载: 128
查看: 1239

VHDL/FPGA/Verilog Code was successfully implemented within ALtera FPGA with Quartus 6.0. It presents two polish own fe

Code was successfully implemented within ALtera FPGA with Quartus 6.0. It presents two polish own female names: ULA and ALA whose are scrolling on the 4-columns crystal LED. When you press the switch it will turn from ULA into ALA and continue scrolling.
https://www.eeworm.com/dl/663/418800.html
下载: 172
查看: 1043

Applet Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algori

Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algorithm) nodes in Binary Trees. This is a part of mine students project. You can use and redistribute the source code absolutelly free!
https://www.eeworm.com/dl/634/425924.html
下载: 188
查看: 1039

单片机开发 有创新的4*4矩阵键盘

有创新的4*4矩阵键盘,只用两个switch搞定,学单片机的朋友可以分享一下。
https://www.eeworm.com/dl/648/430635.html
下载: 49
查看: 1031

其他嵌入式/单片机内容 This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND.

This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND. * * Author(s): Ole Saether * * DESCRIPTION: * * Hello World program. Please note that this program runs the internal 8051 * on the default power up frequency of 4MHz. See ex3c.c for an exampl ...
https://www.eeworm.com/dl/687/441180.html
下载: 25
查看: 1041

单片机开发 This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND.

This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND. Author(s): Ole Saether DESCRIPTION: nRF9E5 Hello World program. Please note that this program runs the internal 8051 on the default power up frequency of 4MHz. See ex3a.asm for an examp ...
https://www.eeworm.com/dl/648/441183.html
下载: 81
查看: 1140

Jsp/Servlet public class month1{ public static void main(String [] args){ int month = 10 int days = 0 s

public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31
https://www.eeworm.com/dl/696/443821.html
下载: 101
查看: 1049