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

搜索资源列表

  1. s3c2410-linux-2.6.11.1-apm-08.11.02

    0下载:
  2. 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8.35kb
    • 提供者:Ivan
  1. linux

    1下载:
  2. 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as the realization of a few simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:550.36kb
    • 提供者:
  1. xmlparser-1.0.tar

    0下载:
  2. 在Linux C++中解析XML文件 能够创建文件,增加节点,删除节点,保存文件。-Parse XML file in Linux C++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:79.26kb
    • 提供者:liuyan
  1. 333

    0下载:
  2. 利用图论的知识实现了最小生成树的算法,包括创建图,然后遍历图的每个节点输出生成树的节点-Knowledge of graph theory to achieve the minimum spanning tree algorithms, including the creation of maps, and then traverse the graph spanning tree output nodes for each node
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:348.43kb
    • 提供者:zhigang
  1. 7777

    0下载:
  2. 在内存中创建一个图,主要用到了数据结构中连接链表的知识,最后能够遍历整张图的节点-Create a map in memory, the main data structure used to connect the knowledge of the list, the last to traverse the entire graph node
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:171.63kb
    • 提供者:zhigang
  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
    • 文件大小:612byte
    • 提供者:陈剑龙
  1. video

    0下载:
  2. linux驱动利用udev的方法自动创建设备节点程序,不用手动添加节点,也不用过时的fdevs的方法-linux driver automatically creates the device node program
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:765byte
    • 提供者:wangtijianx
  1. hello

    0下载:
  2. 驱动程序加载时,在/dev目录下,自动创建设备节点-When the driver is loaded, automatically create device nodes in the /dev directory,
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:1.22kb
    • 提供者:胡玉斌
  1. hashsearch

    0下载:
  2. 用C实现的一个Hash查找算法,包括hash表的创建、删除、节点的查找等基本操作,可用于unsigned char数组做为输入去生成unsigned long long的key值。这个也可以根据自己的需要修改,如用于char数组作为输入去生成unsinged long的key值等。-The basic operation of the C implementation of a Hash search algorithm, including the creation of the hash t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:5.45kb
    • 提供者:燕子
  1. auto-creat-node-num-and-node

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动在加载时自动分配节点号,并且自动创建节点的方法。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: The co
  3. 所属分类:Driver develop

    • 发布日期:2017-11-05
    • 文件大小:8.61kb
    • 提供者:owen
  1. binary-tree

    0下载:
  2. 用二叉链表存储二叉树,用“扩张先序遍历序列”创建二叉链表,对二叉树进行前、中、后序的遍历以及层次遍历,输出度为0、1、2的节点及节点数,线索化二叉树,根据线索化的二叉树查找二叉树中任意节点的前驱、后继,通过线索二叉树进行二叉树节点的删除、插入,以及按树状打印二叉树。-Used to store binary tree binary tree, use the " expansion preorder sequence" to create the binary tree, th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5.53kb
    • 提供者:余啸坤
  1. btree

    0下载:
  2. 树的一些常见操作,树的创建,树节点删除,树的遍历。-Some common operations of tree, tree, the tree node deletion, tree traversal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:826byte
    • 提供者:陈辉
  1. fan

    0下载:
  2. 通过驱动创建一个文件节点,通过修改文件节点的值修改pwm的占空比-control pwm form file, can modiy data to conttrol duty.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3.36kb
    • 提供者:余文文
  1. linklist

    0下载:
  2. 通用双向链表,创建节点后要释放节点,从头部、尾部、中间插入节点,获取节点。-General doubly linked list, created after the release of the node to node, the head, the tail, the intervening nodes, access nodes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:程青青
  1. driver_kernel

    0下载:
  2. 在sysfs中注册自己的设备,这将导致udev创建相应的设备节点,完成驱动net设计-register your own device in sysfs, and this will cause udevd to create corresponding device node
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:65.41kb
    • 提供者:罗姆
搜珍网 www.dssz.com