搜索资源列表
gjz
- 用于关键字查找功能,可以一次输入多个关键字。-for keyword search function, one can import a number of keywords.
lu_you_suan_fa_bull33
- 一种高效的路由表查找算法,可以方便快捷的接受,发送分组数据包-an efficient routing table lookup algorithm can be convenient and quick to accept, send a data packet
164564646
- 排序、查找和非线性算法的51汇编源码,代码简洁-sequencing, and nonlinear search algorithm 51 compilation source, code simplicity
score
- 一个学生成绩管理系统,可以输入学生的成绩,保存起来,有查找,修改,删除,排序等功能-this is a student grade system,it s easy to use
GetP11CertSN
- 可通过此代码获得证书的序列号,完成查找证书的功能,这是一个能够提供中间件需求的源代码。-This code can be obtained through the serial number of certificate, certificate of completion to find the function, which is a middleware needs to provide the source code.
HIBERNATE_BIJI[1]
- 查找以manager作为tag标记,属性中存在name且属性值为"DBConnectionManager"的// XML节点, 并返回此节点的DOM Element对象-THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRA
BLinkTree11
- 二叉树建立,建立文件库,这有利于信息查找-Binary tree to establish, document library, which is conducive to information discovery
QQzzzpc
- QQ无限中转的用法大家应该都知道了,但不知道大家知道不,不管用谁的程序,他都会在C:\Program Files下建立QQmailFile目录,会复制2个文件进去(getqqfile.htm,setup.reg)然后执行setup.reg 那么怎么才能发布后出现自己要的页面呢?分2步走! 第一步:上传附件中QQ中转站服务器文件到你的服务器(这些文件修改大家注意,要修改css文件,否则很难看) 这里你已经可以浏览这个文件了qm.htm 第二步: 如果你没用过别人的插件,
zidongji
- 本结构是以状态间的弧为核心定义的。其中s1和s2为该弧的初态和终态,s为该弧上接收的字母,in和out分别表示在接收字母后进栈和出栈的字母。为了方便查找和不使弧的个数受到限制,本程序将节点以链表的方式存储-This structure is state between the arc as the core defined. One for the arc s2 s1 and the initial state and eventually state, s for the arc on rec
2615-anqn
- VB代码解释器,可以解释语句和控件的作用及属性也可用于查找。-VB code interpreter, to explain the role of statements and controls and attributes can also be used to find.
vbSearchfiles
- VB.Net查找文件的实例 Public Class Form1 查找文件 Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click Dim MyDir As String = Me.textBox1.Text Dim MyFiles = GetFiles(MyDir) Dim MyStartDate As D
BinTree
- BST的平衡查找树 C ++实现所需的高效率平衡查找树-BST balanced Find tree C++ to achieve the required high efficiency balanced search tree
GpuSearchfinal
- 实现路由查找IP地址的功能,并且通过GPU实现并行加速(Implement the function of routing lookup IP addresses and implement parallel acceleration through GPU)
Labview 中API---如何获得窗口句柄(HWND)
- hwnd 是窗口句柄,系统分配的一个ID号,对操作系统来说就是这个窗口的唯一标识,通过它就可以操作WIN窗口了,labview VI的前面板无疑是一个WINDOWS窗口,那如何获得这个窗口句柄那. 有两种方法: 1.利用API FindWindow函数,通过窗口标题,来查找前面板的窗口句柄. 2.利用LABVIEW未公开的私有属性节点