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

搜索资源列表

  1. sf_200562516252

    0下载:
  2. 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = ne
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:boxu
  1. ASP.NET培训Slides

    0下载:
  2. 主要介绍ASP的结构,对于初学者而言不识为一本好书。-Describe the struct of ASP.NET, it a good reference for beginner of ASP.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.15mb
    • 提供者:古任
  1. C++ programming design including data struct

    0下载:
  2. C++ programming design including data struct
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:270.5kb
    • 提供者:安秋
  1. 使用C#拷贝String到struct

    0下载:
  2. 使用C#拷贝String到struct-use C# copy of the struct String
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2.87kb
    • 提供者:似的
  1. struct cap file

    0下载:
  2. For you struct of file .cap for type zip and you can use develop application for use!
  3. 所属分类:Windows编程

  1. jsonchecker

    0下载:
  2. aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:16.31kb
    • 提供者:momo
  1. Struct

    0下载:
  2. I worked homework in university with C language test. It is about sort, insert, add student data. it is not great. But you can save your time with my source. Thank you
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:410.75kb
    • 提供者:Taik
  1. cc

    0下载:
  2. 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBST(tree_pointer root, int data)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:71.33kb
    • 提供者:林明
  1. struct

    0下载:
  2. 数据结构课程设计,包括猴子选大王,文章编辑,航空系统,纸牌游戏。-Curriculum design data structure, including the monkey king election, the article editor, aviation systems, card games.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:465.21kb
    • 提供者:书缘
  1. structs

    0下载:
  2. struct sample soruce code for csharp from msdn.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5.09kb
    • 提供者:steven
  1. struct

    0下载:
  2. 实现了c++中的strut的一个例子,通过这个例子可以了解struct的实现方法和思想-Achieved a c++ an example of the strut, through this example to understand the realization of methods and ideas struct
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:18.13kb
    • 提供者:阿文
  1. sjjg

    0下载:
  2. Index /*定义学号主关键字索引文件结构*/ typedef struct{ char num[8] /*学号*/ char name[9] /*姓名*/ char gender[3] /*性别*/ int score /*成绩*/ }DataType /*定义主文件结构*/-Index /* definition of Student ID primary key index file structure*/typedef struct (char
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:384.32kb
    • 提供者:acting
  1. pdbexp_v1.11.223_src

    0下载:
  2. PDB Explorer 是一个能够查看微软 pdb 文件(Program DataBase ,程序数据库)的工具,它能够将 pdb 文件中的 struct 、union 及 enum 类型的定义以 C/C++ 的语法显示出来,特别适合 Windows 底层研究人员及 DDK 程序员使用。 作者:李马-PDB Explorer is a tool that can check the Program DataBase of MS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:44.63kb
    • 提供者:王小鱼
  1. struct

    0下载:
  2. 这是一个利用结构体来进行将输入的学生学号,成绩信息进行输出的小程序。-This is a little profram about using the struct to output the students information which are inputed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:157.49kb
    • 提供者:天空
  1. struct

    0下载:
  2. 关于struct的操作学习。加油学习啊!不要气馁啊-may you succeed!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:726byte
    • 提供者:asd
  1. c-struct

    0下载:
  2. C语言中结构体的使用举例--设置文本模式的文本颜色.-the use of language c struct set the color of the text
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4.34kb
    • 提供者:李辉亮
  1. struct-sort

    0下载:
  2. struct sort struct sort.-Database Componet Database Componet MultiThread
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:533.67kb
    • 提供者:
  1. ch10-C-struct-union

    0下载:
  2. 结构体操作,实现了如何访问结构体,和如何输出结构体中的元素(Structural gymnastics, how to access the structure, and how to output the elements in the structure)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:75kb
    • 提供者:彤颖
  1. 01.struct-variable

    0下载:
  2. 简单的实现结构体的功能,怎样声明变量,如何对变量进行操作(Simple implementation of the function of the structure, how to declare variables, how to operate on variables)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:17kb
    • 提供者:彤颖
  1. Struct

    0下载:
  2. 用struct结构算出两个时刻之间的时间差,若被减的时间更小则算作前一天(即加24小时)(We use struct structure to calculate the time difference between two moments. If the time of reduction is smaller, it will be counted as the previous day (plus 24 hours).)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:672kb
    • 提供者:balalala993
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com