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

搜索资源列表

  1. DiskRW

    0下载:
  2. Usage: dumprom [options] imagefile [offset [imagefile offset ...]] -d <dirpath> - save found files/modules to this path -v - verbose : print alignment, struct contents -q - quiet : don t print anything -n - don t use negative rva fi
  3. 所属分类:Windows CE

    • 发布日期:2017-03-21
    • 文件大小:409115
    • 提供者:x86
  1. block

    0下载:
  2. linux中断驱动程序的实现,我搞了很长时间爱你才搞出来-struct my_pipe { wait_queue_head_t inq,outq /* read and write queues*/ char*buffer,*end /* begin of buf,end of buf*/ int buffersize /* used in pointer arithmetic*/ char*rp,*wp /* where to read,where to w
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:2747
    • 提供者:唐晋星
  1. lzm_server

    0下载:
  2. gsoap 根据gsoap开发包,生成的服务端,修改后,可以接收客户端传送结构体数据-it s good
  3. 所属分类:Web Server

    • 发布日期:2017-05-13
    • 文件大小:3520471
    • 提供者:lzj
  1. str2time

    0下载:
  2. 将字符串转换为日期时间, C语言标准结构, 字符串的格式, 通常中国人能读出来的应该都可以-translate a string to time struct for C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:6681
    • 提供者:笑十子
  1. ProcessCommunication

    0下载:
  2. C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:500155
    • 提供者:魏兰
  1. c pointer

    0下载:
  2. THIS is a c BOOK about pointer and data struct
  3. 所属分类:编程文档

  1. ArpSender

    0下载:
  2. ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在Backg
  3. 所属分类:WinSock-NDIS

  1. MapXThread

    0下载:
  2. mapx+vc基本框架 与各项功能实现 图元查找,修改图元大小,添加标签,创建图元等比较难的功能。图元闪烁-mapx based vc++ have complete it s struct and some higher user
  3. 所属分类:GIS program

    • 发布日期:2017-03-26
    • 文件大小:787098
    • 提供者:liyuan
  1. SSH2Demo

    0下载:
  2. spring struct2 hibernate 整合的一个例子,有完整jar包-spring struct2 hibernate demo
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18991303
    • 提供者:prl
  1. 结构Structs

    0下载:
  2. 构和类又非常多的相似之处,如结构可以实现界面,和可以拥有和类一样的成员。结构与类也有一些重要的区别:结构是值类型,而不是引-conformation and category there are many similarities, such as the interface structure can be achieved, and can have and the members of the same category. The class structure are some impo
  3. 所属分类:Document

    • 发布日期:2017-11-11
    • 文件大小:1728
    • 提供者:刘成全
  1. NTSKY struts+xml bbs系统

    0下载:
  2. 基于struct结构的jsp-based on the structure of jsp
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:9837468
    • 提供者:王兵
  1. examinationon_line

    0下载:
  2. 网络在线考试系统 struct 1.2+ Ajax+Sql server 2000 内有详细安装说明-Online examination system struct 1.2+ Ajax+ Sql server 2000, there are detailed installation instructions
  3. 所属分类:Education soft system

    • 发布日期:2017-04-10
    • 文件大小:2026432
    • 提供者:妖爻
  1. C-tree

    0下载:
  2. data struct of tree source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:24953
    • 提供者:yaoyao
  1. debugmalloc

    0下载:
  2. #include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HE
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:2924
    • 提供者:liucj
  1. Support_Vector_Machine_Struct

    0下载:
  2. Support Vector Machine Struct
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:76181
    • 提供者:张亚飞
  1. Iluk

    2下载:
  2. 这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR),采用如下结构存储:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。-This is used for solving linear equations ILUK preconditioning algor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:58626
    • 提供者:张德柱
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:糊涂
  1. ps_pointsprites

    0下载:
  2. 粒子系统实现火焰效果struct CParticle { float m_x //当前x坐标 float m_y //当前y坐标 float m_Angle //方向 float m_Speed //速度 float m_AngleAdjustment //角加速度 float m_Life //生命值 float m_Decay //衰减速度 } -Particle system to achieve the effect of flame s
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:278504
    • 提供者:amluisha
  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
    • 文件大小:1471
    • 提供者:hjintian
  1. TPStruts

    0下载:
  2. java struct 的使用范例,在tomcat配合下下使用,用于网站的建设-java struct the use of examples, in cooperation with the tomcat used for site construction
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:4092139
    • 提供者:alex
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com