搜索资源列表
sfgbookv1.0access
- 运行环境:(C#2.0,Asp.Net2.0)+Access 更新说明: 增加了留言分页功能,可以在配置文件中设置分页大小。(个人感觉现在还不错^_^) 特点: 简单明了,代码清楚。适合初者看,高手请跳过。-operating environment : (C# 2.0, Asp.Net2.0) Access Update : a voice paging capabilities in the configuration file s
Bcb打印
- bcb写的一个简单的打印字符的程序. 调试时可以安装虚拟打印机进行测试. 本例程是给初学者看的,如果你是高手请跳过.-wrote a simple character printing procedures. Debug virtual printer can be installed for testing. This is routine for beginners in mind, if you are invited t
文档编辑器
- 实现对输入文件的操作:保存文档 , 回到起始行 ,改变当前段的部分内容 , 删除当前, 查找字符串,段跳转, 帮助, 字符数 , 跳至下一行 , 跳至上一行 ,结束任务 ,读文档,改变当前段的全部内容, 阅览文档,写文档, 改为小写 等多种功能-realization of the right to operate the importation documents : to preserve documents, to return
编译原理实验一
- 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent signific
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary
DelTmp
- 删除临时文件的小工具,能够自动删除临时目录里面的所有文件。能自动跳过不能打开,或者无法删除的文件。-delete temporary files of a small tool that can automatically delete temporary directory of all documents. Skip can automatically open, or not to delete files.
BY2003
- 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 6.退出程序 退出程序。 7.当前费用 可以结算出从当天的00:00:00到些时的费用总和,以及通话时第总和。 -in loading proc
erydfery
- 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 -in loading procedures there, click on the picture to skip. 2. Login window on
vtsddfedc
- 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路和。 -in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name
USBOOT
- 1.增加写保护跳过对话框,允许用户跳过写保护提示 2.增加备份和恢复磁盘的功能,类似克隆 3.可自定制启动文件包 -1. Write to increase protection skip dialog that allows users to skip write protection suggest two. Increased disk backup and restore functions, similar clo
skip-list
- skip-list 一种数据结构 一种图的表示方法
skip-list
- skip-list 一种数据结构 一种图的表示方法-A skip-list data structure of a graph representation
SkipList
- A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency co
skiplist.c.tar
- A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency co
skip-src.tar
- skip DS on index for fast web search and token matching across multiple list in index
carry-skip-adder
- carry skip adder in vhdl
carry-skip-adder
- 进位跳跃是一种快速运算加法的方法,已经通过软件认证。-Carry-skip-adder is a fast calculation adder
skip-callchain-idx
- Use DWARF Debug information to skip unnecessary callchain entries.
wc_G14
- 跳跃表的实现,其中包括了添加,删除数据;建立跳跃表的结构(the algorithm of Skip List)
Carry-Skip Adder
- 经典的进位跳跃、进位选择、并行前缀加法器,16位,基于verilog HDL语言(16-bit carry-skip adder)