<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[我的一小部分生活]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/linteng2003</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; linteng2003]]></copyright><item><title><![CDATA[C语言const详解]]></title><link>https://blog.csdn.net/linteng2003/article/details/6421990</link><guid>https://blog.csdn.net/linteng2003/article/details/6421990</guid><author>linteng2003</author><pubDate>Sun, 15 May 2011 09:13:00 +0800</pubDate><description><![CDATA[<br /> <br />http://tech.sina.com.cn/s/2004-09-17/0735426801.shtml<br /> <br /> <br />C语言const详解<br />2010-02-06 14:53<br />转自：http://www.yesky.com/356/1854856.shtml<br /> <br />基本解释<br /> <br />　　const是一个C语言的关键字，它限定一个变量不允许被改变。使用const在一定程度上可以提高程序的健壮性，另外，在观]]></description><category></category></item><item><title><![CDATA[printf("%x,%x",ptr1[-1],*ptr2);大小端，寻址！]]></title><link>https://blog.csdn.net/linteng2003/article/details/6421985</link><guid>https://blog.csdn.net/linteng2003/article/details/6421985</guid><author>linteng2003</author><pubDate>Sun, 15 May 2011 09:10:00 +0800</pubDate><description><![CDATA[ (2011-02-17 23:33:27<br />大小端，数组寻址，综合例子<br />来自C语言深度解剖<br />#include "stdafx.h"<br />
#include "string.h"<br /><br />
int main()<br />
{<br />
int a[5]={1,2,3,4,5};<br />
int *ptr1=(int *)(&a+1); //1<br />
int *ptr2=(int *)((int)a+1); //2<br />
pri]]></description><category></category></item><item><title><![CDATA[printf("%x,%x",ptr1[-1],*ptr2);大小端，寻址！]]></title><link>https://blog.csdn.net/linteng2003/article/details/6414322</link><guid>https://blog.csdn.net/linteng2003/article/details/6414322</guid><author>linteng2003</author><pubDate>Thu, 12 May 2011 12:39:00 +0800</pubDate><description><![CDATA[printf("%x,%x",ptr1[-1],*ptr2);大小端，寻址！(2011-02-17 23:33:27)
转载标签：杂谈分类：程序设计<br />大小端，数组寻址，综合例子<br />来自C语言深度解剖<br />#include "stdafx.h"<br />
#include "string.h"<br /><br />
int main()<br />
{<br />
int a[5]={1,2,3,4,5};<br />
int *ptr1=(int *)(&a+1); ]]></description><category></category></item><item><title><![CDATA[ECC]]></title><link>https://blog.csdn.net/linteng2003/article/details/6408370</link><guid>https://blog.csdn.net/linteng2003/article/details/6408370</guid><author>linteng2003</author><pubDate>Tue, 10 May 2011 09:59:00 +0800</pubDate><description><![CDATA[<br /> <br />Miller,"short programs for functions on curves" 这是一篇经典文章，不过如果对椭圆曲线不是很熟悉，可能不是很好懂。你可以看<br /> <br /> <br />Ian Blake, Kumar Murty and Guangwu Xu "Refinements of Miler's Algorithm for Computing Weil/Tate pairing" 的第二部分，给出了具体的Miller算法计算Weil对的过程。<br]]></description><category></category></item><item><title><![CDATA[ECC]]></title><link>https://blog.csdn.net/linteng2003/article/details/6408320</link><guid>https://blog.csdn.net/linteng2003/article/details/6408320</guid><author>linteng2003</author><pubDate>Tue, 10 May 2011 09:46:00 +0800</pubDate><description><![CDATA[<br /><br />Miller,"short programs for functions on curves" 这是一篇经典文章，不过如果对椭圆曲线不是很熟悉，可能不是很好懂。你可以看<br /> <br /> <br />Ian Blake, Kumar Murty and Guangwu Xu "Refinements of Miler's Algorithm for Computing Weil/Tate pairing" 的第二部分，给出了具体的Miller算法计算Weil对的过程。<br ]]></description><category></category></item><item><title><![CDATA[申请总结之美帝PhD篇(转)]]></title><link>https://blog.csdn.net/linteng2003/article/details/6388758</link><guid>https://blog.csdn.net/linteng2003/article/details/6388758</guid><author>linteng2003</author><pubDate>Tue, 03 May 2011 22:43:00 +0800</pubDate><description><![CDATA[<br /> 分享到:文章主题: 申请总结之美帝PhD篇momoChen回复转寄搜索推荐楼主momo等级用户文章696积分974星座天蝎座<br />发信人: momoChen (momo), 信区: IS <br />
 标  题: 申请总结之美帝PhD篇 <br />
 发信站: 北邮人论坛 (Sat Apr 24 15:15:52 2010), 站内 <br />
  <br />
 突然想到开篇要说一句：大家一定不要迷信各种学长的所谓经历，不要盲从他们的经历，看过之后一定要用自己的智慧来判断]]></description><category></category></item><item><title><![CDATA[收集的一点关于学习GTK的资料 ]]></title><link>https://blog.csdn.net/linteng2003/article/details/6368144</link><guid>https://blog.csdn.net/linteng2003/article/details/6368144</guid><author>linteng2003</author><pubDate>Wed, 27 Apr 2011 22:42:00 +0800</pubDate><description><![CDATA[<br />1. 有个哥们这样讲，我感觉很有意思，收录下来：
我都是用gtk寫程式的. 它的書籍很少呢, 或者可到 http://www.gtk.org 內有些documents可以參考的. 我曾經見過一本由O'Reilly 出的書, 它的講gtk編程的. 但當是沒有買到, 現在找也很難呢? 或者可以用gnome內一個叫glade的gtk開發工具. 會比用vi寫易得多.<br />glade是个什么 东西 ？我从来没有用过，我个人还是比较喜欢用VIM的。<br />1. 有个哥们这样讲，我感觉很有意思。]]></description><category></category></item><item><title><![CDATA[dropbox ]]></title><link>https://blog.csdn.net/linteng2003/article/details/6360798</link><guid>https://blog.csdn.net/linteng2003/article/details/6360798</guid><author>linteng2003</author><pubDate>Mon, 25 Apr 2011 10:08:00 +0800</pubDate><description><![CDATA[<br />好东西，有机会要用一下，以前的不够用了。https://www.dropbox.com/downloading?os=lnx，很好的。]]></description><category></category></item><item><title><![CDATA[一个女留学生在美国的七年（转载）]]></title><link>https://blog.csdn.net/linteng2003/article/details/6304389</link><guid>https://blog.csdn.net/linteng2003/article/details/6304389</guid><author>linteng2003</author><pubDate>Wed, 06 Apr 2011 12:51:00 +0800</pubDate><description><![CDATA[<br /><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />请牢记您的报名编号106141100257<br /> <br /> <br />一个女留学生在美国的七年（转载）<br /> <br /> <br />2003年8月12日，到今天正好来美7周年。对我来说，]]></description><category></category></item><item><title><![CDATA[古川机工 奈米小铲]]></title><link>https://blog.csdn.net/linteng2003/article/details/6287788</link><guid>https://blog.csdn.net/linteng2003/article/details/6287788</guid><author>linteng2003</author><pubDate>Wed, 30 Mar 2011 09:45:00 +0800</pubDate><description><![CDATA[<br />除了早餐店老板娘手上那把小铁铲之外，这大概是唯一可以把食物翻得那么干净的铲子了，由古川机工株式会社所研发的 
SWITL，利用奈米技术，将铲子表面的孔隙做得比液体分子小，液体无法渗透进去，就不会留下痕迹，听起来真的超赞的，而且因为不会沾黏，所以也就没有清
洗的需求 (不是这样说的吧)，如果能够量产，价格又不要过度哄抬的话，应该会是个厨房必备的好货喔！<br /> <br /> <br /> <br />网友讲：<br />物体表面都是粗糙、凹凸不平的，异物、灰尘会附着在凹凸不平的空间里，这是]]></description><category></category></item><item><title><![CDATA[湖人双塔的高度]]></title><link>https://blog.csdn.net/linteng2003/article/details/6286538</link><guid>https://blog.csdn.net/linteng2003/article/details/6286538</guid><author>linteng2003</author><pubDate>Tue, 29 Mar 2011 16:35:00 +0800</pubDate><description><![CDATA[<br />拜纳姆 身高218厘米 臂展236厘米 弹跳86厘米 体重128公斤（约285磅）
    加索尔 身高215厘米 臂展231厘米 弹跳68厘米 体重120公斤（约260磅）
    说明：关于拜纳姆的身高和臂展，以及加索尔的身高和臂展，一直都没有确切的数据！因为NBA官方关于球员的这些数据，很多都是球员选秀时自己随意报的，很少有人随后去更改，第一手资料只有球队管理层才知道！加索尔2008年参加北京奥运会时测出来的身高是215厘米，球场目测，由于加索尔长着长头发，而拜纳姆在光头的情况下还比加]]></description><category></category></item><item><title><![CDATA[LATEX学习]]></title><link>https://blog.csdn.net/linteng2003/article/details/6286537</link><guid>https://blog.csdn.net/linteng2003/article/details/6286537</guid><author>linteng2003</author><pubDate>Tue, 29 Mar 2011 16:34:00 +0800</pubDate><description><![CDATA[<br />第一段第一行总是缩进,请问怎么取消其缩进?<br />答：在导言区加上 /setlength{/parindent}{0pt}<br />答：用/noindent就可以。]]></description><category></category></item><item><title><![CDATA[LATEX学习]]></title><link>https://blog.csdn.net/linteng2003/article/details/6286532</link><guid>https://blog.csdn.net/linteng2003/article/details/6286532</guid><author>linteng2003</author><pubDate>Tue, 29 Mar 2011 16:33:00 +0800</pubDate><description><![CDATA[<br />第一段第一行总是缩进,请问怎么取消其缩进?<br />答：在导言区加上 /setlength{/parindent}{0pt}<br />答：用/noindent就可以。]]></description><category></category></item><item><title><![CDATA[GTK2..0多级菜单的实现（转自别人的实现）]]></title><link>https://blog.csdn.net/linteng2003/article/details/6278614</link><guid>https://blog.csdn.net/linteng2003/article/details/6278614</guid><author>linteng2003</author><pubDate>Fri, 25 Mar 2011 19:29:00 +0800</pubDate><description><![CDATA[GTK+多级菜单的实现<br />学习笔记2009-12-16 20:20:54阅读106评论0  字号：大中小 订阅<br />
        
            GTK+创建菜单的方式有多种，这里采用的是手工创建菜单的方式。建立多级菜单的过程和方法与建立普通的菜单方法相同，之所以能够实现菜单的分级形式，关键就是重新建立一个菜单，然后将其添加到需要下级菜单的菜单项中。下面的代码是整理于一位网友的代码所得：<br /><br />
#include  <gtk/gtk.h><br />
 <]]></description><category></category></item><item><title><![CDATA[转载一篇简单又清晰地介绍X, X Server, XFree86, KDE和Gnome以及他们之间关系的文章]]></title><link>https://blog.csdn.net/linteng2003/article/details/6246187</link><guid>https://blog.csdn.net/linteng2003/article/details/6246187</guid><author>linteng2003</author><pubDate>Sun, 13 Mar 2011 12:44:00 +0800</pubDate><description><![CDATA[<br />本帖最后由 c/unix
 于 2010-11-15 16:26 编辑 <br /><br />关于Linux图形界面的基本知识<br />很多LINUX的初学者分不清除linux
和X之间,X和Xfree86之间,X和KDE,gnome等之间是什么关系.常常混淆概念,我想以比较易于理解的方式说明一下X,X11,XFREE,WM,KDE,GNOME等之间的关系.由于本人水平有限肯可能存在错误,请高手指正. <br /><br />
　　一 linux本身没有图形界面,linux现在的图形界]]></description><category></category></item><item><title><![CDATA[生意就是这样做成的]]></title><link>https://blog.csdn.net/linteng2003/article/details/6246164</link><guid>https://blog.csdn.net/linteng2003/article/details/6246164</guid><author>linteng2003</author><pubDate>Sun, 13 Mar 2011 12:26:00 +0800</pubDate><description><![CDATA[<br />【生意就是这样做成的】<br />
          爹对儿子说，我想给你找个媳妇。<br />
         儿子说，可我愿意自己找！<br />
         爹说，但这个女孩子是比尔盖茨的女儿！<br />
         儿子说，要是这样，可以。<br />
         然后他爹找到比尔盖茨，说，我给你女儿找了一个老公。<br />
         比尔盖茨说，不行，我女儿还小！<br />
         爹说，可是这个小伙子是世界银行的副总裁！<b]]></description><category></category></item><item><title><![CDATA[linux下GTK开发环境建立（ubuntu）（转）]]></title><link>https://blog.csdn.net/linteng2003/article/details/6225665</link><guid>https://blog.csdn.net/linteng2003/article/details/6225665</guid><author>linteng2003</author><pubDate>Sat, 05 Mar 2011 16:27:00 +0800</pubDate><description><![CDATA[<br /> <br />linux下GTK开发环境建立（ubuntu）<br />www.firnow.com    时间 ： 2008-07-03  作者：佚名   编辑：本站 点击：  2260[ 评论 ]--<br /> <br />1、配置gcc<br />刚装好的系统
中已经有GCC了，但是这个GCC什么文件都不能编译，因为没有一些必须的头文件，所以要安装
build-essential这个软件
包，安装
了这个包会自动安装
上g ,libc6-dev,linux-libc-dev,l]]></description><category></category></item><item><title><![CDATA[一个女孩的就业之路]]></title><link>https://blog.csdn.net/linteng2003/article/details/6220114</link><guid>https://blog.csdn.net/linteng2003/article/details/6220114</guid><author>linteng2003</author><pubDate>Thu, 03 Mar 2011 11:03:00 +0800</pubDate><description><![CDATA[<br />转 一个女孩的就业之路（同济大学BBS上两年不沉的帖子(2009-06-08 18:51:03)标签：杂谈    <br />
以下是该女孩的BBS上的原文，虽然有点长，但是希望大家认真看完！相信大家都会有所感悟！<br />
 <br />
我是2005年毕业的，偶尔来这里看看，不常灌水。<br />
今天来随意写下一些，如果对各位有任何的帮助，是我衷心所愿。<br />
 <br />
 <br />
1。考研与就业：<br />
2004年的暑假，我和大多数人一样，艰难的抉]]></description><category></category></item><item><title><![CDATA[实习找了几个月, 终于到了总结的时候 ]]></title><link>https://blog.csdn.net/linteng2003/article/details/6220106</link><guid>https://blog.csdn.net/linteng2003/article/details/6220106</guid><author>linteng2003</author><pubDate>Thu, 03 Mar 2011 11:01:00 +0800</pubDate><description><![CDATA[<br /><br /><br /><br /><br />
发信人: Wavestone (阳光 空气 水), 信区: ParttimeJob <br />
标  题: 实习找了几个月, 终于到了总结的时候 <br />
发信站: 北邮人论坛 (Wed Jun 24 23:04:56 2009), 站内 <br />
 <br />
    我本身是个外向的人，很多时候是想到什么、遇到什么就发帖说出来了，偶尔使一些同学感到不快，在此深深地表示歉意。呵呵。 <br />
    然后，要感谢以下]]></description><category></category></item><item><title><![CDATA[ 寻找实习的经历和思考]]></title><link>https://blog.csdn.net/linteng2003/article/details/6220103</link><guid>https://blog.csdn.net/linteng2003/article/details/6220103</guid><author>linteng2003</author><pubDate>Thu, 03 Mar 2011 11:00:00 +0800</pubDate><description><![CDATA[<br />发信人: flyingmiao (amiao), 信区: SoftDesign <br />
标  题: 寻找实习的经历和思考（1）【 by amiao】 <br />
发信站: 北邮人论坛 (Wed Jun 11 23:54:13 2008), 站内 <br />
 <br />
软件版从本周开始进行话题讨论，欢迎大家提出话题，更欢迎大家参与讨论，我们共同分享。 <br />
 <br />
12日午时，强烈推荐WINDam的找工作经验帖《一个计算机本科生的求职之路【by WIND]]></description><category></category></item></channel></rss>