2015年5月5日
摘要:
1 #include 2 int main() 3 { 4 int i,j,n,min,r[100]; 5 printf("enter total numbers\t"); 6 scanf("%d",&n); 7 for(i=1;i<=n;i++) 8 { 9 printf("enter number %d\t",i);...
阅读全文
posted @ 2015-05-05 14:15
LeoSanford
阅读(158)
推荐(0)
2015年5月4日
摘要:
book[0]的作用 1.保存book[i] 2.检查变量j是否越界 算法基本思想:将待插入的数与与有序区中的各数从右向左一次比较!
阅读全文
posted @ 2015-05-04 22:18
LeoSanford
阅读(180)
推荐(0)
摘要:
欢迎批评也可以看看这里的比较详细http://www.jb51.net/article/53733.htm服务端#include #include #include #include #include #include #define BUFFER_SIZE 1024#define FILE_NAM...
阅读全文
posted @ 2015-05-04 15:38
LeoSanford
阅读(529)
推荐(0)
2015年5月3日
摘要:
一般是对内存操作不当造成的,常见的有:(1)数组超出范围。(2)修改了只读内存。(3)修改了只读内存。
阅读全文
posted @ 2015-05-03 17:08
LeoSanford
阅读(924)
推荐(0)
2015年5月2日
摘要:
第二章 Linux网络编程2.1客户——服务器模型目前大多数网络应用程序在编写时都采用客户—服务器模型,假设一端是客户,另一端是服务器,让服务器提供给客户一定的服务内容。它要求有一方(服务器方)在启动执行程序后(无限期地)等待其他客户端程序与之通信。这里可以再分为两种具体类型:并发型交互与重复型交互...
阅读全文
posted @ 2015-05-02 23:04
LeoSanford
阅读(214)
推荐(0)
摘要:
第一章 3G功能设计及实现1.1 3G概述 3G即第三代移动通信技术,是指能够支持高速率的数据业务传输的蜂窝移动通信技术,3G系统是新一代的移动通信系统,它将无线数字通信跟等多媒体通信相结合。第三代移动通信技术增加了对图像、音乐等多媒体业务的处理,能够提供网页浏览、电子商务等多种信息的服务,而且能够...
阅读全文
posted @ 2015-05-02 23:03
LeoSanford
阅读(500)
推荐(0)
2015年4月30日
摘要:
rpm-qsamba//查询程序是否安装rpm-ivh/media/cdrom/RedHat/RPMS/samba-3.0.10-1.4E.i386.rpm//按路径安装并显示进度rpm-ivh--relocate/=/opt/gaimgaim-1.3.0-1.fc4.i386.rpm//指定安装目...
阅读全文
posted @ 2015-04-30 22:57
LeoSanford
阅读(162)
推荐(0)
摘要:
error: Failed dependencies: libgmp.so.3()(64bit) is needed by ppl-0.10.2-11.el6.x86_64试试yum provides *libgmp.so.3yum provides '*/libgmp.so.3'安装...
阅读全文
posted @ 2015-04-30 18:49
LeoSanford
阅读(4925)
推荐(0)
摘要:
http://vault.centos.org/6.3/os/x86_64/Packages/http://rpmfind.net/linux/rpm2html/search.php?query=libgmp.so.3
阅读全文
posted @ 2015-04-30 13:43
LeoSanford
阅读(297)
推荐(0)
摘要:
在新建的.vimrc文件中添加以下内容:set fileencodings=utf-8,gb2312,gbk,gb18030set termencoding=utf-8set fileformats=unixset encoding=prc
阅读全文
posted @ 2015-04-30 12:54
LeoSanford
阅读(564)
推荐(0)