E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
stru
Linux下的旋钮驱动
defineknod_pin156 #defineknod_pin255 structinput_dev*input_dev; structwork_structknod1_work; structwork_
stru
mike8825
·
2016-05-07 13:00
contiki学习笔记1:helloworld+process结构分析
对process的解析structprocess{
stru
zhou307
·
2016-05-05 12:00
helloworld
contiki
POJ 3498 —— March of the Penguins (枚举+最大流)
constintmaxn=205; intnum_nodes; intn; doublem; structEdge { intfrom,to,flow,cap; }edge[maxn*maxn*2];
stru
L_avender
·
2016-05-03 22:00
网络流
BZOJ 3750 [POI2015]Pieczęć
图案中的第一个有墨水的地方一定也是印章上第一个有墨水的地方,然后暴力盖上印章,把被盖上的地方变成没有墨水就好了时间复杂度O(N*M)#include #include #include #defineN1010 usingnamespacestd;
stru
commonc
·
2016-04-29 14:00
C/C++数据结构
struct语句定义了一个包含多个成员的新的数据类型,struct语句的格式如下:
stru
qq_28796345
·
2016-04-27 14:00
LeeCode-Remove Linked List Elements
*structListNode{ *intval; *
stru
u013018721
·
2016-04-26 20:00
LeeCode
UNPv1第八章:基本UDP套接口编程
函数两个函数类似于标准的read和write函数,不过需要三个额外的参数#include ssize_trecvfrom(intsockfd,void*buff,size_tnbytes,intflags,
stru
lxj1137800599
·
2016-04-26 10:00
数据结构 利用循环队列层次遍历一棵二叉树 递归实现
#defineOVERFLOW-2 usingnamespacestd; typedefcharCElemType; typedefstructBiNode { CElemTypedata;
stru
PNAN222
·
2016-04-25 10:00
循环队列
层次遍历二叉树
小结struts2应用开发步骤和流程(三)
如开发struts2应用的第一步是在web.xml文件中增加如下配置代码:
stru
csdnyoyo
·
2016-04-24 21:00
struts2
每一个树右边的指针
**
stru
INGNIGHT
·
2016-04-19 16:00
struts1的运行原理(用户登录验证时序图)
hosts文件是否配置对于得url,否则去找DNS 2、web服务器接收到http登录请求,按http协议解析,得到url,web应用名,资源名和配置后转发给ActionServlet 3、
stru
abc7845129630
·
2016-04-18 15:00
进程通信(消息队列)
IPC对象数据结构内核为每个IPC对象维护一个数据结构(/usr/include/linux/ipc.h)
stru
秋笙夏笛
·
2016-04-17 15:47
消息队列
Linux
柔性数组
2、测试代码的编写#include #include #include
stru
u013904227
·
2016-04-16 15:00
内存
C语言
结构
柔性数组
Linux网络编程之聊天程序(TCP协议之select)
include#include#defineMAXBUF1024intmain(intargc,char**argv){ intsockfd,new_fd; socklen_tlen;
stru
qq_21792169
·
2016-04-14 18:00
IP地址
*/ #include usingnamespacestd; classIP { private: union {
stru
guohui5011
·
2016-04-12 21:00
Struts2 ajax+json账户唯一性验证
我们可以在
stru
xie_xiansheng
·
2016-04-12 09:00
Ajax
json
struts
poj 1192(简单树形dp)
#include #include #include #include usingnamespacestd; constintmaxn=1001;
stru
hexianhao
·
2016-04-11 16:00
dp
BZOJ 2001: [Hnoi2010]City 城市建设
include usingnamespacestd; constintN=20000+5; constintM=50000+5; constintinf=1e9; typedeflonglongll;
stru
nlj1999
·
2016-04-01 16:00
源系统表结构比对跟踪并进行邮件发送
1、数据拉取、装载、mysqlsp运算及邮件发送调度的shell脚本路径:/home/hs/opt/dw-etl/tabsrc_strurecord/srctab_
stru
_pull.shsrc
BabyFish13
·
2016-04-01 07:00
mysql
邮件
比对
源系统
如何知道结构体中某个成员相对结构体开始的偏移
#include #define STRUCT_OFFSET(
stru
_name, element) (unsigned long)&((struct
stru
_name*)0)->elementstruct
I慕蓝
·
2016-03-26 11:37
return
element
include
输出以二叉树表示的算术表达式
b#)##c## 输出样例(a+b)*c#include #include #include #include usingnamespacestd; typedefstructTreeNode {
stru
axiqia
·
2016-03-25 22:00
hdu 2586(LCA + 节点间距离)
include #include usingnamespacestd; constintmaxn=40005; structEdge { intk,next,cost; }edge[maxn<<1];
stru
hexianhao
·
2016-03-25 16:00
LCA
Linux驱动开发-7、中断分层机制_工作队列
1.每个CPU都有独立的工作队列2.每个工作队列形成一个双向链表3.执行时由内核的一个线程去处理,执行的时机不确定;只有在线程觉得CPU有能力处理时才去去工作队列的内容去执行 3.工作队列的相关结构
stru
u013494117
·
2016-03-24 13:00
linux
嵌入式
内核
TQ210
Linux驱动开发
MySQL实现大整数相加的udf
cplusplusextern"C"{#endiftypedefstructbigint_node{intvalue;//fourbitsbetween0000and9999structbigint_node*preview;
stru
corewith
·
2016-03-23 16:15
Linux
Linux获取系统当前时间
stru
okiwilldoit
·
2016-03-23 15:00
C++二叉树的建立、前序、中序、后序遍历
#include usingnamespacestd;
stru
u012225151
·
2016-03-19 16:00
C语言
学生信息管理系统
charname[20]; intscore; structstudent*next;};/*函数的声明*/structstudent*crease();//新建链表structstudent*insert(
stru
点滴空间
·
2016-03-14 14:00
Linux 字符设备驱动结构(四)—— file_operations 结构体知识解析
下面来介绍另一个比较重要数据结构struct_file_operationsstruct_file_operations在Fs.h这个文件里面被定义的,如下所示:structfile_operations{
stru
zqixiao_09
·
2016-03-10 22:00
linux
结构
驱动开发
字符设备
file_operation
单链表排序之选择排序
structListNode*create_list(){ inti; structListNode*head=(structListNode*)malloc(sizeof(structListNode));
stru
u010352603
·
2016-03-10 15:00
数据结构
选择排序
C语言
单链表
【BZOJ2038】[2009国家集训队]小Z的袜子(hose)【莫队】
; constintmaxn=50005,maxm=maxn,maxsqrtn=224; intn,m,num[maxn],cnt[maxn]; LLans[maxm],deno[maxm];
stru
BraketBN
·
2016-03-08 23:00
【SSH网上商城】struts搭建及实例
Stru
wj8023
·
2016-03-04 12:00
Struts2输入校验--校验器
6参数值2 7验证失败时的提示信息 8 9 10 2、非字段校验配置风格1 2 3 4 5需要被校验的字段 6 7参数值 8参数值2 9验证失败时的提示信息 10 11
Stru
笑笑笙
·
2016-03-04 09:00
习题 6-5 UVA 1600 Patrol Robot 巡逻的机器人
代码如下:#include #include #include #include usingnamespacestd;
stru
aozil_yang
·
2016-02-27 15:00
C语言
uva
bfs
Java web的web-app 的web.xml 设置
applicationContext*.xml --> struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
Stru
andylhx
·
2016-02-27 15:09
java
xml
Web
【小镇的技术天梯】Linux fstat函数
include #include定义函数:intfstat(intfildes,structstat*buf);函数说明:fstat()用来将参数fildes所指的文件状态,复制到参数buf所指的结构中(
stru
ztyzly00
·
2016-02-22 16:00
reviewboard--ubuntu安装reviewboard
Review Board is an open source tool that allows you to conduct code reviews in an easy informal yet
stru
szzt_lingpeng
·
2016-02-22 15:00
ubuntu
reviewboard
蓝桥网 算法提高 线段和点
usingnamespacestd; intvis[10010]; structsegment{ intbegin; intend; }; structnode{ intcur; intnum; };
stru
ShiWaiGaoRen12345
·
2016-02-21 21:00
算法
ACM
蓝桥
贪心
vcf_generator.pl
use URI::Escape; use Encode; sub qp_encode{ my ($str) = @_; $
strU
= encode('utf8',decode('gbk',$str));
xiechaoyong
·
2016-02-17 15:00
perl
generator
PL
vcf
poj2195
include #include #include #include #include #include usingnamespacestd; constintINF=0x3f3f3f3f;
stru
stay_accept
·
2016-02-13 21:00
[leetcode] 56. Merge Intervals 解题报告
*
stru
qq508618087
·
2016-02-13 13:00
LeetCode
array
利用IDE编写C语言程序的一点注意事项
如以下代码:1#include 2 3
stru
向往蓝天的菜鸟
·
2016-02-11 22:00
CodeForces 617C【序枚举】
顺序和题意一定要搞的很透彻才可以==#include #include #include usingnamespacestd;
stru
tun~
·
2016-01-24 11:00
linux中断--进程上下文和中断上下文
可见,“睡眠”与“运行”是针对进程而言的,代表进程的task_
stru
stemon
·
2016-01-21 16:00
poj 2251 Dungeon Master(bfs)
#include #include #include usingnamespacestd;
stru
u014552756
·
2016-01-20 19:00
Today’s words
thecommissionwouldkeepvenetianunimodeltransitivity,systemtransitivitytournament,winningthetournamenttertius,successive,successiveclangstruck,strike,
stru
三木人
·
2016-01-16 16:00
第15周实践项目三---B-树的基本操作
typedefstructnode//B-树结点类型定义 { intkeynum;//结点当前拥有的关键字的个数 KeyTypekey[MAXM];//key[1..keynum]存放关键字,key[0]不用
stru
TonyABu
·
2015-12-18 09:00
项目
Struts2的学习(1)
Action请求的搜索顺序
Stru
747017186
·
2015-12-16 19:00
数制转换(C语言实现)
#define OVERFLOW 0 #define STACKINCREMENT 1 #define STACK_INIT_SIZE 10 typedef int Status; typedef
stru
岑泉鄅
·
2015-12-16 00:00
数据结构
算法分析
数制转换
bzoj1050(最小生成树 并查集)
Status][Discuss]Description给你一个无向图,N(N#include#include#includeusingnamespacestd;intn,m;ints,t;intf[601];
stru
M_AXSSI
·
2015-12-15 18:00
简单的kruskal算法
include #include #include usingnamespacestd; //最大结点数 #defineMAX_N100 //最大边数 #defineMAX_M4450 //储存边的信息
stru
B0rn_T0_W1n
·
2015-12-03 16:00
算法
kruskal
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他