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

搜索资源列表

  1. CaretKeyDemo

    0下载:
  2. vc 创建和使用键盘插入符\CaretKeyDemo-vc create and use the keyboard caret \ CaretKeyDemo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:33593
    • 提供者:
  1. linklist

    0下载:
  2. 链表的各个功能都有,建立,插入,删除,置空-List the various functions are established, insert, delete, home empty
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1199
    • 提供者:xijian
  1. CaretKeyDemo

    0下载:
  2. vc创建和使用键盘插入符\CaretKeyDemo-vc create and use the keyboard caret \ CaretKeyDemo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:33968
    • 提供者:
  1. node

    0下载:
  2. 在C环境下编译单向节点的各种函数,插入,删除等-In the C compiler one-way nodes under the environment of the various functions, insert, and delete etc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:409412
    • 提供者:曹佶
  1. 70843[1]

    0下载:
  2. 进行DLL注入的3种思路方法,将DLL插入到其它你指定进程地址空间中使得我们可以对感兴趣进程进行操作 .-For the three ideas DLL injection method, you specify the DLL into another process address space allows us to operate the process of interest.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:178346
    • 提供者:洋洋
  1. CaretKeyDemo

    0下载:
  2. 创建和使用键盘插入符\CaretKeyDemo,很不错的vc源码,希望能对大家有所帮助-Create and use the keyboard caret \ CaretKeyDemo, very good vc source, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:34352
    • 提供者:
  1. Memory_Manager

    0下载:
  2. 内存管理:分文件 main.c apply.c free.c print.c 1 申请 申请的大小:查找申请链表中节点与申请大小是否有相同的值,如果有相同的值,将该节点移到释放链表中。如果没有相同,找申请链表中节点减去申请大小差值最大的节点,然后新建节点并跟新最大值节点,将新建节点放到释放链表中。 2 释放 第几次申请:将释放链表中相应的节点放回申请链表中,查找申请链表中与释放节点的index是否有相同的,如果有相同更新申请链表节点的mem_size值并将释放链表中相应节点释放。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:7319
    • 提供者:金玉清
  1. pam_login

    0下载:
  2. linux下pam 插入式验证模块登陆控制的代码,很有借鉴价值!-linux pam Pluggable Authentication Modules under the control of the land code, great reference value!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7406
    • 提供者:kzdd
  1. pam_chroot

    0下载:
  2. linux下可插入验证模块更改用户权限和目录权限的代码,很有参考价值!-pluggable authentication module under linux user permissions and directory permissions to change the code, a good reference!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:11921
    • 提供者:kzdd
  1. list_1

    0下载:
  2. 创建链表 个数 节点 pHead所指向链表的第pos个节点的前面插入一个新的结点,该节点的值是val, 并且pos的值是从1开始-The number of nodes pHead create a list of points to the list in front of the first pos nodes insert a new node, the node' s value is val, and the pos value is from 1
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:612
    • 提供者:陈剑龙
  1. FileToMe

    0下载:
  2. 实现U盘插入电脑后文件自动拷贝到指定的文件夹 快捷键Alt+Q Alt+S-Realize U disc into the computer after the file is automatically copied to the specified folder shortcuts Alt+ Q Alt+ S
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:84481
    • 提供者:张鹤立
  1. fdsafdsafds

    0下载:
  2. 检查是U盘是否插入,如果插入,就提示有,如果取出U盘,也会有提示,U盘取出-check U-disk wether in or not
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1866434
    • 提供者:王桥
  1. ScanFile

    0下载:
  2. 一个可以对指定路径的多有文件进行扫描的程序,同时包含对用户插入移动存储设备进行截获并通知用户(即插入U盘后可以知道插入的设备的类型和盘符,类似360杀毒的一个功能)。扫描文件和设备侦测的功能都是用dll实现,可以直接运用于其他工程。-You can specify a path for more than a program to scan files, and includes removable storage devices for the user to insert the captu
  3. 所属分类:Scanner

    • 发布日期:2017-03-28
    • 文件大小:362028
    • 提供者:豪戈
  1. jinchengkongzhi

    0下载:
  2. 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:89017
    • 提供者:刘恋
  1. mysql

    0下载:
  2. linux下 mysql数据库的创建 插入与调用-Create the mysql database under linux and call into
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1005620
    • 提供者:jack
  1. 2011111316175398

    0下载:
  2. 一个源代码,作者的意图是想写一个卸载USB设备的软件,让USB设备卸载从此简单...软件整体框架已经搭好了,节目也做得不错。体现的技术特色主要有:不规则窗体界面皮肤及移动,带图标托盘菜单,动画按钮,USB设备监测插入和拔出等等,总之是一个不错的初学者软件,希望以后能看到作者更强大的作品。谢谢。-A source, the author s intention is to write an uninstall of the USB device software, so uninstall the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:461481
    • 提供者:burilary
  1. USBListener

    0下载:
  2. delphi u盘监控,可以在插入u盘后自动运行一个程序-delphi u disk auto run exe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:40107
    • 提供者:12
  1. linear

    0下载:
  2. 包括线性表的插入、删除、排序、查找的相关操作-Include linear table insert, and delete, sorting, find the relevant operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1107
    • 提供者:lizhen
  1. hash

    0下载:
  2. 包括hash表的输入、输出、插入、查找等相关操作-Including hash table of the input and output, insert, and find the relevant operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:969
    • 提供者:lizhen
  1. linux_ls_Code

    0下载:
  2. 可以模拟文件管理的工作过程。可以实现一个文本文件的某信息的插入和删除,可以实现一个记录文件的某记录的插入和删除。-Can simulate the working process of the file management
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:183616
    • 提供者:wangjing
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com