搜索资源列表
windows磁盘IO
- 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通
simple_tree_ctrl
- First of all, there are lots of custom tree controls available so what s the need for this? In one of my projects I happened to use several tree controls to show data objects at different levels and I had to deal with user actions. Each time, my tree
fpgrowth-C
- FP-GROWTH算法的C代码,可以成功查找所有的频繁项集合-FP-GROWTH algorithm in C code, you can be successful all the frequent item sets
My_eclat
- A program to find frequent itemsets with the relim algorithm (recursive elimination), which is inspired by the FP-growth algorithm, but does its work without prefix trees or any other complicated data structures. The main strength of this algorithm i
My_relim
- A program to find frequent itemsets with the relim algorithm (recursive elimination), which is inspired by the FP-growth algorithm, but does its work without prefix trees or any other complicated data structures. The main strength of this algorithm i
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
bookshopmanage
- 可连接SQL,ORACLE等数据库。 首先建立SHOP用户,密码为SHOP,赋予连接和RESOURCE权限。再建立SHOP表空间,再建立表和触发器(在SQL源代码.doc里)并在PASSWORD表里添加新项name:‘admin ,psw: admin 这是管理员登陆帐户。 -Can connect SQL, ORACLE and other databases. First of all, users set up SHOP, password for SHOP, given conn
mobibrowser2-src
- Descr iption Combination of book reader and Web browsers. This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn t s
BookManager
- 在这个题目里,要求你去实现一个链表称为循环链表的变化。链表应该能够被用来保留任何对象类型的数据。在一个循环链表的最后一个节点 相连字段不为空,而是指回第一个节点。你的执行应当至少包括以下操作: 1.添加到列表的末尾 2.删除指定项从列表 3.检索一个指定的项目从列表 4.使用Iterator遍历列表 5.退出程序. 您可能包括其他必要操作。 你已使用链表实施以上操作,编写一个应用程序代码来测试您的链表。选择一个对象(如图书,工人,零售项目等),定义为对
LinkedList(Book)
- 实现一个链表称为循环链表的变化。链表应该能够被用来保留任何对象类型的数据。在一个循环链表的最后一个节点 相连字段不为空,而是指回第一个节点。你的执行应当至少包括以下操作: 1.添加到列表的末尾 2.删除指定项从列表 3.检索一个指定的项目从列表 4.使用Iterator遍历列表 5.退出程序. 您可能包括其他必要操作。 你已使用链表实施以上操作,编写一个应用程序代码来测试您的链表。选择一个对象(如图书,工人,零售项目等),定义为对象类,并创 建一个列表
SOTC-AdvancedDatagrid
- This tutorial is going to build about the Flex DataGrid component. It s going to show how to do several things including how to use xml with a datagrid, how to use item renderers and label functions, and how to style and skin parts of the datagrid an
XpHide
- . 在此例中, 我只是为了呈现想要的画面, 还没时间把它作成VCL 2. 渐层部份, 由於赶工, 所以先以贴一张图上去, 各位可以自己写程式把画面的背景呀, 作一些处理, 就会很好看唷, 或是画多张美美的渐层, 在不同时间作更换, wa.....自己风格的画面就出来了, 你也可以在背景放不同的美女图, 当user click时, 就换不同张, 有很多的变化, 就像您各人的巧思和创意噜 3. TreeView每个Item间, 是否能把间距自由改变, 我还不是很清楚, 请各位不吝指导小弟
CRC.C
- 下面以最常用的CRC-16为例来说明其生成过程。 CRC-16码由两个字节构成,在开始时CRC寄存器的每一位都预置为1,然后把CRC寄存器与8-bit的数据进行异或(异或:二进制运算 相同为0,不同为1;0^0=0 0^1=1 1^0=1 1^1=0), 之后对CRC寄存器从高到低进行移位,在最高位(MSB)的位置补零,而最低位(LSB,移位后已经被移出CRC寄存器)如果为1,则把寄存器与预定义的多项式码进行异或,否则如果LSB为零,则无需进行异或。重复上述的由高至低的移位8
VB---POS-FULL-SOURCE-CODE
- VB 写的POS机管理的源码,利用了ADO,Data Environment 和Data Report.-his is a simple POS or Cash Register w/ Inventory. It can monitor item stock and reports are available. It used ADO, Data Environment and Data Report. A learning purpose to all beginner
asd
- 通讯录至少应该有以下数据项:姓名,家庭住址,手机号码,邮编,E-mail。输入信息时要检查数据项手机、邮编、E-mail的合法性,手机号码:11位数字;邮编:6位数字;E-mail:包含@字符,且@两边都非空。对通讯录应该包含有以下操作(包括基本功能和拓展功能): a)向通讯录中添加信息; b)在通讯录中按姓名或手机号查找个人信息; c)删除通讯录中的个人信息; d)修改通讯录中的个人信息,并保存入文件; e)按不同数据项排序后列表输出通讯录中所有人的信息。通讯录中记录的数量
code
- 源代码采购审批 方便简便好用的采购审批管理系统-A variety of evaluation procedures are possible there is no best method or approach. The important thing is to make certain that some procedures are used. The manager must identify all potential suppliers for the item(s) be
netgather_v3.4.8_Basic
- 企业免费建站系统本次的改版,重新过滤了所有的代码。 免费下载的是基础版,也完全够大家使用的。 企业版有文档下载和在线视频栏目,专业版还有主菜单的单独管理。 NetGather企业免费建站系统特点: 1.采用asp+access更加适合中小企业的网站模式。 2.网站页面div+css兼容目前所有主流浏览器,ie6+,Chrome,火狐,Opera,Safari等,HTML代码简洁规范通过W3C,更加有利于SEO推广。 3.后台管理界面,操作便捷、友好、更具人性化。 4.
a-merchandise-management-system
- 该程序为代码重用的实例,为一个商品管理系统。实现的功能为:增加商品,删除商品,查找商品,列出所有商品,统计商品。-The program for code reuse examples for a merchandise management system. For the functions: add merchandise, delete item, find products, list all commodities, statistics merchandise.
Usefull Codes
- all about code item in rf
冒险岛代码查询器3.0
- 冒险岛所有物品代码查询器3.0版本 亲测可用(Adventure Island all item code finder version 3.0 is available for pro testing)