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
UVA 331 Mapping the Swaps
#include<stdio.h>#include<string.h>#include<
stdlib
.h>int a[5],
·
2015-10-21 10:29
mapping
UVA 10098 Generating Fast
#include<stdio.h>#include<string.h>#include<
stdlib
.h>char b[15];int cmp(const void
·
2015-10-21 10:26
uva
POJ 2503 Babelfish
#include<string.h>#include<
stdlib
.h>#include<stdio.h>char b[15],english[100010
·
2015-10-21 10:23
poj
POJ 2362 Square
#include<stdio.h>#include<string.h>#include<
stdlib
.h>int state[10010],st[10010],d,n
·
2015-10-21 10:18
poj
多项式相乘与相加演示
#include<stdio.h> #include<
stdlib
.h> typedef struct node { int p; int e; struct
·
2015-10-21 10:10
Queue and Message
#ifndef __QUEUE_H__ #define __QUEUE_H__ #include <stdint.h> #include <
stdlib
.h> #include
·
2015-10-21 10:42
message
Double Link List
quot;USBH.h" 5 #include "USBH_Int.h" 6 #include <string.h> 7 #include <
stdlib
.h
·
2015-10-21 10:12
double
Mailbox and Mail
#ifndef __MAILBOX_H__ #define __MAILBOX_H__ #include <stdint.h> #include <
stdlib
.h>
·
2015-10-21 10:22
mail
实验一(小学四则运算练习系统)
#include <stdio.h> #include <
stdlib
.h> int getChoice(); void showMenu(); void doExercise
·
2015-10-21 10:58
四则运算
网新恒天笔试题,写出以下代码的输出结果
#include < stdio.h > #include <
stdlib
.h > #define N 5 int *
·
2015-10-21 10:21
笔试题
C语言的传值与传址调用
请看代码: 1 #include < stdio.h > 2 #include <
stdlib
.h
·
2015-10-21 10:14
C语言
数据结构C语言>数组>字符数组
上代码: 1 #include < stdio.h > 2 #include <
stdlib
.h
·
2015-10-21 10:12
数据结构
数据结构C语言>数组>压缩二维数组
嗯,上代码 1 #include < stdio.h > 2 #include <
stdlib
.h
·
2015-10-21 10:10
数据结构
数据结构C语言>数组>一维数组表示二维数组
以行的方式: 1 #include < stdio.h > 2 #include <
stdlib
.h
·
2015-10-21 10:07
数据结构
数据结构C语言>数组>一维数组的遍历 空间换取时间
首先看代码1: 1 #include < stdio.h > 2 #include <
stdlib
.h
·
2015-10-21 10:06
数据结构
C语言开发病毒程序
语言开发病毒程序 //连接头文件 #include <io.h> #include <dir.h> #include <stdio.h> #include <
stdlib
.h
·
2015-10-21 10:06
C语言
ARP欺骗的源代码
#include <
stdlib
.h> #include <stdio.h> #include <pcap.h> //winpcap
·
2015-10-21 10:17
源代码
POJ3278http://poj.org/problem?id=3278
id=3278 题目大意: m,n两个数m可+1, -1, *2变成n,需要经过几步 #include<stdio.h> #include<
stdlib
.h> #
·
2015-10-21 10:35
http
POj3268 Silver Cow Party
点却不好求,只要把路向翻转过来也变成求从x点到各个点,直接用Dijstar dist[]记录x点到各个点的最短路径距离 #include<stdio.h> #include<
stdlib
.h
·
2015-10-21 10:35
part
HDU 1312 http://acm.hdu.edu.cn/showproblem.php?pid=1312
#include<stdio.h> #include<string.h> #include<math.h> #include<
stdlib
.h>
·
2015-10-21 10:33
http
poj 1915 http://poj.org/problem?id=1915
/**< */#include <stdio.h> #include <string.h> #include <
stdlib
.h> #include &
·
2015-10-21 10:33
http
在线判题 (模拟)http://202.196.1.132/problem.php?id=1164
#include<stdio.h> #include<math.h> #include<string.h> #include<
stdlib
.h>
·
2015-10-21 10:33
http
HDU1973 http://acm.hdu.edu.cn/showproblem.php?pid=1973
#include<stdio.h> #include<
stdlib
.h> #include<string.h> #include<queue> #
·
2015-10-21 10:33
http
HDU 1455 http://acm.hdu.edu.cn/showproblem.php?pid=1455
#include<stdio.h> #include<
stdlib
.h> #include<math.h> #include<string.h>
·
2015-10-21 10:32
http
HDU1518 Square
#include<stdio.h> #include<string.h> #include<math.h> #include<
stdlib
.h>
·
2015-10-21 10:32
HDU
垃圾代码评析——关于《C程序设计伴侣》9.4——链表(一)
#include <
stdlib
.h> 3. #include <stdbool.h> 4. #include <string.h> 5. 6.
·
2015-10-21 10:43
程序设计
垃圾代码评析——关于《C程序设计伴侣》6.2(二)
#include <
stdlib
.h> 3. #include <string.h> 4. #include <
·
2015-10-21 10:42
程序设计
求比指定数大且最小的“不重复数”问题
#include <stdio.h> #include <
stdlib
.h> #include <errno.h> #define NUMBER_STR_MAX_LENGTH
·
2015-10-21 10:57
问题
hdu1160--fatmouse.speed
动态规划题,麻烦在要输出一个最优解 代码如下: #include<stdio.h> #include<
stdlib
.h> #include<stack> struct
·
2015-10-20 08:14
HDU
hdu1024--Max Sum Plus Plus
b(i-1, t) } + e[j] } (i <= t < j) 再做优化:存放在两个一维数组中: #include<stdio.h> #include<
stdlib
.h
·
2015-10-20 08:14
HDU
三种排序算法及三种变量交换的宏实现
1、快速排序 #include <stdio.h> #include <string.h> #include <
stdlib
.h
·
2015-10-20 08:53
排序算法
c语言二分法
1 #include <stdio.h> 2 #include <
stdlib
.h> 3 4 int Search(int *a,int key)
·
2015-10-20 08:14
C语言
realloc malloc calloc的 区别
ptr,unsignednewsize); void*malloc(unsignedsize); void*calloc(size_tnumElements,size_tsizeOfElement);都在
stdlib
.h
qq_31214097
·
2015-10-19 14:00
C语言 线性表 顺序表结构 实现
1 #include <stdio.h> 2 #include <
stdlib
.h> 3 #include <string.h> 4 5 #
·
2015-10-19 11:58
C语言
单向链表的基本操作及逆序实现
#include"stdio.h" #include"string.h" #include"
stdlib
.h" //自定义数据结构定义本质固定大小内存块的别名 typedefstructNode { intdata
my_sky2012
·
2015-10-14 14:00
c语言实现模拟发送报文
#include"
stdlib
.h" #include"stdio.h" #include"string.h" typedefstruct_SCK_HANDLE{ charversion[16];
my_sky2012
·
2015-10-12 20:00
OpenMp多线程编程计时问题
首先看串行的程序:// matrix_cpu.c #include
#include <
stdlib
.h> #include
#define NUM 2048 void
gaussic
·
2015-10-09 22:00
质因数分解程序
一、问题描述质因数分解,给定一个数,求出该数的所有质因数,由大到小输出二、程序/**质因数分解,求一个数的质因数,例如90=2*3*3*5*/#include"stdio.h"#include"
stdlib
.h
garfielder007
·
2015-10-09 12:44
算法
UVA 11291 Smeech
利用函数atof(
stdlib
.h)要比一位位去拼数字要方便点。#include #include #i
屠一刀
·
2015-10-06 15:00
UVA 11291 Smeech
利用函数atof(
stdlib
.h)要比一位位去拼数字要方便点。#include #include #i
屠一刀
·
2015-10-06 15:00
无题(四)续:分割字符串(在堆空间分配内存)
#include"stdio.h" #include"
stdlib
.h" #include"string.h" intspitString03(constchar*buf1,charc,char**mypp
my_sky2012
·
2015-10-06 12:00
《拓扑排序》hdoj 1811 拓扑排序 并查集
#include"stdio.h" #include"string.h" #include"
stdlib
.h" #include"queue" using namespace std; #define
a709743744
·
2015-09-29 21:00
C,Go,Rust,Nim 4语回文数大战!仅供娱乐参考!
联想笔记本interi7,2.4GHz,16G,win10C语言(应该是全C,vs2015编译)#include
#include<
stdlib
.h> #include
捍卫机密
·
2015-09-25 01:00
c
Go
Rust
Nim
c++生成随机数
一.获取均匀分布的随机数###经典方法:#include//产生随机数,范围在0~RAND_MAX之间,RAND_MAX在
stdlib
中,其值为2147483647rand();rand的机制是根据一个随机数种子
被眷顾笨小孩
·
2015-09-23 21:34
文件树数据结构
2.代码实例#include
#include<
stdlib
.h> /* *数据结构:树文件目录系统 *C语言实现 *2015-9-13 */ typedefstructTreeNode
张泽旺
·
2015-09-22 12:00
数据结构
c
【数据结构之旅】顺序栈入门操作
2.程序代码及注释 代码及注释如下:#include #include //导入
stdlib
.h模块是为了
xpleaf
·
2015-09-17 22:59
数据结构
C语言
栈操作
【数据结构之旅】顺序栈入门操作
2.程序代码及注释 代码及注释如下:#include #include //导入
stdlib
.h模块是为了
xpleaf
·
2015-09-17 22:59
数据结构
C语言
栈操作
【数据结构之旅】顺序栈入门操作
2.程序代码及注释代码及注释如下:#include#include //导入
stdlib
.h模块是为了使用sizeof函数typ
xpleaf
·
2015-09-17 22:59
C语言
数据结构
栈操作
数据结构与算法
时间函数
1、毫秒#include“stdio.h”#include“
stdlib
.h”#include“time.h”intmain(void){longi=10000000L;clock_tstart,finish
Leonshi001
·
2015-09-16 15:46
c++
质因数分解并图形化打印
将一个小于1000000的数质因数分解,并且按照从小到大的顺序利用-和|和*打印出来例子:输入:199999输出:以下是源代码(如有错误,欢迎指正):#include"stdio.h"#include"
stdlib
.h"voidpri_number
拜占庭里一棵草
·
2015-09-16 11:54
c
和
c++
上一页
98
99
100
101
102
103
104
105
下一页
按字母分类:
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
其他