搜索资源列表

  1. elf

    0下载:
  2. 序言 1. OBJECT文件 导言 ELF头(ELF Header) Sections String表(String Table) Symbol表(Symbol Table) 重定位(Relocation) 2. 程序装载与动态连接 导言 Program头(Program Header) Program装载(Program Loading) Dynamic连接(Dyn
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-15
    • 文件大小:29696
    • 提供者:
  1. S_Scanner

    0下载:
  2. 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表-Complete S language lexical analyzer, including documentation: parser.cpp lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:20480
    • 提供者:李宁
  1. wincs

    0下载:
  2. zigbee路由算法采用AODV(Ad hoc On Demand Distance Vetor)算法。每个路由器维护一张路由表,并定期与其邻居路由器交换路由信息,根据最小路由矢量更新自己的路由表。应用层框架定义监护网络节点协议。 -zigbee routing algorithm uses AODV (Ad hoc On Demand Distance Vetor) algorithm. Each router maintaini
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:ww
  1. hash

    0下载:
  2. Hashing is a technique that allows insertions, deletions and searches of records according to keys in constant average time. In this tutorial, we will construct a hash table and implement its operations.-Hashing is a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:jovi
  1. pingpang

    0下载:
  2. 一个用java写的乒乓球游戏,很不错的,大家可以试一下-Using java to write a table tennis game, it is good, everyone can try
  3. 所属分类:其他游戏

    • 发布日期:2024-05-15
    • 文件大小:34816
    • 提供者:steven
  1. LUT

    0下载:
  2. 一个查找表的程序,使用了matlab和C语言混合编程实现,提高查找效率-A look-up table of procedures, the use of matlab and C mixed-language programming, improve search efficiency
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:ZhangGeng
  1. u_hash

    0下载:
  2. Delphi hash表,支持字符串值和整数值-Delphi hash table to support the string value and the integer value
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:陈翔
  1. VHDL

    0下载:
  2. 一个直接数字频率合成的查表程序,VHDL语言,使用7128调试通过-A direct digital frequency synthesis of look-up table procedures, VHDL language, using 7128 debugging through
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:147456
    • 提供者:Chen.Y.M
  1. first_and_follow_SLR

    0下载:
  2. 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表-Compilation Principle realize through grammar known to generate First Set and FOLLOW sets, as well as SLR analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:陈波
  1. hash

    0下载:
  2. /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:llr
  1. operate-chain-table

    0下载:
  2. 1、 用链表实现线性表。其中,必须实现的线性表基本操作为:InitList、 ClearList、ListEmpty、ListLength、GetElem、PriorElem、ListInsert、ListDelete。。。。等等还有-1, and realize linear table list. Among them, must realize the basic operation of the linear form as:
  3. 所属分类:STL

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:only
  1. table

    0下载:
  2. 数据结构代码(严为民),表 数据结构代码(严为民),表-Data structure code (strictly for the people), table data structure code (strictly for the people), table
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:67584
    • 提供者:tom
  1. HASH

    0下载:
  2. 扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现频度。用线性探测法解决Hash冲突。设Hash函数为: Hash(key)=[(key的第一个字母序号)*100+(key的最后一个字母序号)] MOD 41-Scan a C source program, using Hash Table to store the keywords appear in the procedure, and stat
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:zhang
  1. XPTable_demo

    0下载:
  2. xp风格的伸缩面板 包括各种radio button, table, text box 和背景程序运行-xp style extendable panels include a variety of radio button, table, text box and the background program is running
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1561600
    • 提供者:nan he
  1. HashTable

    0下载:
  2. 哈希表的实现(C/C++版本),实现了哈希表及基于哈希表的查找。-Realize Hashtable (C/C++ Version), realize the hash table and hash table based lookup.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:
  1. JAVA

    0下载:
  2. This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the table of contents, the 2nd chapter of example under "2" the table of contents, to the order analogizes. Under
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:2156544
    • 提供者:路如战
  1. NCO_sin

    0下载:
  2. 基于FPGA的NCO设计,采用查表方法.八位地址线,一个周期采点256个,输出八位数据.-NCO of the FPGA-based design, using look-up table method. 8 address lines, a cycle of mining point 256, the output data 8.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:wei
  1. ll1

    0下载:
  2. 计算first follow集,预测分析表-Calculation of first follow set, Forecast and Analysis Table
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:tyty
  1. table

    0下载:
  2. < 散列表的设计和实现>>实现一个简单的电话管理系统.-<Hash table of the design and implementation of>> the realization of a simple telephone management system.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:465920
    • 提供者:
  1. HashTable_Src

    0下载:
  2. Hash Table Source Code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:Harry
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org