搜索结果

找到约 9,498 项符合 16 的查询结果

按分类筛选

显示更多分类

汇编语言 这是从网上下载下来的一个计算程序

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6 注:本程序在dos中或windows98中运行。  ...
https://www.eeworm.com/dl/644/318436.html
下载: 26
查看: 1137

其他书籍 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R

輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, ...
https://www.eeworm.com/dl/542/330816.html
下载: 95
查看: 1094

数值算法/人工智能 动态规划算法的应用 数塔问题 给定一个数塔

动态规划算法的应用 数塔问题 给定一个数塔,其存储形式为如下所示的下三角矩阵。在此数塔中,从顶部出发,在每一节点可以选择向下走还是向右走,一直走到底层。请找出一条路径,使路径上的数值和最大。 输入样例(数塔): 9 15 10 6 8 2 18 9 5 19 7 10 4 16 输出样例(最大路径和): 59 ...
https://www.eeworm.com/dl/518/381930.html
下载: 43
查看: 1156

其他书籍 This paper shows the development of a 1024-point radix-4 FFT VHDL core for applications in hardware

This paper shows the development of a 1024-point radix-4 FFT VHDL core for applications in hardware signal processing, targeting low-cost FPGA technologies. The developed core is targeted into a Xilinx庐 Spartan鈩?3 XC3S200 FPGA with the inclusion of a VGA display interface and an external 16-bit da ...
https://www.eeworm.com/dl/542/418811.html
下载: 70
查看: 1074

电子书籍 NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式

NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和NetBSD/FreeBSD,a.out,ELF,COFF,微软16位的OBJ和Win32。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。它支持Pentium,P6,MMX,3DNow!,SSE and SSE2指令集 ...
https://www.eeworm.com/dl/cadence/ebook/447186.html
下载: 29
查看: 1133

数据结构 13、堆 MinHeap.h test.cpp 14、哈夫曼树 BinTreeNode.h BinaryTree.h MinHeap.h Huffman.h Test.

13、堆 MinHeap.h test.cpp 14、哈夫曼树 BinTreeNode.h BinaryTree.h MinHeap.h Huffman.h Test.cpp 15、树 164 QueueNode.h LinkQueue.h TreeNode.h Tree.h 170 test.cpp 16、B+树 BTreeNode.h BTree.h 192 test.cpp 17、图 217 MinHeap.h Edge.h 222 Vertex.h Graph.h 224 test.cpp 18、排序 Data.h ...
https://www.eeworm.com/dl/654/477927.html
下载: 164
查看: 1113

微处理器开发 LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based

LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AT90USBXXX AVR microcontroller series, released under the permissive MIT License (see documentation or project source for ...
https://www.eeworm.com/dl/655/486184.html
下载: 189
查看: 1204

单片机开发 基于凌阳单片机的C语言流水灯程序这几天在学习凌阳单片机

基于凌阳单片机的C语言流水灯程序这几天在学习凌阳单片机,这个单片机是16位的,性能比51单片机强多了。可是在网上却没有多少这方面的例程,特别是C语言例程,让我感觉很是无奈。于是特发一些凌阳单片机的一些我自己编写的程序。虽然很简单,可是也能给一些准备学凌阳单片的人一点启发吧。 ...
https://www.eeworm.com/dl/648/489470.html
下载: 163
查看: 1103

源码 JADE学习资料

cardoso的独立分量分析(ICA)的特征矩阵联合近似对角化(JADE)方法。
https://www.eeworm.com/dl/514982.html
下载: 3
查看: 43

源码 算法与数据结构课程设计

拓扑排序 ---排课表----数据结构
https://www.eeworm.com/dl/517893.html
下载: 2
查看: 37