搜索资源列表
ug_nios2_custom_instruction
- Nios II Custom InstructionUserGuideNios II custom instructions are custom logic blocks adjacent to the ALU in the processor’s data path. -Nios II Custom InstructionUserGuideNios II custom instructions are custom logic blocks adjacent to the ALU in
migong
- 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
Webftp
- 源码简介Ftp在线注册管理系统源码 该系统可以实现ftp用户在线开通和管理,用户注册后自动在服务器相应路径上建立对应的文件夹,具体配置详见Web.config 在管理面板中,可以导入excel数据,批量生成ftp用户账号 App_Data/syzx.cs为Access数据库文件,把扩展名改为mdb就可以用Access打开并编辑了 注意:改系统需要结合Serv-U才能正常使用,具体配置方法详见在线帮助和Web.config 该系统采用面向对象模式开发,操作代码详见App_Cod
111
- 几张图片是从别人的网站弄来的感觉挺好看的,不需要配数据源,只要改路径就可以使用,大家随便改吧,我不保留任何权力 -Pictures from other people s Web site did feel good to see, no allocation of data sources, as long as you can use the path of reform, we just changed it, I do not retain any powers
FILECOPY
- KTV歌曲拷贝工具,导入待拷文件列表,更具数据库读取文件路径,指定拷贝盘符,设置磁盘保留的剩余空间-KTV song copying tool, copy the file list into question, more data to read file path, specify the copy letter, set up to retain the remaining disk space
ur
- 用户管理 (用户的权限管理) 1.结构:Ur.exe 主程序 Ur.mdb 用户数据库 UrConfig.ini 配置文件 2.调用: 在程序中直接调用可执行文件 Shell "Ur.exe Ur.mdb/SAIMOUR/LurName/LurLimit", vbNormalFocus 数据库/数据库密码/用户名称/用户权限 On Error GoTo err1 AppActivate "用户管理" Exit Sub
perfect_OFDM
- 还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮
13
- 添加BDE别名:paikedata 设置path:[存放位置]\paike\data (如:e:\paike\data) 运行:f_ssgl.exe --★运行说明------------------------------------------------ 13 用户名:nwn 密码:j -Add BDE alias: paikedata set path: [location] \ paike \ data (such as: e: \ paike \ d
CBuilder
- C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
zoumigongsheji
- 有一个m*n格的迷宫(表示有m行、n列),其中有可走的也有不可走的,如果用1表示可以走,0表示不可以走,文件读入这m*n个数据和起始点、结束点(起始点和结束点都是用两个数据来描述的,分别表示这个点的行号和列号)。现在要你编程找出所有可行的道路,要求所走的路中没有重复的点,走时只能是上下左右四个方向。如果一条路都不可行,则输出相应信息(用-l表示无路)。 -A m* n grid of a maze (that has m lines, n out), which may also not go
ceshiCPU
- NCS处理器中微程序控制器的设计方法,介绍了微程序控制器的基本构成电路和工作特点;在设计中采用了诸如:多入口地址输入、内外码转换、封锁机制等提高控制器性能的方法,并确定了电路的工作时钟、数据通路和控制通路。最后指出成功的微程序控制器设计是设计高性能CPU的关键。-NCS processor micro-controller design method, introduced micro-program controller circuit and the basic characteristic
MANIK
- MANIK is a 32 bit RISC Microprocessor. The salient features of the processor are listed below. Features Hardware Features • Data Path Width 32 bits, with Four stage pipeline. • Mixed 16/32 bit instructions for code density ̶
datapth_CTL_tri
- 三态数据通路设计适合FPGA初学者,小程序,简单实用。-Tri-state data path design.
data-path
- 计算机组成原理实验报告 数据通路实验,,,,,,,,,,,,,不错的-The principle of Computer Organization experiment reported experimental data path
Data-Structure-and-algorithms-CPP
- c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
course-design-of-data-structure
- 数据结构课程设计(内附详细说明文档):制作一咨询系统,求最短路径运用到了佛洛依德算法,开发环境为C。-Curriculum design (with detailed documentation): Making an advisory system, seeking the shortest path algorithm applied to the Freud. Development environment for C.
Shortest-Path
- 在网络通信中,经常需要求最短路径。但完全采用最短路径传输有这样一个问题:如果最终在两个终端节点之间给出的最短路径只有一条,则在该路径中的任一个节点或链路出现故障时,信号传输将面临中断的危险。因此,对网络路由选择作了以下改进:为任意两节点之间通信提供两条路径供其选择,即第一最短路径、第二最短路径.使用数据结构编程实现,程序=算法+数据结构的很好体现-In network communication, often request the shortest path. But totally shor
the-shortest--path
- 数据结构实现的用邻接矩阵求出有向网内的最短路径实验报告,内含源代码-Data structures are implemented using adjacency matrix of directed network shortest path experiment report, containing the source code
shortest-path
- 从文件流中读取数据构建图,采用Dijkstra算法计算最短路径-From the file flow to read the data construction diagram, using Dijkstra algorithm to calculate the shortest path
Part (A)
- Datapath diagram for an example in model sim.
