CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 插入

搜索资源列表

  1. InjectLib

    0下载:
  2. 用于将特定用途的DLL插入到指定进程中,对进程进行自定义操作-inject dll whith special founction into the specified process,and control the process by your command.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32964
    • 提供者:李明
  1. Lesson13_USB_HOST

    0下载:
  2. s3c44b0,USB HOST实验,插入U盘或其他USB设备,会从串口打印出相关信息。-s3c44b0, USB HOST experiment, the U-insert or other USB devices, from the serial print out relevant information.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:280114
    • 提供者:liqingk
  1. U盘大盗的关键代码

    0下载:
  2. U盘大盗的关键代码,但并没有使之可以当病毒一样用。可以检测U盘插入事件,并将U盘上的文件拷贝到C:\\Temp下。一切后果我本人不承担。-U bandit who was the key code, but not to make them when using the same virus. U disk can detect insertion events and the U-copy documents to C : \\ Temp under. All the consequences
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:178981
    • 提供者:王万三
  1. 文件版本

    0下载:
  2. 这是学生信息管理系统的文件版本,包括插入,删除,查询和打印等功能。-This is the student information management system of documents, including insertion, deletion, inquiries and printing.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:251991
    • 提供者:冯元粤
  1. Convex

    1下载:
  2. 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2913
    • 提供者:hlzhangrui
  1. 重发尾插法建立单链表及其遍历

    0下载:
  2. 用尾插法建立单链表,可以事先不必指定要插入的元素的个数,比较灵活,注意输入数据时以-1结束-tailings interpolation creation of a single-chain and can not designated prior to the insertion of items, a more flexible, pay attention to the input data to the end-1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6536
    • 提供者:楚天
  1. 数据结构课设

    0下载:
  2. 用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等.-using data prepared by the internal order, the window can choose a variety of sequencing methods, such as fast Pai, bubbling half insert, can also choose the number of original data, the i
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:584007
    • 提供者:susu
  1. BOOK小实例

    0下载:
  2. 一个关于<asp:datagride>的小程序,实现数据的插入,修改和删除功能,可供参考.-on a lt; Asp : datagridegt; The small program, the data insert, modify and delete functions, for reference.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68938
    • 提供者:宏伟
  1. comtut18src

    0下载:
  2. 介绍属性包 IPersistPropertyBag 接口的实现方法和调用方式。属性包,是以“名称 - 值”的方式提供组件持续性的支持,而“名称 - 值”恰恰又适合于用文本方式来表现。下面的片段是在 HTML 中插入 Microsoft MonthView Control ActiveX 控件后的样式: -briefing packet attributes IPersistPropertyBag interface method and the use of methods. Attribu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79367
    • 提供者:刘影
  1. ggg

    0下载:
  2. 考虑到插入和删除的方便,这些以班级为单位的结点用链表方式组成一个主目录-of insertion and deletion of convenience, these classes for the Node List manner with a master directory
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3362
    • 提供者:韩飞
  1. 链表插入结点

    0下载:
  2. 我最近的练习的C++作业,小程序,各位多多关照。-my recent practice of C operations, small program to take care of you.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:805
    • 提供者:chuanxin
  1. 常用的排序(c语言)

    0下载:
  2. 五个常用的排序方法,用C实现的,包括归并,插入,希尔,快速,冒泡-five commonly used sequencing method, the C achieved, including merging, inserting, Hill, rapid and Bubble
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3082
    • 提供者:
  1. 引导程序的设计以及进程环境的建立

    0下载:
  2. 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10515
    • 提供者:黄小文
  1. 二叉树程序

    0下载:
  2. 本程序实现了二叉排序树的建立以及查找,插入和删除的功能.-realized by the two forks of trees to establish order and search, insert and delete functions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2082
    • 提供者:张奎
  1. 平衡二叉树操作的演示

    0下载:
  2. 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3243
    • 提供者:罗明会
  1. CQuadDissect

    0下载:
  2. Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割—归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割—归并法相当,较好的情况下快于分割—归并法。-Delaunay Triangulation as a major DTM Fall ta
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:77436
    • 提供者:苏聪
  1. 数据结构(1)

    0下载:
  2. 以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等.-to List in the form of cargo management, including Chain create, insert, delete, query, update, etc..
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1684
    • 提供者:rank
  1. AVLTtreeSource

    0下载:
  2. 这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料,VC实现-this procedure when all the AVL tree algorithm implementation, including delete, insert new sequencing, data structure is a very good learner materials, VC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:99272
    • 提供者:陈万通
  1. asp表单小程序

    1下载:
  2. 同学写的asp连access的小程序,含读取,插入和修改功能.-students write asp even access to the small programs, including read, insert and modify functions.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:9603
    • 提供者:宏伟
  1. CSpreadSheet

    0下载:
  2. 此源码定义了一个操纵excel的类,该类实现了创建和删除excel表格,插入或删除表格中的一行或一列,上传表格,回滚操作等功能。-this definition of the source manipulation excel in a category, such realization of the creation and deletion excel form, insert or delete the form of a party or, upload form undoes ope
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6738
    • 提供者:莉莉
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com