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
Java是类型安全的语言,而C++是非类型安全的
代码实例如下: 1 #include<iostream> 2 #include<
stdlib
.h> 3 using namespace std; 4 5
·
2015-10-21 11:24
java
筛法求素数
#include<iostream> #include<math.h> #include<
stdlib
.h> using namespace std;
·
2015-10-21 11:15
素数
生成指定位数的随机数
#include<math.h> #include<time.h> #include<stdio.h> #include<
stdlib
.h> long MyRand
·
2015-10-21 11:15
随机数
linux 应用程序里面调用shell
#include<stdlio.h> #include<
stdlib
.h> int main() {
·
2015-10-21 11:16
linux
sqlite3在Linux下的编程0
简单的创建和关闭sqlite3: #include<stdio.h> #include<
stdlib
.h> #include<string.h> #include
·
2015-10-21 11:15
sqlite3
快速排序
#include <iostream> #include <
stdlib
.h> #include <time.h> using namespace std;
·
2015-10-21 11:06
快速排序
教务处管理系统(数据结构的简单应用)
#include<stdio.h>#include<iostream>#include<
stdlib
.h>#include<malloc.h>#include
·
2015-10-21 11:29
数据结构
qsort详解
qsort函数是ANSI C标准中提供的,其声明在
stdlib
.h文件中,是根据二分发写的,其时间复杂度为n*log(n),其结构为: void qsort(void *base,size_t nelem
·
2015-10-21 11:35
sort
产生随机字符数组的一种方法
代码贴上: #include <
stdlib
.h > #include < string .h >
·
2015-10-21 11:25
数组
Linux下C语言字符串操作之字符串转数值型
1,字符串转整型(一)#include <
stdlib
.h>int atoi(const char *nptr);字符串转化为整型long atol(const char *nptr);字符串转化为长整型
·
2015-10-21 11:19
linux
hdu 3718 KM最优匹配
;stdio.h> #include<string.h> #include<string> #include<vector> #include<
stdlib
.h
·
2015-10-21 11:09
HDU
pku 3348 计算几何 求凸包面积
stdio.h> #include<string.h> #include<math.h> #include<algorithm> #include<
stdlib
.h
·
2015-10-21 11:08
pku
poj 2954 pick定理
#include<stdio.h> #include<string.h> #include<math.h> #include<
stdlib
.h>
·
2015-10-21 11:08
poj
poj 1265 pick定理的应用,水
#include<stdio.h> #include<string.h> #include<math.h> #include<
stdlib
.h>
·
2015-10-21 11:07
poj
c语言动态指针"数组"--一种伪二维数组
#include <stdio.h>#include <
stdlib
.h>main(){ char**p; int count,j,i; p=0; scanf("%
·
2015-10-21 11:52
二维数组
c语言链表实现一元多项式的加减乘运算
#include <stdio.h>#include <
stdlib
.h>#define SHI sizeof(struct duoxiangshi)#define NULL 0struct
·
2015-10-21 11:52
C语言
基数排序
c 基数排序 #include < stdio.h > #include <
stdlib
.h > #
·
2015-10-21 11:31
基数排序
c 排序 总结
< stdio.h > #include < sys / time.h > #include < unistd.h > #include <
stdlib
.h
·
2015-10-21 11:24
排序
c 可变参数 可变 形参 不确定
c 可变参数 :gcc -g -Wall -O0 fuck.c -o fuck #include <
stdlib
.h > /* 說明 malloc, NULL, size_t
·
2015-10-21 11:23
可变参数
glib helloworld
include < errno.h > #include < math.h > #include < stdio.h > #include <
stdlib
.h
·
2015-10-21 11:17
helloworld
链表 c 自己
链表: #include < string .h > #include <
stdlib
.h >
·
2015-10-21 11:10
链表
双链表 teacher-bouble-loop-nohead
main.c #include < stdio.h > #include <
stdlib
.h > #include
·
2015-10-21 11:07
each
FreeImage使用基础,图像旋转,图像滤波
高斯图像滤波#include <stdio.h> #include <
stdlib
.h> #include <malloc.h> #include "
·
2015-10-21 11:07
image
双链表 c teacher-double-nohead-noloop
teacher-double-nohead-noloop main.c #include < stdio.h > #include <
stdlib
.h
·
2015-10-21 11:06
double
BFS算法的实现
1 #include <stdio.h> 2 #include <
stdlib
.h> 3 #include <vector> 4 #include <
·
2015-10-21 11:32
bfs
atexit()函数
atexit 函数名: atexit 头文件:#include<
stdlib
.h> 功 能: 注册终止函数(即main执行结束后调用的函数
·
2015-10-21 11:30
exit
_kbhit() for linux
c-programming/63166-kbhit-linux.html #include <stdio.h> #include <unistd.h> #include <
stdlib
.h
·
2015-10-21 11:50
linux
linux c++下载http文件并显示进度<转>
include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <
stdlib
.h
·
2015-10-21 11:40
linux
穷尽所有排列--下一个排列
#include <stdio.h>#include <string.h>#include <
stdlib
.h>#include <limits.h>void
·
2015-10-21 11:22
列
HDU_2673 shǎ崽 OrOrOrOrz
水题,但是要细心 #include <stdio.h>#include <
stdlib
.h>#define N 10007int a[N], b[N];int cmp(const
·
2015-10-21 11:30
ror
获取网卡信息
#include <stdio.h> #include <windows.h> #include <
stdlib
.h> #include <malloc.h
·
2015-10-21 11:24
获取
获取MAC地址
stdafx.h" 2 #include "windows.h" 3 #include "wincon.h" 4 #include "
stdlib
.h
·
2015-10-21 11:57
mac
快速傅里叶变换(正/反)
#include <stdio.h>#include <
stdlib
.h>#include <math.h>#define PI 3.141592653589793238462643383279
·
2015-10-21 10:36
快速
二叉查找树
#include <iostream>#include <
stdlib
.h>using namespace std;typedef struct tree{ int data
·
2015-10-21 10:32
二叉查找树
选出数组中指定小的元素
#include <iostream>#include <time.h>#include <
stdlib
.h>using namespace std;int random
·
2015-10-21 10:29
数组
随机化快速排序
#include <iostream>#include <time.h>#include <
stdlib
.h>using namespace std;int random
·
2015-10-21 10:28
快速排序
不重复随机序列
#include <iostream>#include <time.h>#include <
stdlib
.h>using namespace std;int random
·
2015-10-21 10:25
序列
一组区间中交集最多的一个
#include <iostream>#include <
stdlib
.h>#include <time.h>using namespace std;#define
·
2015-10-21 10:16
交集
三次样条插值 c++
#include <iostream>#include <malloc.h>#include <
stdlib
.h>#include <math.h>using
·
2015-10-21 10:04
C++
不错的俄罗斯方块程序代码(VC++版)
#include <windows.h> #include <stdio.h> #include <
stdlib
.h> #include <time.h&
·
2015-10-21 10:15
vc++
bsearch
void *base, size_t *nelem, size_t width, int(*fcmp)(const void *, const *)); 语法: #include <
stdlib
.h
·
2015-10-21 10:53
search
Get WEB Page Content over Linux C
#include <stdio.h>#include <
stdlib
.h>#include <errno.h>#include <string.h>#include
·
2015-10-21 10:11
content
一个有意思的东东 linux c打印自己的程序
test.c # include < stdio. h> # include <
stdlib
. h> extern char * _binary_test_c_start
·
2015-10-21 10:34
linux
FFMPEG_avi转码到mp4(aac+h264)源码
avformat.h>#include <stdio.h>#include <ffmpeg/avutil.h>#include <stdio.h>#include <
stdlib
.h
·
2015-10-21 10:11
ffmpeg
C++ int,char,string,CString类型转换(整理总结)
类时 using namespace std; //同上 #include <sstream> #include <iostream> #include <
stdlib
.h
·
2015-10-21 10:09
String类
实现字符串转化为整数函数atoi()函数
代码: #include<stdio.h> #include<
stdlib
.h> #include <c
·
2015-10-21 10:21
字符串
寻找数组中的第二大数
代码如下: #include<stdio.h> #include<
stdlib
.h> int findSecond(int *a,int size) { int
·
2015-10-21 10:16
数组
atoi()函数及其实现
atoi()函数原型:int atoi(const char *nptr) 用法:#include <
stdlib
.h> 功能:将字符串转换成整型数;atoi()会扫描参数nptr字符串,跳过前面的空格字符
·
2015-10-21 10:15
函数
UVA 10341 Solve It
#include<stdio.h>#include<math.h>#include<
stdlib
.h>double p,q,r,s,t,u;double f(double
·
2015-10-21 10:52
uva
UVA 704 Colour Hash
#include<stdio.h>#include<string.h>#include<
stdlib
.h>#define HASH 10000003int head1
·
2015-10-21 10:46
hash
上一页
97
98
99
100
101
102
103
104
下一页
按字母分类:
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
其他