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
stdlib
poj 2485 (kruskal)
#include<cstdio> #include<
stdlib
.h> #define N 1000 struct node { int x,y,w; }p[
·
2015-11-11 01:06
poj
Linux C 调用MYSQL API 函数mysql_escape_string()转义插入数据
mysql_escape_string()转义插入数据 --2013-10-11 11:57 #include <stdio.h> #include <string.h> #include <
stdlib
.h
·
2015-11-11 01:44
String
Linux C判断日期格式是否合法
<string.h> // strlen() , strncpy() #include <ctype.h> // isdigit() #include <
stdlib
.h
·
2015-11-11 01:43
linux
C/C++分别读取文件,以空格为分隔符
C语言: #include <stdio.h> #include <
stdlib
.h> #include <string.h> int main(int
·
2015-11-11 01:50
c/c++
C/C++分别读取文件的一行
C语言读取文件的一行: #include <stdio.h> #include <
stdlib
.h> #include <string.h> #define
·
2015-11-11 01:49
c/c++
void func()函数和void func(void)函数的区别
例子1: #include <stdio.h> #include <
stdlib
.h> void show1(int age) { printf("
·
2015-11-11 01:38
函数
C语言中strcpy()
例子1: #include <stdio.h> #include <
stdlib
.h> #include <string.h> int main(int
·
2015-11-11 01:34
C语言
PKU 2528 Mayor's posters
1 # include <stdio.h> 2 # include <
stdlib
.h> 3 # include <string.
·
2015-11-11 01:28
post
USACO sec1.4 Arithmetic Progressions
个数,所以公差上界为2*M*M/(N-1); /* PROG : ariprog LANG : C */ # include <stdio.h> # include <
stdlib
.h
·
2015-11-11 01:24
progress
PKU 1679 The Unique MST
/* 判断最小生成树是否唯一, kruskal */ # include <stdio.h> # include <
stdlib
.h> # define
·
2015-11-11 01:22
unique
带头结点的单链表的初始化,建立,插入,查找,删除
/带头结点的单链表的初始化,建立,插入,查找,删除 #include <stdio.h> #include <
stdlib
.h
·
2015-11-11 01:56
初始化
c++生成随机数
#include<stdio.h> #include<
stdlib
.h> #include<time.h> #define random(x) (rand()%
·
2015-11-11 01:03
C++
拓扑排序(1)
#include"stdio.h" #include"
stdlib
.h" #define MAX_VEXTEX_NUM 20 //定义顶点的最大值
·
2015-11-11 01:15
排序
二叉树的遍历
二叉树的遍历 #include " iostream " #include "
stdlib
.h
·
2015-11-11 01:52
二叉树
循环链表的插入和删除
循环链表的插入和删除 #include " iostream " #include "
stdlib
.h
·
2015-11-11 01:50
链表
链表的遍历(1)
----------------- */ #include " stdio.h " #include "
stdlib
.h
·
2015-11-11 01:46
遍历
湖南2013第九届省赛解题报告(长期拖延更新中。。。)
1 #include<stdio.h> 2 #include<string.h> 3 #include<
stdlib
.h> 4 #include<ctyp
·
2015-11-11 01:44
更新
hdu 3549 Flow problem
pid=3549 题意分析:最大网络流 模板题 #include<stdio.h> #include<string.h> #include<
stdlib
.h>
·
2015-11-11 00:38
HDU
有向图的十字链表表存储表示
1 //---------有向图的十字链表表存储表示------- 2 3 #include<stdio.h> 4 #include<
stdlib
.h>
·
2015-11-11 00:30
链表
图的邻接表存储表示(C)
//---------图的邻接表存储表示------- #include<stdio.h> #include<
stdlib
.h> #define
·
2015-11-11 00:29
存储
BF-KMP 算法
1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 #include<
stdlib
.h> 4 #
·
2015-11-11 00:29
KMP
对linux中进程创建的一点理解(1)
引用了如下的一个程序: #include <stdio.h> #include <
stdlib
.h> #include <unistd.h> int
·
2015-11-11 00:06
linux
自动生成小学四则运算题目的程序.心得体会
http://t.cn/RAS67B0 源代码 #include<stdio.h> #include<
stdlib
.h>#include<time.h>main
·
2015-11-11 00:35
四则运算
Socket tips: UDP Echo service - Server code
#include <stdio.h> #include <
stdlib
.h> #include <sys/types.h> #include <sys/socket.h
·
2015-11-11 00:12
service
选择法排序,冒泡排序,递归排序
#include <
stdlib
.h> //选择排序 void SelectSort(int *p, const int length) { if (p == NULL)
·
2015-11-11 00:37
冒泡排序
C++中字符串与整型,浮点型间的转换
中字符串与整型浮点型间的转换atof(将字符串转换成浮点型数) 相关函数 atoi,atol,strtod,strtol,strtoul 表头文件 #include <
stdlib
.h
·
2015-11-11 00:35
C++
android开发调用c++共享库so文件
1、编写libaab.cpp #include <stdio.h>#include <
stdlib
.h> #ifdef __cplusplusextern "C"
·
2015-11-11 00:17
Android开发
1111
http://www.cnblogs.com/no7dw/archive/2011/01/28/1946778.html 为什么在mac上itoa()函数不能用呢,引入了
stdlib
.h  
·
2015-11-11 00:26
随机数生成程序代码( 伪随机<
stdlib
.h> )
#include <stdio.h> #include <string> #include <
stdlib
.h> #include <algorithm&
·
2015-11-11 00:57
随机数
总结 <
stdlib
.h>头文件 在算法中可能会用到的一些函数
头文件<
stdlib
.>具有一定的总结性。
·
2015-11-11 00:52
lib
树状数组(二叉索引树 BIT Fenwick树) *【一维基础模板】(查询区间和+修改更新)
刘汝佳:《训练指南》Page(194)#include <stdio.h> #include <string.h> #include <
stdlib
.h> #include
·
2015-11-11 00:44
树状数组
读写2进制流文件
进制流文件 #include < fstream.h > #include < iostream.h > #include <
stdlib
.h
·
2015-11-11 00:11
文件
产生不重复序列的范围随机数
#include <
stdlib
.h > #include < time.h > #include < iostream.h > void
·
2015-11-11 00:09
随机数
字符处理 沼跃鱼
这是一道字符处理的问题; 1 #include <stdio.h> 2 #include <
stdlib
.h> 3 #include <string.h>
·
2015-11-11 00:47
字符
编译一个OpenGL项目(C语言)
MAX_POLYGONS 8 #define MAX_VERTICES 10 typedef int bool; #define TRUE 1 #define FALSE 0 #include <
stdlib
.h
·
2015-11-11 00:23
OpenGL
Poj 1915 - Knight Moves 双向广搜
1 #include <stdio.h> 2 #include <
stdlib
.h> 3 4 int vis[305][305], mat[305][305]; 5 int
·
2015-11-11 00:52
move
[C语言]一个很实用的服务端和客户端进行TCP通信的实例
(1)客户端程序,编写一个文件client.c,内容如下: #include <
stdlib
.h> #include <stdio.h> #include
·
2015-11-11 00:06
TCP通信
OPENCV读取AVI视频失败 视频帧提取以及图片合成视频
#include <
stdlib
.h> #include <stdio.h> #include <math.h>
·
2015-11-11 00:49
opencv
链表操作算法题合集
0.单链表的增、删、改、查(无头指针) 1 #include <stdio.h> 2 #include<
stdlib
.h> 3 struct Node
·
2015-11-11 00:05
算法
ISO C Random Number Functions
To use these facilities, you should include the header file `
stdlib
.h' in your program.
·
2015-11-11 00:46
functions
PKU 2429 GCD & LCM Inverse
大数分解pollard-rho 素数判定miller-rabin #include<stdio.h> #include<time.h> #include<
stdlib
.h
·
2015-11-11 00:56
inverse
二级指针
代码: #include <stdio.h> #include <
stdlib
.h> void test(char **p, char *str, char *str2
·
2015-11-11 00:36
指针
消息队列实现接收发送的例子
msg消息队列,实线不同进程之间的通信,主要依靠key来识别: 发送端 1 #include <stdio.h> 2 #include <
stdlib
.h> 3
·
2015-11-11 00:12
消息队列
一个将任意字符或字符串按位转化为整数的方法
#include <stdio.h> #include <iostream> #include <
stdlib
.h> #include <math.h>
·
2015-11-11 00:07
字符串
Ural 1450 求最长路 SPFA
QAQ 竟然是在开Edge 邻接表的时候开小了 改了一下4Y #include <stdio.h> #include <string.h> #include <
stdlib
.h
·
2015-11-10 23:41
SPFA
POJ 1142 质因数分解
只要很朴素的分解就可以了,数据量不大 #include <stdio.h> #include <string.h> #include <
stdlib
.h>
·
2015-11-10 23:40
poj
Codeforces Round #254 (Div. 2) DZY Loves Chemistry【并查集基础】
后来发现这是一道考察并查集的题目 QAQ 怒贴代码: 1 #include <stdio.h> 2 #include <string.h> 3 #include <
stdlib
.h
·
2015-11-10 23:37
codeforces
todo
1 #include <stdio.h> 2 #include <string.h> 3 #include <
stdlib
.h> 4 #include
·
2015-11-10 23:37
T
7.2.1 生成1~n的排列(全排列)【STL__next_permutation()_的应用】
#include <stdio.h> #include <math.h> #include <string.h> #include <
stdlib
.h>
·
2015-11-10 23:35
ext
HDOJ1728 BFS【STL__queue_的应用】
STL__queue_的应用 调用的时候要有头文件: #include<
stdlib
.h> 或 #include<cstdlib> + #include<queue>
·
2015-11-10 23:11
Queue
上一页
62
63
64
65
66
67
68
69
下一页
按字母分类:
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
其他