搜索资源列表
huibianyuyffffffffan
- 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 实现哈系表查找算法。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述;
dsp-sin
- 汇编语言产生的查表法实现正弦波发生器的程序,需要的下载。-Assembly language generated by sine wave generator look-up table method implementation procedures, the required download.
SQL2000
- 主要功能就是远程(局域网)操作Sql Server数据库。 包括: 搜索并列举局域网内的所有Sql Server服务器 搜索并列举Sql Server服务器中的所有数据库 搜索并列举数据库中的所有表 对数据库结构的简单更改 对数据库表记录的查找、编辑等等。-Main function is the distance (LAN) operation Sql Server database. Include: Search and list all the Sql S
1
- 3 phase pwm implemented using atmega 16 and the lookup table has been developoed for 50hz
GrayCode
- Gray COde lookup table example on assembly
flowing-water-light
- 花样流水灯,采用汇编语言查表法;有流水灯,跑马灯,模仿时钟转动等效果。-Pattern of flowing water light, using assembly language lookup table Flow lamp, scrolling, imitate the effect of a clock turn.
Desktop
- 1.计算Z=X+(Y-15) 2.表格查找tabsrch-1 Calculate Z = X+ (Y-15) 2. Table lookup tabsrch
2120602017_10
- 用C++实现数据库的功能 查找NBA线性表的数据元素-With C++ achieve functional lookup table data elements so linear NBA
hash
- 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f
dds_rom
- 基于查找表的DDS的Verilog实现,分为相位累加器模块、ROM模块和顶层DDS模块(Verilog implementation of DDS based on lookup table)