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

搜索资源列表

  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,b
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:136.58kb
    • 提供者:xf
  1. Dynamic_Array

    0下载:
  2. 动态数组实现, 包括了一个小例子.关键结构如下: typedef struct Nameval Nameval struct Nameval{ char *name int value } struct NVtab{ int nval /* current number of values */ int max /* allocated number of values */ Nameval *nameval /* arr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4.01kb
    • 提供者:洋场河
  1. READID

    0下载:
  2. 读取硬盘序列号 typedef struct _GETVERSIONOUTPARAMS { BYTE bVersion BYTE bRevision BYTE bReserved BYTE bIDEDeviceMap DWORD fCapabilities DWORD dwReserved[4] } GETVERSIONOUTPARAMS, *PGETVERSIONOUTPARAMS, *LPGETVERSIONOUTPARAMS -r
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4.62kb
    • 提供者:zylcxh
  1. tubianli

    1下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
  3. 所属分类:系统编程

    • 发布日期:2014-01-15
    • 文件大小:1.37kb
    • 提供者:吉庆
  1. msgdll

    0下载:
  2. 通过自定义消息传递共享数据,实例中共享struct结构中的数据。在DLL中使用了时钟产生随机数的方式。为学者提供了DLL中使用时钟和DLL进行数据通信两种方式。此为DLL。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.82kb
    • 提供者:杨峰
  1. usemsgdll

    0下载:
  2. 通过自定义消息传递共享数据,实例中共享struct结构中的数据。在DLL中使用了时钟产生随机数的方式。为学者提供了DLL中使用时钟和DLL进行数据通信两种方式。此为EXE。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29.57kb
    • 提供者:杨峰
  1. structresourcestructplatform_device

    0下载:
  2. linux2.6 驱动的描述,struct resource,struct platform_device和驱动的关系
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:byliu
  1. filesystem

    0下载:
  2. 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:78.93kb
    • 提供者:yu
  1. struct

    0下载:
  2. C语言写的链表操作,有建表,删除,增加等功能,对初学者很有帮助-Written in C language linked list operations have to build the table, delete, add other functions, useful for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:24.54kb
    • 提供者:green_star
  1. capture.rar

    0下载:
  2. //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4.65kb
    • 提供者:xiaoran1
  1. struct_org

    0下载:
  2. an program to input/output the variable format struct,also can deal with embedded struct,can be used in the linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4.35kb
    • 提供者:hu jun
  1. tree

    0下载:
  2. An header file include a tree struct algorithm in linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.53kb
    • 提供者:hu jun
  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:1.44kb
    • 提供者:hjintian
  1. struct-gdsl

    0下载:
  2. 书籍上的数据结构源代码,非常有学习价值。-Books on data structure source code, very study has value
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:1.52mb
    • 提供者:matthew ma
  1. struct

    0下载:
  2. 结构体的一些练习源代码,另外还有静态链表的使用-struct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2.74kb
    • 提供者:xinhua
  1. cipanguanli

    1下载:
  2. 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号 }block[40] 3. 假设系统中文件的最大
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:8.21kb
    • 提供者:陈媛
  1. portscan

    0下载:
  2. Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<unistd.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:720byte
    • 提供者:david
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:147.08kb
    • 提供者:netdavid
  1. mydu.tar

    0下载:
  2. unix du命令的简单实现,主要可以学习glob函数的使用-static int64_t mydu_getblocks(const char*path) { int i int64_t sum=0 static struct stat stat_result glob_t glob_result static int ret static char fullpath[PATHMAX] if (lstat(path, &stat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:721byte
    • 提供者:aasdf
  1. struct

    0下载:
  2. c语言中的数据结构和算法相关书籍和练习,这本数据结构的书讲解的很清晰-struct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-14
    • 文件大小:54.74mb
    • 提供者:蒋韩
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com