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
hdu1269
2012-10-24*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" #include"queue" usingnamespacestd
Ice_Crazy
·
2012-10-24 12:00
hdu4430
网上有各种神牛的解释,菜鸟就不废话了,囧~~~ 2012-10-23*/#include"stdio.h" #include"string.h" #include"
stdlib
.h
Ice_Crazy
·
2012-10-23 19:00
hdu4422
2012-10-22*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" intmain() { intn,num[11]; inti,l,
Ice_Crazy
·
2012-10-22 19:00
ini
hdu2216
还好1A了,囧~~~ 2012-10-21*/#include"stdio.h" #include"string.h" #include"
stdlib
.h
Ice_Crazy
·
2012-10-21 13:00
C/C++语言函数学习(1):atexit、exit、return
/*
stdlib
.h *voidexit(intstatus); *功能:终止程序 *intatexit(void(*func)(void)); *功能:注册终止函数,在main函数结束以后调用 */
callinglove
·
2012-10-20 23:00
c
工作
function
OS
语言
C++单链表相关操作的实现
闲来无趣,把自己才写的数据结构试验贴上来,觉得还是很有成就很有用的~ #include<
stdlib
.h
_Jason_
·
2012-10-20 19:00
数据结构
单链表
hdu4217
2012-10-20*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" structSeg { intl
Ice_Crazy
·
2012-10-20 19:00
指针小练习
#include"
stdlib
.h" #include"stdio.h" intstrlen(char*string) { intlength=0; while(*string++!
xiaofan086
·
2012-10-20 13:00
也谈C++中char*与wchar_t*之间的转换
下面这个方法是在MSDN里面找到的,个人认为还比较不错: 把char*转换为wchar_t*用
stdlib
.h中的m
C++ Coder
·
2012-10-18 17:00
HDU 1251
//字典树的代码,基础字典树#include"stdio.h" #include"string.h" #include"
stdlib
.h" structdictree { structdictree*
Scythe666
·
2012-10-18 08:00
Linux c 更新Oracle数据库
#include <stdio.h> #include <
stdlib
.h> #include "sqlora.h" /* * */ int
隐形的翅膀
·
2012-10-17 14:00
oracle数据库
Linux c 查询Oracle数据库例子
oracle * * Created on October 11, 2012, 3:14 AM */ #include <stdio.h> #include <
stdlib
.h
隐形的翅膀
·
2012-10-17 10:00
oracle数据库
linux 串口编程
#include <stdio.h> /*标准输入输出定义*/ #include <
stdlib
.h> /*标准函数库定义*/ #include
wuzijingaip
·
2012-10-16 15:00
linux
C语言字符串函数总结
C语言字符串函数总结:1.字符处理库(ctype)中的函数2.stdio中的字符串和字符输入/输出的函数3.通用实用库
stdlib
中的字符串转换函数4.字符串处理库string中的字符串处理函数C语言的字符串实际上是存储单个字符的数组
edward0004
·
2012-10-15 23:00
hdu 1069 Monkey and Banana (DP)
#include"stdio.h" #include"
stdlib
.h" structA { intx; inty; inth; }each[100]; intcmp(constvoid*a,constvoid
yyf573462811
·
2012-10-15 13:00
hdu1599
最后再一次,囧~~~ 2012-10-15*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" #include"queue
Ice_Crazy
·
2012-10-15 11:00
C/C++游戏之旅(三)————键盘控制图形移动之游戏主框架
include "main2.h" #include "MENUs.h" #define WIN32_LEAN_AND_MEAN #include <
stdlib
.h
ZhangZemin007
·
2012-10-14 23:00
游戏
C++
c
windows
hdu 1871 无题 (水。。)
#include"stdio.h" #include"
stdlib
.h" structfun { intnum,count,price; }a[111]; intcmp(constvoid*a,constvoid
yyf573462811
·
2012-10-14 17:00
hdu4396
2012-10-14*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" #include"queue" usingnamespacestd
Ice_Crazy
·
2012-10-14 13:00
Gcc中使用profile工具优化代码
环境为mingw32 编辑如下代码:#include"iostream"#include"
stdlib
.h"usingnamespacestd; intfunc_ten(){ _sleep(500
ganggexiongqi
·
2012-10-13 22:00
优化
gcc
vim
工具
【OpenCV学习】图像填充
#include "cv.h" #include "highgui.h" #include <stdio.h> #include <
stdlib
.h
·
2012-10-13 21:00
opencv
hdu4027
2012-10-13*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" #include"math.h" structseg
Ice_Crazy
·
2012-10-13 18:00
hdu4022
2012-10-13*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" structA { intx,y,index; }x[100011
Ice_Crazy
·
2012-10-13 17:00
C实现的俄罗斯方块
虽然程序在内存释放方面是有问题的)附上代码:#include"stdio.h" #include"dos.h" #include"conio.h" #include"graphics.h" #include"
stdlib
.h
hnu_zxc
·
2012-10-13 16:00
c
struct
Random
UP
IM
空间复杂度O(1)的merge
很简单的题目,百度实习面试题#include"stdio.h" #include"
stdlib
.h" intmain(intargc,char**argv){ inta[]={0,3,4,5,9,1,2,6,7,8
pouloghost
·
2012-10-10 19:00
面试
百度
System
merge
hdu3714
2012-10-08*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" #include"math.h" #definee1e-9 intn
Ice_Crazy
·
2012-10-08 17:00
【每日N题】“.”分IP地址转uint
#include"stdio.h" #include"
stdlib
.h" uintaddr2int(char*addr){ uinta[4]; if(0==sscanf(addr,"%d.%d.
sunxinhere
·
2012-10-08 00:00
C中动态数组的例子
//使用malloc()函数实现动态数组 #include<stdio.h> #include<
stdlib
.h> int main(void) {
hanxuedog
·
2012-10-07 16:00
数组
设置了O_APPEND,lseek的操作将无效
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <
stdlib
.h
goAheadtw
·
2012-10-04 19:00
append
句子翻转 如i am superman ---> superman am i
iamsuperman--->supermanami 这个题目比较简单:思路:(1)首先将原字符串分开成单词,然后将单词在反过来组成反的字符串;函数如下: #include"stdafx.h"#include"
stdlib
.h
smilestone322
·
2012-10-03 11:00
招聘
hdu3280
2012-10-03*/#include"stdio.h" #include"string.h" #include"
stdlib
.h" structseg { __int64l,r,mid; __int64sum
Ice_Crazy
·
2012-10-03 09:00
通过OPENCV从视频中获取图片并保存
include"Afxdlgs.h"#include"highgui.h"#include"stdio.h"#include"cv.h"#include"cxcore.h" #include"math.h"#include"
stdlib
.h
sfl8688
·
2012-10-02 15:00
C语言中有用的函数
1,getcwd可以获得当前程序的运行路径#include #include"
stdlib
.h" #include"direct.h" #include #defineMAXPATH250 intmain
huangxy10
·
2012-10-01 14:00
技术小记7(C++)
在vc++中程序中用了srandom()和random(),头文件为
stdlib
.h,
pud_zha
·
2012-09-30 00:00
C++
xxx定律
#include <stdio.h> #include <
stdlib
.h> int main() { int n; int count; while(scanf
xitong
·
2012-09-29 09:00
xxx定律
#include <stdio.h> #include <
stdlib
.h> int main() { int n; int count; while(scanf
xitong
·
2012-09-29 09:00
【旋转卡壳】POJ 3608 Bridge Across Islands
纪念一下~~~ #include <iostream> #include <stdio.h> #include <
stdlib
.h>
基德KID.1412
·
2012-09-28 14:00
编程
C++
算法
ACM
凸包
C语言文件指针的基本函数介绍包含了fpoen、fclose、fgetc、fputc、fscanf、fprintf、fgets、fputs、fread、fwrite函数以及文件定位函数.
\n"); exit(0);//头文件需要有
stdlib
.h } fclose(fp);//关闭文件 } 二、调用fgetc和fputc函数
liuhenghui5201
·
2012-09-27 15:00
File
null
buffer
FP
终端
磁盘
erlang数据库 ETS 工作原理分析
转载:http://mryufeng.iteye.com/blog/113856ETS是erlangtermstrorage的意思文档见erl5.5.5/lib/
stdlib
-1.14.5/doc/html
zhangxinrun
·
2012-09-26 19:00
数据库
虚拟机
工作
server
erlang
application
memalign和valloc
这些函数在头文件“
stdlib
.h”中声明。在GNU库中,可以使用函数free释放memalign和valloc返回的内存块。但无法在BSD系统中使用,而且BSD系统中并未提供释放这样的内存块的途径。
bingqingsuimeng
·
2012-09-25 10:00
列出输入目录的所有文件
#include <dirent.h> #include <stdio.h> #include <
stdlib
.h> int main(int argc,
goAheadtw
·
2012-09-25 09:00
文件
七种qsort排序方法
注意:可以的话最好还是自己写qsort()而不是调用
stdlib
.h里的qsort()函数,那样效率会高很多的七种qsort排序方法 一、对int类型数组排序 intnum[100]; Sample:
luyuncheng
·
2012-09-24 20:00
c
struct
【数据结构】链式线性表的几种常用用法
#include <stdio.h> #include <
stdlib
.h> #define maxsize 1024 #define OK 1 #define ERROR
·
2012-09-22 00:00
数据结构
kernel对应的c库实现
对于普通应用程序,可以通过包含头文件
stdlib
.h和stdio.h,string.h等,然后调用需要的itoa(),atoi()等函数,但是对于Linux内核来说,无法使用那些C库中的函数。
zhangchiytu
·
2012-09-21 20:00
HLA中的类
programclassDemo; #include("
stdlib
.hhf"); type People:class var pName:string; proceduregetName;@returns
ljy520zhiyong
·
2012-09-21 20:00
String
Class
HLA中的函数及调用
programprocedureDemo; #include("
stdlib
.hhf") static inputString:string; proceduresayHelloWorld(hello
ljy520zhiyong
·
2012-09-21 13:00
String
置换加密算法
1#include"stdio.h" 2#include"
stdlib
.h" 3#definecolumn3 4typedefcharDataType; 5 6 7/************
·
2012-09-20 19:00
算法
C语言/C++产生随机数
RAND_MAX定义在
stdlib
.h,其值为2147483647。例如:#include #include
sangni007
·
2012-09-20 14:00
c
Random
语言
HLA中的记录
programrecordDemo; #include("
stdlib
.hhf") type Student:record sname:string; sage:int32; endrecord;
ljy520zhiyong
·
2012-09-20 12:00
String
vs 2010 express 查看malloc能分配多少内存
. // #include"stdafx.h" #include"stdio.h" #include"
stdlib
.h" unsignedmaximum=0; int_tmain
wangyaninglm
·
2012-09-20 11:00
express
2010
上一页
118
119
120
121
122
123
124
125
下一页
按字母分类:
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
其他