登录
首页 » 其他 » 支持多级子菜单的展开菜单代码

支持多级子菜单的展开菜单代码

于 2022-03-05 发布 文件大小:3.83 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

支持多级子菜单的展开菜单,由JavaScript代码实现的多级菜单,第一个是竖向排列,向右展开的菜单,下边那个是向下展开,二级再向右展开的多级联动菜单,在IE8下测试通过,其它浏览器环境下未做测试,应该也可以吧,本菜单主要是用来学习的。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Huffman coding code decoding system describes the use of Huffman coding informat...
    哈夫曼码的编码译码系统 问题描述 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传输的数据预先编码:在接受端通过一个译码系统对传来的数据进行译码(复原)。对于双向传输信息的通道,每端都需要一个完整的编码译码系统。试为这样的信息收发站编写一个哈夫曼码的编码译码系统。-Huffman coding code decoding system describes the use of Huffman coding information can be greatly improved communication channel utilization, reduced transmission time, and lower transmission costs. However, this requires the transmitter through a coding system will be pre-transmission of data encoding : the receiving end through a decoding system to conduct data from the decoder (recovery). For the two-way transmission of information access, each side needs a complete Coding System. Examination of this information hubs to prepare a code of Huffman coding decoding system.
    2023-09-09 09:50:03下载
    积分:1
  • use OLE DB database programming
    使用OLE DB进行数据库编程-use OLE DB database programming
    2022-10-05 14:25:03下载
    积分:1
  • output under two TREE
    根据c语言输出2叉树-output under two TREE
    2022-03-03 16:46:21下载
    积分:1
  • opc example, constructed a detailed inventory server Oh and opcclient. Can be ea...
    opc例子,详细构建了哦盘存server和opcclient。可以方便地进行工业控制通讯-opc example, constructed a detailed inventory server Oh and opcclient. Can be easily carried out in industrial control communications
    2022-02-01 16:56:25下载
    积分:1
  • C++通过解剖,提出了一种编程过程深入的介绍…
    C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. Program code is explained in an easy-to-follow, careful manner throughout. The code has been tested on several platforms and is found on the bundled CDrom accompanying this text. The code in C++ By Dissection can be used with most C++ systems, including those found in operating systems such as MacOS, MS-DOS, OS/2, UNIX, and Windows.
    2022-05-22 05:36:45下载
    积分:1
  • 首次发布的神经网络。
    The Neural Network the first release. I got from somewhere. And I didn t open it yet. because this site force me to upload the file to download.
    2023-01-27 13:15:03下载
    积分:1
  • 很好的c语言习题解答
    很好的c语言习题解答-good execise answer for C
    2023-02-28 20:20:03下载
    积分:1
  • VC++扩展型CListCtrl列表控件
    VC++扩展型CListCtrl列表控件,支持双击鼠标实现编辑主项(Item),也可以编辑子项(SubItem),并尽量符合CListCtrl的操作习惯,目前好像很多控件都有这功能的,应该加入这个实用的功能。
    2022-07-28 13:07:49下载
    积分:1
  • VC++ 6.0绘制曲线正弦波
    VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。   //建立画笔   CPen cpen,pen;   pen.CreatePen(PS_SOLID,4,RGB(0,0,0));   cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));   pDC->SelectObject(&cpen);   //指定原点   pDC->SetViewportOrg(100,245);   pDC->SetTextColor(RGB(255,0,0));   //绘制横坐标   CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};   for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);    pDC->LineTo(60*n,-5);    pDC->MoveTo(60*n,0);    pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);   }   double y,radian;   pDC->SelectObject(&pen);   for(int x=-60;xMoveTo((int)x,(int)y);    pDC->LineTo((int)x,(int)y);   }
    2022-01-21 22:47:43下载
    积分:1
  • LCD Driver IC for t6963 contain text and photographs Fonts
    液晶驱动程序 驱动芯片为t6963 包含文字字模 及图片-LCD Driver IC for t6963 contain text and photographs Fonts
    2022-02-04 03:22:27下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载