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++测试程序,竟然被瑞星当病毒给杀了!
这是代码: #include < iostream > #include <
stdlib
.h > using namespace
·
2015-11-11 04:49
C++
不带头结点,头部插入法创建链表
#include<stdio.h> #include<
stdlib
.h> #define ListSize 100 typedef int DataType; typedef
·
2015-11-11 04:13
链表
malloc & free
动态分配内存 #include<stdio.h> #include<
stdlib
.h> int compare_integers(void const *a,void
·
2015-11-11 04:06
malloc
一步一步学数据结构之n--n(Prim算法)
Prim算法代码: #include <stdio.h> #include <
stdlib
.h> /* run this program
·
2015-11-11 04:00
数据结构
进程环境之环境变量
#include <
stdlib
.h> char *getenv( const char *name ); 返回值:指向与name关联的value
·
2015-11-11 04:02
环境变量
顺序链表
#include<stdio.h> #include<
stdlib
.h> #include<math.h> typedef int ElemType; typedef
·
2015-11-11 04:26
链表
SDUTOJ 2054 双向链表
#include<iostream> #include<
stdlib
.h> using namespace std; typedef int ElemType; typedef
·
2015-11-11 04:51
双向链表
检测内存泄漏
#define _CRTDBG_MAP_ALLOC #include <
stdlib
.h> #include <windows.h> int main(int argc
·
2015-11-11 04:52
内存泄漏
HDU2544最短路问题Floyd-warshall Algorithm做法
pid=2544 View Code //杭电2544 #include<stdio.h> #include<string.h> #include<
stdlib
.h
·
2015-11-11 04:39
Algorithm
linxu select 返回值
socket.h>#include <string.h>#include <netinet/in.h>#include <stdio.h>#include <
stdlib
.h
·
2015-11-11 03:05
select
Linux 下获取LAN中指定IP的网卡的MAC(物理地址)
wenxy #ifndef _ALL_H#define _ALL_H #include <memory.h>#include <stdio.h>#include <
stdlib
.h
·
2015-11-11 03:04
linux
通过建立好连接的socket或者IP获取对端MAC地址
#include <stdio.h> #include <
stdlib
.h> #include <errno.h> #include &
·
2015-11-11 03:02
连接
Linux 套接字编程 - select
#include <stdio.h> #include <
stdlib
.h> #include <unistd.h> #inclu
·
2015-11-11 03:33
select
直方图均衡化的 C++ 实现(基于 openCV)
include <cv.h> 2 #include <highgui.h> 3 #include <stdio.h> 4 #include <
stdlib
.h
·
2015-11-11 03:43
opencv
简易tcp服务器
server: View Code 1 #include <
stdlib
.h> 2 #include <string.h> 3 #include <
·
2015-11-11 03:39
tcp
本地socket通信
server View Code 20 #include <stdio.h> 21 #include <string.h> 22 #include <
stdlib
.h
·
2015-11-11 03:29
socket通信
malloc realloc calloc free
1.malloc: 头文件:<
stdlib
.h> 原型:extern void *malloc(unsigned int num_bytes); 功能:分配长度为n
·
2015-11-11 03:14
malloc
linux下echo与time服务的程序实现
一、针对ECHO服务的TCP客户软件的实现 1.网络拓扑结构: 2.源码: 1 #include <stdio.h> 2 #include <
stdlib
.h>
·
2015-11-11 03:10
linux
1.1.3-构造汇编语句
见代码: 1 #include <stdio.h> 2 #include <string.h> 3 #include <
stdlib
.h> 4
·
2015-11-11 03:55
汇编
Raw Socket Programming: Ping
nbsp;2009.10.07 BY I NOT YOU #include <stdio.h> #include <
stdlib
.h
·
2015-11-11 03:24
programming
Linux网络编程8——对TCP与UDP的简易封装
my_socket.h #ifndef __MY_SOCKET_H__ #define __MY_SOCKET_H__ #include <stdio.h> #include <
stdlib
.h
·
2015-11-11 03:09
linux
《UNIX网络编程》TCP客户端服务器:并发、消息回显
/*client_tcp.c*/ #include <stdio.h> #include <unistd.h> #include <
stdlib
.h
·
2015-11-11 03:18
unix
C语言播放音乐
#include <stdio.h> #include <
stdlib
.h> #include <dos.h> #include <conio.h>
·
2015-11-11 03:51
C语言
使用_CRTDBG_MAP_ALLOC宏与_malloca/_freea不兼容
; 为了定位内存漏洞,在头文件中包含了crtdbg.h, #if defined(_DEBUG) #define _CRTDBG_MAP_ALLOC #include <
stdlib
.h
·
2015-11-11 03:34
malloc
模拟抛硬币(C语言实现)
实现代码: 1 #include<stdio.h> 2 #include<
stdlib
.h> 3 4 int heads() 5 { 6 return
·
2015-11-11 02:05
C语言
月球美容计划之最短路
迪杰斯特拉 有点像普利姆算法的精简版,不能有负权边 #include <stdio.h> #include <
stdlib
.h> #include <string.h&
·
2015-11-11 02:14
最短路
控制台程序进度指示器
#include <windows.h> #include <stdio.h> #include <
stdlib
.h> int main() { int
·
2015-11-11 02:25
控制台
汉诺塔问题--递归实现
/*汉诺塔问题*/ #include <stdio.h> #include <
stdlib
.h> //定义n为移动的层数,x,y,z分别代表三根柱子,表示把前n层塔牌从
·
2015-11-11 02:14
递归
用递归实现字符串的逆序输出
/*输入一个字符串实现逆序输出*/ #include <stdio.h> #include <
stdlib
.h> void print() { char c
·
2015-11-11 02:14
字符串
链式队列定义、插入、删除
#include <stdio.h> #include <
stdlib
.h> #define ElemType int typedef struct QNode {
·
2015-11-11 02:13
队列
逆波兰式(后缀表达式)的计算
输入 :后缀表达式(可带浮点数) 输出:double型的计算结果 代码: #include <stdio.h> #include <
stdlib
.h> #include
·
2015-11-11 02:12
表达式
用栈实现2进制数到十进制数的转换
amp;s,当不改变栈中元素,只对栈s进行操作时,传入s 代码实现: /*利用栈的特点将2进制数转换为10进制数 */ #include<stdio.h> #include<
stdlib
.h
·
2015-11-11 02:11
十进制
链表元素的逆序输出
1 #include <stdio.h> 2 #include <
stdlib
.h> 3 4 #define ElemType int 5 #define
·
2015-11-11 02:08
链表
如何寻找数组中的最小值和最大值
nbsp; 方法一:老盆友快速排序法,代码如下: #include "stdafx.h" #include <stdio.h> #include <
stdlib
.h
·
2015-11-11 02:35
数组
函数式C代码
代码如下: #include <
stdlib
.h> #include <stdio.h> typedef char String[32]; typedef FILE*
·
2015-11-11 02:43
函数
C语言读写伯克利DB 3
-Wall参数等价于执行lint,即:进行代码的静态分析,它可以指出未初始化的变量,未使用的变量 #include <assert.h> #include <
stdlib
.h
·
2015-11-11 02:39
C语言
C语言解析日志,存储数据到伯克利DB
编译命令 gcc -o dbwriter dbwriter.c -ldb dbwriter.c #include <assert.h> #include <
stdlib
.h
·
2015-11-11 02:35
C语言
identifier not found error on function call
fgetsDemo(),在main 方法中调用,源代码如下: #include "stdafx.h" #include <stdio.h> #include <
stdlib
.h
·
2015-11-11 02:09
function
itoa : Convert integer to string
www.cplusplus.com/reference/cstdlib/itoa/ function Required header : <
stdlib
.h
·
2015-11-11 02:06
Integer
(2015年郑州轻工业学院ACM校赛题)I 旋转图像
<iostream> #include<stack> #include<queue> #include<math.h> #include<
stdlib
.h
·
2015-11-11 02:50
ACM
Mr.yan's homework4(incomplete)
bst.c 3 Implementation of the binary search tree data structure. 4 5 */ 6 #include <
stdlib
.h
·
2015-11-11 02:42
home
MR.yan's homework3
C++输入写法: #include <
stdlib
.h> #include <memory.h> #include <fstream> #include
·
2015-11-11 02:39
home
关于fork函数中的内存复制和共享
1 #include<unistd.h> 2 #include<stdio.h> 3 #include<string.h> 4 #include<
stdlib
.h
·
2015-11-11 02:27
fork
一个简单的TCP通信的例子
/bugY/archive/2011/10/26/2225152.html Server端 /* server.c */#include <stdio.h>#include <
stdlib
.h
·
2015-11-11 02:36
TCP通信
hdu 1213
pid=1213 代码 #include<stdio.h> #include<
stdlib
.h> #include<algorithm> #include
·
2015-11-11 01:47
HDU
C冒泡排序Demo
编辑器加载中... 1 #include<
stdlib
.h> 2 #include<stdio.h> 3 4 #define TRUE 1 5 #define FALSE
·
2015-11-11 01:49
冒泡排序
身份证验证程序
*/ #include <stdio.h> #include <string.h> #include <
stdlib
.h> int main() { int wi[
·
2015-11-11 01:58
身份证
函数指针(习题课后答案)
1 #include <stdio.h> 2 #include <
stdlib
.h> 3 #include <ctype.h> 4 5 int is_not_print
·
2015-11-11 01:51
函数指针
poj 2528 Mayor's posters (线段树+离散化)
*/ #include<stdio.h> #include<
stdlib
.h> #define N 10040 struct node { int l;
·
2015-11-11 01:39
post
poj 1035 (Spell checker )
id=1035 #include<iostream> #include<string> #include<string.h> #include<
stdlib
.h
·
2015-11-11 01:13
check
上一页
61
62
63
64
65
66
67
68
下一页
按字母分类:
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
其他