当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 一个很简单的函数,用来判断密码是不是简单文本,如:111111、654321、13579、abcde、AAAAA……有序字符阵列。
 

 

 ·c# code review checklist    »显示摘要«
    摘要:ted graham 提到了39 条 checklist, 我觉得还是总结的挺全面. are exceptions used to indicate error rather than returning status or error codes? 使用异常来只是错误而不是使用状态或者错误代码值 are all classes and public methods commente......
 ·提高sql server性能的10个技巧    »显示摘要«
    摘要:平时不怎么留意数据库相关的东西,看到这篇文章,感觉不错:《speed up sql server apps》learn 10 useful tips and tricks that help boost sql server application performance—and streamline development and deployment as well下面列举文章中的......


判断密码是不是简单文本的函数

  一个很简单的函数,用来判断密码是不是简单文本,如:111111.654321.13579.abcde.aaaaa……有序字符阵列.


...   下一页
 ·n皇后问题    »显示摘要«
    摘要:题目: 由八皇后问题扩展开来,即n*n的棋盘上摆放n个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 分析: 问题可以转化为12345...n 的满足某种条件(行已不等,列亦不等,只需设定其不在同一斜线上,即斜率不为 1 或-1 )的排列. 代码: private sub queensn(byval n as integer, byref ......
» 本期热门文章:

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