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
jenson
C语言实现队列
/**main.c*队列*Createdon:Oct29,2010*Author:
jenson
*/#include#include#defineMAX10voidinit(int*front,int*rear
juxiangwu
·
2010-10-29 22:36
职场
算法
休闲
算法
C语言实现队列
/* *main.c *队列 * Createdon:Oct29,2010 * Author:
jenson
*/#include#include#defineMAX10voidinit(int*
juxiangwu
·
2010-10-29 22:36
算法
职场
休闲
C语言实现链表
/* *main.c * 链表 * Createdon:Oct29,2010 * Author:
jenson
*/#include#includestructchain{ intvalue;
juxiangwu
·
2010-10-29 21:56
算法
职场
休闲
C语言实现链表
/* *main.c * 链表 * Createdon:Oct29,2010 * Author:
jenson
*/#include#includestructchain{ intvalue;
juxiangwu
·
2010-10-29 21:56
算法
职场
休闲
C语言中的可变数目变元
/* *main.c * 通过可变数目变量计算1/2+1/2^2+1/2^3...的值 * Createdon:Oct29,2010 * Author:
jenson
*/#include#includedoublesum_series
juxiangwu
·
2010-10-29 21:07
C++
c
职场
休闲
C语言中的可变数目变元
/* *main.c * 通过可变数目变量计算1/2+1/2^2+1/2^3...的值 * Createdon:Oct29,2010 * Author:
jenson
*/#include#includedoublesum_series
juxiangwu
·
2010-10-29 21:07
C++
c
职场
休闲
C语言伪随机数生成
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#include#includeintmain(){ longtime1
juxiangwu
·
2010-10-29 21:44
C++
c
职场
休闲
C语言伪随机数生成
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#include#includeintmain(){ longtime1
juxiangwu
·
2010-10-29 21:44
C++
c
职场
休闲
C语言中的排序函数
size_tnum,size_tsize,int(*compare)(constvoid*,constvoid));/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
juxiangwu
·
2010-10-29 20:02
算法
职场
休闲
C语言中的排序函数
size_tnum,size_tsize,int(*compare)(constvoid*,constvoid));/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
juxiangwu
·
2010-10-29 20:02
算法
职场
休闲
C语言中的跳转函数
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#includejmp_bufebuf;voidfun(void);intmain
juxiangwu
·
2010-10-29 20:12
C++
c
职场
休闲
C语言中的跳转函数
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#includejmp_bufebuf;voidfun(void);intmain
juxiangwu
·
2010-10-29 20:12
C++
c
职场
休闲
算法学习笔记之二分查找函数
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#includeintcmp(constvoid*ch,constvoid
juxiangwu
·
2010-10-29 20:09
算法
职场
休闲
算法学习笔记之二分查找函数
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#includeintcmp(constvoid*ch,constvoid
juxiangwu
·
2010-10-29 20:09
算法
职场
休闲
使用互斥量读写链表
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#include#include#include#include#includetypedefstruct_list_args
juxiangwu
·
2010-10-29 11:21
职场
休闲
使用互斥量读写链表
/* *main.c * * Createdon:Oct29,2010 * Author:
jenson
*/#include#include#include#include#include#includetypedefstruct_list_args
juxiangwu
·
2010-10-29 11:21
职场
休闲
算法学习笔记之排序--基于值的插入排序
/* *main.c * * Createdon:2010-10-27 * Author:
Jenson
*/#include#include#includeintfncmp(constvoid*
juxiangwu
·
2010-10-27 19:10
算法
职场
插入排序
指针
休闲
算法学习笔记之排序--基于值的插入排序
/* *main.c * * Createdon:2010-10-27 * Author:
Jenson
*/#include#include#includeintfncmp(constvoid*
juxiangwu
·
2010-10-27 19:10
算法
职场
插入排序
指针
休闲
算法学习笔记之排序--基于指针的插入排序
/* *main.c * * Createdon:2010-10-27 * Author:
Jenson
*/#include#include#includeintfncmp(constvoid*
juxiangwu
·
2010-10-27 19:34
算法
职场
插入排序
指针
休闲
算法学习笔记之排序--基于指针的插入排序
/* *main.c * * Createdon:2010-10-27 * Author:
Jenson
*/#include#include#includeintfncmp(constvoid*
juxiangwu
·
2010-10-27 19:34
算法
职场
插入排序
指针
休闲
上一页
1
2
3
下一页
按字母分类:
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
其他