-
界面很豪华,,绝对极品中的极品
是Windows Vista登录界面,值得下载...
界面很豪华,,绝对极品中的极品
是Windows Vista登录界面,值得下载-Interface is very luxurious, absolutely the best of the best is the Windows Vista login screen, it is worth downloading
- 2022-05-31 18:01:47下载
- 积分:1
-
using VC 6.0 text files to the right sort of small programs. Txt files to the li...
采用VC++6.0开发的对文本文档排序的小程序。将txt文档中的行按照行的第一个字符的拼音顺序排序-using VC 6.0 text files to the right sort of small programs. Txt files to the line with a line of characters in the alphabet order of ranking
- 2022-04-28 11:54:12下载
- 积分:1
-
套接字的TCP
socket tcp-socket tcp..............................
- 2022-05-31 10:25:16下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
(1)asp.net v2.0构架的维基系统,使用SQL Server 2005数据库
(2)帐户管理采用微软提供的用户管理系统
(3)用户分为访客...
(1)asp.net v2.0构架的维基系统,使用SQL Server 2005数据库
(2)帐户管理采用微软提供的用户管理系统
(3)用户分为访客、注册用户、管理员,功能包括用户管理,词条管理
功能介绍:
(1)使用三层架构,代码优化,便于修改,可以自由选择皮肤。
(2)界面友好,操作简便 性能进行了优化,速度快
(3)user.aspx进行用户管理,可以进行用户注册,密码修改,用户登录
(4)从页面左边可以直接进入词条,也可通过搜索进入词条,还会直接显示最新的10个词条。
(5)词条按tag(标签)分类聚合,每个词条可加入到任意多个tag,点击词条下面的tag,会列出所以包含此tag的词条
(6)点击history(历史)进入对比页面,将各个版本的列出,可以将任意两个进行比较,可以恢复到以前的版本-err
- 2022-01-26 04:42:00下载
- 积分:1
-
windows编程循序渐进
windows编程循序渐进一书为我们详细而全面地介绍了vc++的编程基础知识,本书共20章,内容全面丰富,适合于vc++初学者和相关的工程技术人员。
此部分为配套的code源码,方便学习使用,祝大家学习愉快。
- 2023-01-13 18:40:09下载
- 积分:1
-
MFC串口代码
MFC串口调试代码,支持Unicode编码环境,异步接收方式。
- 2022-02-12 06:53:05下载
- 积分:1
-
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合...
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合-Debugging environment is VC++6.0, game function was annotated code segment is used to print a specific combination of X Ox
- 2022-12-26 10:30:03下载
- 积分:1
-
在线购物车
这在线购物车系统的用户可以使用所有 servlet 概念而且可以购买通过在线项目。基于您的源代码和说明的质量。低质量、 重复的代码或描述的穷人将被删除。
- 2022-05-25 22:03:09下载
- 积分:1
-
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)...
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the recursive)
- 2022-09-13 15:50:03下载
- 积分:1