搜索资源列表
enum_display_modes.rar
- 列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。-listed all modes and the list, and click through the list to change the display resolution.
annexamples
- 文件包括《面向MATLAB工具箱的人工神经网络理论与应用实例》一书中的所有源程序,并附有程序清单。-documents include "Toolbox for MATLAB Artificial Neural Network Theory and Application", a book of all the source, together with a list.
k-search2
- 一个功能强大的搜索系统,具有无限级的分类功能,对每一个分类生成静态分类目录,大大减轻了服务器负担 v2.1版本重新编写了程序代码,优化了程序结构,增强了多个功能,使系统更稳定、速度更快,添加了静态目录的分页功能、相关搜索功能(关键词统计)、批量删除分类、网站功能 -a powerful search system with unlimited levels of functional classification, a classification of each generation
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
Delphi-netfunction
- delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本机的局域网ip地址 function getlocalip(var localip:string): boolean //通过ip返回机器名 function getnamebyipaddr(ipad
enum_display_modes
- 列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。-listed all modes and the list, and click through the list to change the display resolution.
CatListBox
- 这个程序模仿Outlook建立分类列表框-Outlook imitate the procedures established Classification List Box
ListEXT
- 此为LIST控件的扩展功能,选择一个后会显示相应的说明菜单,也可在里面增加所选择对应的命令。是个很好的功能!-LIST control of this expansion function, a choice will be displayed after the notes corresponding to the menu, which may also increase the choice of the corresponding orders. Is a very good funct
Skin++_VB_Demo
- Skin++ 2.9.2 For VB6 使用注意事项: ================================================================================================= 1.必须对SkinPPVB.dll进行注册. 注册命令:regsvr32.exe 你保存的SkinPPVB.dll的目录\\SkinPPVB.dll 2.由于SkinPPVB.dll是对本进程的所有窗口进行彻底的换肤,所以
list
- 链表实现,算法实现,简介明白.可以参考一下-List implement,frequent used data structure
List-Control_Demo[OK]
- 在List Control控件中实现列表项目的上下移动-In the List Control control list items to achieve the next move
linear-list
- 在带头结点的单链表h中第i个数据元素之前插入一个数据元素x ,首先需要在单链表中寻找到第i-1个结点并用指针p指示,然后申请一个由指针s 指示的结点空间,并置x为其数据域值,最后修改第i-1个结点,并使x结点的指针指向第i个结点,要在带头结点的单链表h中删除第i个结点,首先要计数寻找到第i个结点并使指针p指向其前驱第i-1个结点,然后删除第i个结点并释放被删除结点空间。-Take the lead junction point of the singly-linked list h prior
list
- point链表的操作,C语言实现。VC调试通过-point linked list of operating the C language.
list
- 链表的所有操作实现,C语言,包括 链表创建 删除 增加,查找,合并-Linked list of all operations to achieve, C language, including the linked list to create a delete increase, find, merge
Linked-list-version-judge
- 链表版评委评分程序_contest 结构体实现-Linked list version jury the ratings program _contest structure to achieve
list
- 链表的创建,输入,传递,输出等链表的基本函数-Create a list of basic functions, inputs, outputs and other linked list
linked-list
- 从键盘依次输入10个整数(彼此以若干空格隔开),在内存中建立一个单链表。然后完成以下操作: ① 查找:输入一个欲查找的整数,找到则显示第一个相匹配的整数在单链表中所处的位置,若不存在,则显示“Not Found”。 ② 删除:输入一个欲删除的整数e,若存在则在单链表中删除第一个值为e的元素。 ③ 插入:输入一个欲插入位置i和欲插入元素e,将e插入到第i个整数之前(注意i的合法性)。-Single linked list to create, delete, search, inser
list
- 初始化链表,插入,删除等操作-Initialization list, insert, delete and other operations.
List
- 软件技术基础教程链表实验,C语言编程,链表的创建,查找,删除等-Software technology based tutorial list experiments, C programming language, the list to create, find, delete, etc.