当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: Preface This book introduce
 

 

 ·一个字符串倒序排列    »显示摘要«
    摘要:方法一:#include <stdio.h>char * fun(char *s) { int len=0,i; char temp; for(i=0;*(s+i)!=´\0´;i++) ; len=i; for(i=0;i<len/2;i++)/*折半呀*/ { temp=s[i]; s[i]=s[len-1-i]; s[len-1-i]=temp; ......
    摘要: 我是不喜欢用osql.exe,isql.exe的,虽然n早之前,用osql.exe查询过局域网内的sql server服务器。ado.net足够了。只要过滤掉“go“。 如下: using system;using system.xml;using system.data;using system.io;using system.collections;using sys......


Lotus Notes and Domino 6 Programming Bible :Preface
 

this book introduces and explains the programming features of lotus notes and domino 6. because notes and domino make use of so many different technologies, several of which are the subjects of numerous other books, and because ibm provides extensive online reference documentation with the domino designer software, we have not organized this book in the format typical of so many restate-the-reference-manual books, and we do not attempt to fully describe every detail of every programming feature available to notes and domino developers. 【程序编程相关:词法分析器代码

preface 【推荐阅读:LinuxAid的资讯盘点终结了?


...   下一页
 ·书评---------《软件工艺》    »显示摘要«
    摘要:看了熊节的《软件工艺》,其实没有看完。写下了自己的想法。 看了前言和序言,感觉到是一种强烈的震颤。对软件目的的阐述,对软件工程的思考。其实软件的核心理念又是什么呢,不就是产生用户需要的软件,给用户创造价值,同时也为自己创造价值:)。软件工程呢,不就是让这个过程更加完善,让产品更好。 软件工艺的提出并没有否定软件工程,而是改变了对软件工程盲目的崇拜,软件工程就是一个工具,让我们更好工作的工具,如何应......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE