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
双网卡同网段, 监测网卡连接
但是更仔細觀察可以發現拔除網路線時會造成 IFF_RUNNING 的改變,至於 IFF_UP 不會因插拔網路線而有任何變化 #include <stdio.h> #include <
stdlib
.h
·
2015-10-27 15:18
连接
自动生成的四则运算
源程序: #include <stdio.h> #include <time.h> #include <
stdlib
.h> void main() { int a
·
2015-10-27 15:02
四则运算
实验一修改(输入非数字死循环,输入小数点进入死循环)
#include<stdio.h>#include<
stdlib
.h>#include<time.h>#include<math.h>#define N
·
2015-10-27 15:01
循环
实验一
#include<stdio.h>#include<
stdlib
.h>#include<time.h>#define N 10 //题目数量main(){ clock_t
·
2015-10-27 15:01
算法-search
找到了o(n/2) ,没找到 o(n) #include <stdio.h> #include <
stdlib
.h> #
·
2015-10-27 15:35
search
malloc,calloc,realloc等内存分配函数区别
void* ptr, unsigned newsize);void* malloc(unsigned size);void* calloc(size_t nelem, size_t elsize);都在
stdlib
.h
·
2015-10-27 15:22
malloc
C++ int,char,string,CString类型转换(整理总结)
string类时 using namespace std; //同上 #include <sstream> #include <iostream> #include <
stdlib
.h
·
2015-10-27 15:41
String类
openssl多线程实例
服务端代码如下: #include <stdio.h> #include <
stdlib
.h> #include <memory.h> #include <
·
2015-10-27 15:05
OpenSSL
四则运算
#include<stdio.h> #include<
stdlib
.h> #include<time.h> main() { int a,b1,b2
·
2015-10-27 14:28
四则运算
关闭2440 屏幕背光
backlight.c *************************************************************************** #include <
stdlib
.h
·
2015-10-27 14:13
屏幕
在2440里面添加截屏功能
gsnap.c #include <stdio.h> #include <
stdlib
.h> #include <unistd.h> #include <
·
2015-10-27 14:13
截屏
Josephus 线段数版
代码如下; #include<stdio.h> #include<
stdlib
.h> #include<string.h> #include<iostream
·
2015-10-27 14:25
OS
小学生四则运算
#include<stdio.h>#include<
stdlib
.h>int a,b,t=1;int num;void jiafa();v
·
2015-10-27 14:19
四则运算
实验一 小学四则运算
#include<stdio.h> #include<
stdlib
.h> #include<time.h> int n;//记录输入的题目个数 int a,b
·
2015-10-27 14:14
四则运算
C语言小游戏源代码
//扫雷游戏 #include <graphics.h> #include <
stdlib
.h> #include <dos.h> #define LEFTPRESS
·
2015-10-27 14:57
C语言
练习一
主要代码如下: #include<stdio.h>#include<
stdlib
.h>main(){ int i,m,n,r,x,b; char a[4]={'+','-','
·
2015-10-27 14:34
objective-c(接口&实现)
objective-c在xcode6下的例子: 定义接口 #import <Foundation/Foundation.h> //基础库,类似C中的
stdlib
typedef
·
2015-10-27 14:39
Objective-C
IPC草稿
#include <unistd.h> #include <
stdlib
.h> #include <stdio.h> #include <string.h
·
2015-10-27 14:06
ipc
实验1-四则运算
#include<iostream> using namespace std; #include<
stdlib
.h> #include<time.h> int
·
2015-10-27 14:31
四则运算
二叉平衡查找树AvlTree(C实现)
二叉平衡查找树即是一棵树中所有节点的左右子树高度差不超过1的查找树 头文件—————————————————————————————— #ifndef _AVLTREE_H_ #define _AVLTREE_H_ #include <
stdlib
.h
·
2015-10-27 14:01
tree
二叉搜索树BinarySearchTree(C实现)
——————————— #ifndef _BINARY_SEARCH_TREE_H_ #define _BINARY_SEARCH_TREE_H_ #include <
stdlib
.h
·
2015-10-27 14:01
search
队列queue的C实现
头文件—————————————————————————————— #ifndef _QUEUE_H_ #define _QUEUE_H_ #include <
stdlib
.h> #
·
2015-10-27 14:00
Queue
栈stack的C实现
头文件—————————————————————————— #ifndef _STACK_H_ #define _STACK_H_ #include <
stdlib
.h> #define
·
2015-10-27 14:59
stack
单链表List的C实现
头文件———————————————————————————————— //单链表的实现 #ifndef _LIST_H_ #define _LIST_H_ #include <
stdlib
.h
·
2015-10-27 14:56
list
Bezier曲线绘制 B样条绘制
*同时,程序实现了键盘的交互,用来控制程序运行过程中的退出、重画等 */ #include<GL/glut.h> #include<
stdlib
.h> int W,H;
·
2015-10-27 14:39
IE
C语言 学生信息管理系统
编译器 gcc #include<stdio.h> #include<
stdlib
.h> #include<memory.h> #include<termio.h
·
2015-10-27 14:17
C语言
高精度乘法
*/ #include <stdio.h> #include <string.h> #include <
stdlib
.h>
·
2015-10-27 14:52
精度
数据结构(10) -- 图的邻接表存储
////////////////////////////////////////////////////////// #include <iostream> #include <
stdlib
.h
·
2015-10-27 14:30
数据结构
数据结构(9) -- 图的邻接矩阵存储
//////////////////////////////////////////////////////// #include <iostream> #include <
stdlib
.h
·
2015-10-27 14:30
数据结构
动态库封装参考模板
1 #include "stdio.h" 2 #include "
stdlib
.h" 3 #include "string.h"
·
2015-10-27 14:24
动态库
1
#include <stdio.h>#include <time.h>#include <
stdlib
.h>void main(){ int a,b,c,d
·
2015-10-27 14:55
Linux C字符串替换函数
#include <stdio.h>#include <string.h>#include <
stdlib
.h> /**** @author: cnscn
·
2015-10-27 14:35
linux
Linux 操作系统下CPU多核心的绑定
cpu.c [CODE]#include<
stdlib
.h>#include<stdio.h>#include<sys/types.h>#include<sys
·
2015-10-27 14:30
linux
实验1--用C语言编程四则运算
#include<stdio.h>#include<
stdlib
.h>#include <time.h>#define N 30main(){int a,b,k,i,
·
2015-10-27 14:13
四则运算
实验一--四则运算
#include<stdio.h>#include<
stdlib
.h>#include<time.h>main(){ int a,d1,d2; double c,b;
·
2015-10-27 14:57
四则运算
四则运算
#include <stdio.h> #include <
stdlib
.h> #include <time.h> #include <assert.h>
·
2015-10-27 14:51
四则运算
c 从语言中的内存管理
1 分配内存 malloc 函数 需要包含头文件: <
stdlib
.h> and <malloc.h
·
2015-10-27 14:47
内存管理
解压HTTP gzip的
#include <
stdlib
.h>#include <string.h>#include <errno.h>#include <zlib.h>
·
2015-10-27 14:44
http
Linux练习(读取改变环境变量)
#include <
stdlib
.h> #include <stdio.h> #include <string.h> int main(int argc,char
·
2015-10-27 13:57
linux
Linux练习(显示环境变量)
#include <stdio.h> #include <
stdlib
.h> extern char **environ; int main() { char
·
2015-10-27 13:56
linux
Linux练习(函数调用复制文件)
#include <stdio.h> #include <
stdlib
.h> int main() { int c; FILE *in,*out;
·
2015-10-27 13:56
linux
Linux练习(read读取)
#include <unistd.h> #include <
stdlib
.h> int main() { char buffer[128];
·
2015-10-27 13:55
linux
Linux练习(系统调用复制文件)
#include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> #include <
stdlib
.h
·
2015-10-27 13:55
linux
Linux练习(write写入)
#include <unistd.h> #include <
stdlib
.h> int main() { if((write(1,"here is
·
2015-10-27 13:55
linux
单链表
#include<stdio.h> #include<
stdlib
.h> #include<string.h> typedef int ElemType;
·
2015-10-27 13:21
单链表
评playerc网友的"求比指定数大且最小的“不重复数”问题"
playerc网友的代码如下(求比指定数大且最小的“不重复数”问题): 1 #include <stdio.h> 2 #include <
stdlib
.h>
·
2015-10-27 13:00
play
劣质代码评析——《写给大家看的C语言书(第2版)》》附录B之21点程序(七)
#include <
stdlib
.h> 4. 5. #define BELL '\a' 6. #define DEALER 0 7. #define PLAYER 1 8. 9.
·
2015-10-27 13:59
C语言
劣质代码评析——《写给大家看的C语言书(第2版)》附录B之21点程序(五)
#include <
stdlib
.h> 4. 5. #define BELL '\a' 6. #define DEALER 0 7.
·
2015-10-27 13:58
C语言
劣质代码评析——《写给大家看的C语言书(第2版)》附录B之21点程序(六)
#include <
stdlib
.h> 4. 5. #define BELL '\a' 6. #define DEALER 0 7.
·
2015-10-27 13:57
C语言
【程序练习】——链表逆置
头插法逆置单向链表 1 #include <stdio.h> 2 #include <
stdlib
.h> 3 4 typedef struct node{
·
2015-10-27 13:24
链表
上一页
92
93
94
95
96
97
98
99
下一页
按字母分类:
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
其他