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
C/C++/MFC
数学函数,所在函数库为math.h、
stdlib
.h、string.h、float.h int abs(int i) 返回整型参数i的绝对值 double cabs(struct complex
asdfghjashuang
·
2013-02-25 19:00
使用c和shell实现远程tomcat的重启备份脚本
下面是客户端程序 #include <stdio.h> #include <
stdlib
.h> #include <errno.h> #include <
xitong
·
2013-02-25 11:00
tomcat
应用Libvirt连接KVM虚拟化平台
C代码,用于连接指定的KVM宿主机器,获得该宿主机器的配置信息,以及该主机上所有的虚拟主机列表、状态及配置信息: #include <stdio.h> #include <
stdlib
.h
cloudtech
·
2013-02-20 16:00
kvm
C-epoll
#include"stdio.h"#include"string.h"#include"
stdlib
.h"#include"sys/socket.h"#include"netinet/in.h"#include"sys
bio_tt
·
2013-02-19 13:18
epoll
C-
C-epoll
#include"stdio.h"#include"string.h"#include"
stdlib
.h"#include"sys/socket.h"#include"netinet/in.h"#include"sys
bio_tt
·
2013-02-19 13:18
C-
epoll
C- pthread
#include"string.h"#include"stdio.h"#include"pthread.h"#include"
stdlib
.h" structdata{ intnum; charstr
bio_tt
·
2013-02-18 13:21
c
pthread
C- pthread
#include"string.h"#include"stdio.h"#include"pthread.h"#include"
stdlib
.h"structdata{intnum;charstr[20]
bio_tt
·
2013-02-18 13:21
C
pthread
链表实现的队列
* *Createdon:Dec17,2012 *Author:fsxchen *链表实现的队列 */ #include"stdio.h" #include"malloc.h" #include"
stdlib
.h
fsxchen
·
2013-02-17 23:00
C++中产生随机数
RAND_MAX定义在
stdlib
.h,其值为2147483647。例如:#include#includevoidm
turkeyzhou
·
2013-02-08 17:00
xcode 编译问题
1. invaliddeploymenttargetfor-
stdlib
=libc++(requiresiOS5.0orlater)解决办法:这个是由于文件编译不支持可以将target->AppleLLVMcomplier4.1
qingsi00
·
2013-02-06 17:00
编译问题
xcode错误调试
hdu3006
2013-02-06*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" inthash[1=0;l--)//这里要倒过来 { if(!
Ice_Crazy
·
2013-02-06 15:00
将一个无空格的句子分词
代码如下:#include"
stdlib
.h" #include"stdio.h" char*str1="t
jiyanfeng1
·
2013-02-06 11:00
rails csv excel 导入导出
autoplay=truecsv是ruby的标准库:http://ruby-doc.org/
stdlib
阿昭
·
2013-02-05 21:00
hdu2897
2013-02-05*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" intmain() { inti,l; intn,a,b; while
Ice_Crazy
·
2013-02-05 19:00
return 与 exit()的区别--return退出本函数,exit()退出整个程序
#include <
stdlib
.h> int sum(int a, int b); int main(void){  
·
2013-02-03 19:00
return
简单的vs内存泄露调试技巧
假设我们在这3行之前,增加#include,因iostream包含了
stdlib
.h,则会隐式破坏顺序,导致malloc函数内存泄露的时候,输出信息窗口不显示
HayYoung
·
2013-02-02 22:00
vs
vs2008
ioctl在socket中的一些用法和示例
一、获取以下例程通过ioctl获取设备"eth0"的IP/掩码/硬件址#include"stdio.h" #include"
stdlib
.h" #include"string.h" #include"net
heqiangflytosky
·
2013-02-02 17:00
sapi/cgi/fpm/fpm_env.h:20: 错误:与 ‘clearenv’ 类型冲突
5.3.6/sapi/cgi/fpm/fpm.c:12:/root/php-5.3.6/sapi/cgi/fpm/fpm_env.h:20:错误:与‘clearenv’类型冲突/usr/include/
stdlib
.h
djhh21
·
2013-02-01 11:35
类型冲突
‘clearenv’
错误:与
linux下获取当前目录
TAG: Linux 1.取得当前工作目录(相当于windows下的GetCurrentDirectory):#include"stdio.h"#include"
stdlib
.h"#include"string.h
yangruibao
·
2013-01-31 11:00
杨辉三角形
#include <stdio.h> #include <
stdlib
.h> int main(void) { int i,j,n,a[14][14];
taojianrong
·
2013-01-30 22:00
c
算法
数组
杨辉三角形
atoi,atol,strtod,strtol,strtoul详解
atof(将字符串转换成浮点型数)相关函数atoi,atol,strtod,strtol,strtoul表头文件#include“
stdlib
.h"定义函数doubleatof(constchar*nptr
cjsycyl
·
2013-01-30 10:00
C-pthread 生产者,消费者
#include"stdio.h"#include"pthread.h"#include"
stdlib
.h"#include"string.h"structtest { intnum; structtest
bio_tt
·
2013-01-29 20:42
C-pthread
C-pthread 生产者,消费者
#include"stdio.h"#include"pthread.h"#include"
stdlib
.h"#include"string.h"structtest{intnum;structtest*
bio_tt
·
2013-01-29 20:42
C-pthread
C -pthread lock cond
#include"stdio.h"#include"pthread.h"#include"
stdlib
.h"intsum=0;inthead=0;pthread_cond_tok=PTHREAD_COND_INITIALIZER
bio_tt
·
2013-01-29 16:34
C
cond
C -pthread lock cond
#include"stdio.h"#include"pthread.h"#include"
stdlib
.h"intsum=0;inthead=0;pthread_cond_tok=PTHREAD_COND_INITIALIZER
bio_tt
·
2013-01-29 16:34
c
cond
C指针学习1
#include"stdio.h"#include"
stdlib
.h"#include"string.h"voidmain() { inti,a[]={1,2,3,4,5,6,3},m=3; intprint
bio_tt
·
2013-01-28 13:36
c
指针
排序算法--排序算法汇总
下面是具体的实现: #include<stdio.h> #include<
stdlib
.h> #include<time.h> #define N 1000000
nanjingjiangbiao_T
·
2013-01-28 00:00
排序算法
hdu2651
2013-01-26*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" intn; __int64ans; structDictr
Ice_Crazy
·
2013-01-26 18:00
hdu2609(最小表示法)
2013-01-25*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" #defineN10011 #defineM111 intn,len
Ice_Crazy
·
2013-01-25 14:00
hdu2606
.# 2013-01-23*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" intans[111];
Ice_Crazy
·
2013-01-23 13:00
C-链表3-增加
#include"stdio.h"#include"
stdlib
.h" structgrade{ intscore; structgrade*next;}; intmain(){ intscore;
bio_tt
·
2013-01-23 10:35
链表
增加
C链表2-删除
#include"stdio.h"#include"
stdlib
.h" structgrade{ intscore; structgrade*next;}; intmain(){ intscore;
bio_tt
·
2013-01-23 09:50
链表
删除
C链表1-产生
#include"stdio.h"#include"
stdlib
.h" structgrade{ intscore; structgrade*next;}; intmain(){ intscore;
bio_tt
·
2013-01-23 09:37
c
链表
【计算机图形学】六、Mandelbrot集
1.算法2.源代码#include"stdafx.h" #include"GL/glut.h" #include"
stdlib
.h" #include"math.h" floatxmin=-2.00
lifehack
·
2013-01-19 15:00
【计算机图形学】五、Julia集
1.算法2.源代码#include"stdafx.h" #include"GL/glut.h" #include"
stdlib
.h" #include"math.h" voidinit() { glClearColor
lifehack
·
2013-01-19 15:00
【计算机图形学】四、B样条曲线的生成
1.算法2.源代码#include"stdafx.h" #include"GL/glut.h" #include"
stdlib
.h" voidinit() { glClearColor(1.0,1.0,1.0,0.0
lifehack
·
2013-01-18 15:00
【计算机图形学】三、bezier曲线的生成
1.算法2.源代码#include"stdafx.h" #include"GL/glut.h" #include"
stdlib
.h" #include"math.h" voidinit() { glClearColor
lifehack
·
2013-01-18 15:00
【计算机图形学】二、椭圆的生成
1.算法2.源代码#include"stdafx.h" #include"GL/glut.h" #include"
stdlib
.h" voidinit() { glClearColor(1.0,1.0,1.0,0.0
lifehack
·
2013-01-18 15:00
【计算机图形学】一、直线的生成
1.算法:2.源代码:#include"stdafx.h" #include"GL/glut.h" #include"
stdlib
.h" #include"math.h" voidinit() {
lifehack
·
2013-01-18 15:00
显示文件内容
> #include <malloc.h> #include <string.h> #include <unistd.h> #include <
stdlib
.h
qvb3d
·
2013-01-17 21:00
文件
c++ base64
[email protected]
*/ #ifndef _BASE_64_H_ #define _BASE_64_H_ #include <iostream> #include <
stdlib
.h
hcmfys
·
2013-01-15 16:00
base64
c++ base64
[email protected]
*/ #ifndef _BASE_64_H_ #define _BASE_64_H_ #include <iostream> #include <
stdlib
.h
hcmfys
·
2013-01-15 16:00
base64
linux c实现的简单web响应程序(会完善成一个简单web服务器)
#include <stdio.h> #include <
stdlib
.h> #include <unistd.h> #include <string.h
M_ittrue
·
2013-01-13 14:00
web服务器
C++检查内存泄露
vs20081.工程设置为debug内存泄露的检测一般在debug模式下进行2.在需要检查内存泄露的cpp头部加上#ifdef_DEBUG #define_CRTDBG_MAP_ALLOC #include<
stdlib
.h
iuhsihsow
·
2013-01-11 04:00
内存
检查
在类的外面调用类保护类型的虚函数
#include <stdio.h> #include <
stdlib
.h> #include <string.h> class A{
goAheadtw
·
2013-01-10 20:00
虚函数
利用交换算法,解决学生id排序的算法
#include <stdafx.h> #include <iostream> #include <
stdlib
.h> #include <
ding43930053
·
2013-01-10 15:00
算法
使用交换排序法,利用指针和数组对学生成绩进行升序排序
//使用交换排序法,利用指针和数组对学生成绩进行升序排序 #include <stdafx.h> #include <iostream> #include <
stdlib
.h
ding43930053
·
2013-01-09 15:00
排序
交换排序法,进行int类型数组升序的排列
交换排序法,进行int类型数组的排列:一(利用常量定义数组长度) #include <stdafx.h> #include <iostream> #include <
stdlib
.h
ding43930053
·
2013-01-09 13:00
int
算法:利用泡沫算法,进行对int类型数组升序的排列
//泡沫算法,进行int类型数组的排列:一 #include <stdafx.h> #include <iostream> #include <
stdlib
.h
ding43930053
·
2013-01-09 12:00
int
修改文件内容
〇#include"stdio.h" #include"
stdlib
.h" #include"string.h" #include"Windows.h" #include"iostream" usingnamespacestd
xuleilx
·
2013-01-08 00:00
上一页
115
116
117
118
119
120
121
122
下一页
按字母分类:
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
其他