搜索资源列表
1_080114120833
- tcp_inode当然就是一个inode节点了,而tcp_socket等于tcp_inode.u.socket_i,通过一个指针他们指向同一个内存.tcp_socket是用来通信使用的,可以叫TCP的controlsocket或者是communication socket,当TCP通信没有相应的socket的时候这个socket就充当了socket的角色.比如在一个关闭端口上收到SYN时发送RST,或者是在三次握手的时候发送SYN(还没有accept产生新的socket)
erchashu-
- C语言实现二叉树的创建 及先序、后序、层序遍历,输出树的深度,每一层节点个数,叶子总数-Creation and the first sequence of binary tree in C language, the order of the sequence traversal, output the depth of the tree, each layer the number of nodes, leaves the total number of
JAVA
- java创建xml文件,创建节点,根节点添加到文档中;-JAVA create xml file
xinxiguanli
- 整个学生成绩管理系统采用链表作为基本数据结构,创建一个类student用于保存学生的数据且是链表中的一个节点。类list作为保存整个链表之用。主函数通过switch语句来根据用户的需要连接各个模块,以实现用户的需要。-Entire student achievement management system as the basic data structure using a linked list, create a class of student data used to save the
a-node-creation-process-in-ns2
- ns2中无线节点创建过程,涉及tcl语言,C++语言-ns2 wireless nodes in the creation process, involving tcl language, C++ language
erchashu158
- 根据二叉树的结构特点创建一棵二叉树(无节点的地方用#代替)-The creation of a binary tree