搜索资源列表
sf_200562516252
- 一个线程驰的类, 下面的是基本的使用方法 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
ASP.NET培训Slides
- 主要介绍ASP的结构,对于初学者而言不识为一本好书。-Describe the struct of ASP.NET, it a good reference for beginner of ASP.
C++ programming design including data struct
- C++ programming design including data struct
使用C#拷贝String到struct
- 使用C#拷贝String到struct-use C# copy of the struct String
struct cap file
- For you struct of file .cap for type zip and you can use develop application for use!
jsonchecker
- 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
Struct
- 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
cc
- 分析的是实例 #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)
struct
- 数据结构课程设计,包括猴子选大王,文章编辑,航空系统,纸牌游戏。-Curriculum design data structure, including the monkey king election, the article editor, aviation systems, card games.
structs
- struct sample soruce code for csharp from msdn.
struct
- 实现了c++中的strut的一个例子,通过这个例子可以了解struct的实现方法和思想-Achieved a c++ an example of the strut, through this example to understand the realization of methods and ideas struct
sjjg
- 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
pdbexp_v1.11.223_src
- 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
struct
- 这是一个利用结构体来进行将输入的学生学号,成绩信息进行输出的小程序。-This is a little profram about using the struct to output the students information which are inputed.
struct
- 关于struct的操作学习。加油学习啊!不要气馁啊-may you succeed!
c-struct
- C语言中结构体的使用举例--设置文本模式的文本颜色.-the use of language c struct set the color of the text
struct-sort
- struct sort struct sort.-Database Componet Database Componet MultiThread
ch10-C-struct-union
- 结构体操作,实现了如何访问结构体,和如何输出结构体中的元素(Structural gymnastics, how to access the structure, and how to output the elements in the structure)
01.struct-variable
- 简单的实现结构体的功能,怎样声明变量,如何对变量进行操作(Simple implementation of the function of the structure, how to declare variables, how to operate on variables)
Struct
- 用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).)