自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 开发人员应该用好的一些网站

我们在开发项目的时候,大多数模块都是逐字逐句敲打出来的,然而随着开源的蓬勃发展,涌现出了好多优秀的开源项目,这些项目不仅能加快开发应用,而且能给我们的开发带来灵感。如果开发人员能灵活应用好这些优秀的开源项目,那也是一笔丰厚的知识财富,下面是笔者整理的一些优秀的网站,相信能对开发人员有所帮助。代码搜索平台:SourceForge 一个非常优

2009-07-12 12:46:00 5844 24

原创 我们团队的数据库命名规范文档

实际名字规则英文单词组成 单词开头字母大写,多个单词之间用下划线隔开 例如:Customer_Products数据库命名规则英文单词组成 单词开头字母大写,多个单词之间不用下划线隔开 例如:SinaDatabase表命名规则tb_实际名字 例如:tb_User字段命名规则表名_

2009-06-02 13:31:00 659 1

原创 ASP.NET提取超链接的正在表达式用法

由于在项目中要对超链接进行处理,分别用到下面三个函数,小生在此献丑了,大家如有好的解决办法,敬请分享。1.提取HTML文档中的超链接        public static string ExtractLink(string strHtml)        {            string pattern = @"";            MatchC

2009-05-29 20:44:00 721

Apress.Cryptography.in.C.and.Cplusplus.2nd.Ed.2005

1-1 Arithmetic and number theory in C in directory flint/src . . . . . 7 1-2 Arithmetic modules in 80x86 assembler (see Chapter 19) in directory flint/src/asm . . . . . . . . . . . . . . . . . . . . . . . . . 7 1-3 Tests (see Section 13.2 and Chapter 18) in directories flint/test and flint/test/testvals . . . . . . . . . . . . . . . . . . . . . . . . . . 7 1-4 Libraries in 80x86 assembler (see Chapter 19) in directories flint/lib and flint/lib/dll . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1-5 RSA implementation (see Chapter 17) in directory flint/rsa . . . 8 3-1 FLINT/C error codes . . . . . . . . . . . . . . . . . . . . . . . . 21 5-1 Composition table for addition modulo 5 . . . . . . . . . . . . . 71 5-2 Composition table for multiplication modulo 5 . . . . . . . . . . 71 6-1 Requirements for exponentiation . . . . . . . . . . . . . . . . . 88 6-2 Numbers of multiplications for typical sizes of exponents and various bases 2k . . . . . . . . . . . . . . . . . . . . . . . . . . 88 6-3 Values for the factorization of the exponent digits into products of a power of 2 and an odd factor . . . . . . . . . . . . . . . . . . . 90 6-4 Numbers of multiplications for typical sizes of exponents and various bases 2k . . . . . . . . . . . . . . . . . . . . . . . . . . 91 6-5 Exponentiation functions in FLINT/C . . . . . . . . . . . . . . . 117 7-1 Values of a Boolean function . . . . . . . . . . . . . . . . . . . . 132 7-2 Values of the CLINTfunction and_l() . . . . . . . . . . . . . . . . 132 7-3 Values of the CLINTfunction or_l() . . . . . . . . . . . . . . . . 133 7-4 Values of the CLINTfunction xor_l() . . . . . . . . . . . . . . . . 133 8-1 Diagnostic values of the function vcheck_l() . . . . . . . . . . . 154 10-1 The ten largest known primes (as of December 2004) . . . . . . . 215 10-2 The number of primes up to various limits x . . . . . . . . . . . 220 10-3 The number k of passes through the Miller–Rabin test to achieve probabilities of error less than 2 −80 and 2 −100 as a function of the number l of binary digits (after [DaLP]). . . . . . . . . . . . . . . 228 10-4 Approximate calculation times for the AKS test, after [CrPa] . . . 234 11-1 Elements of F23 . . . . . . . . . . . . . . . . . . . . . . . . . . 240 11-2 Powers of g(x) = x + 1, ascending left to right . . . . . . . . . . 242 11-3 Logarithms to base g(x) = x + 1 . . . . . . . . . . . . . . . . . 243 11-4 Number of Rijndael rounds as a function of block and key length 245 11-5 Representation of message blocks . . . . . . . . . . . . . . . . . 246 11-6 rc(j) constants (hexadecimal) . . . . . . . . . . . . . . . . . . . 247 11-7 rc(j) constants (binary) . . . . . . . . . . . . . . . . . . . . . . 248 11-8 Representation of the round keys . . . . . . . . . . . . . . . . . 248 11-9 The values of the S-box . . . . . . . . . . . . . . . . . . . . . . . 250 11-10 The values of the inverted S-box . . . . . . . . . . . . . . . . . . 251 11-11 ShiftRows for blocks of length 128 bits (Lb = 4) . . . . . . . . . 251 11-12 ShiftRows for blocks of length 192 bits (Lb = 6) . . . . . . . . . 252 11-13 ShiftRows for blocks of length 256 bits (Lb = 8) . . . . . . . . . 252 11-14 Distances of line rotations in ShiftRows . . . . . . . . . . . . . . 252 11-15 Interpretation of variables . . . . . . . . . . . . . . . . . . . . . 253 11-16 Interpretation of fields . . . . . . . . . . . . . . . . . . . . . . . 253 11-17 Interpretation of functions . . . . . . . . . . . . . . . . . . . . . 253 11-18 Comparative Rijndael performance in bytes per second . . . . . 259 12-1 Tolerance intervals for runs of various lengths . . . . . . . . . . 290 12-2 Test results of the FLINT/C random number generators . . . . . 291 13-1 Group law for the integers to help in testing . . . . . . . . . . . . 314 13-2 FLINT/C test functions . . . . . . . . . . . . . . . . . . . . . . . 315 14-1 LINTconstructors . . . . . . . . . . . . . . . . . . . . . . . . . . 328 14-2 LINTarithmetic operators . . . . . . . . . . . . . . . . . . . . . 330 14-3 LINTbitwise operators . . . . . . . . . . . . . . . . . . . . . . . 330 14-4 LINTlogical operators . . . . . . . . . . . . . . . . . . . . . . . . 331 14-5 LINTassignment operators . . . . . . . . . . . . . . . . . . . . . 331 15-1 LINTstatus functions and their effects . . . . . . . . . . . . . . . 356 15-2 LINTmanipulators and their effects . . . . . . . . . . . . . . . . 361 15-3 LINTflags for output formatting and their effects . . . . . . . . . 362 16-1 LINTfunction error codes . . . . . . . . . . . . . . . . . . . . . . 369 17-1 Recommended key lengths according to Lenstra and Verheul . . 393 D-1 Calculation times for several C functions (without assembler support) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459 D-2 Calculation times for several C functions (with 80x86 assembler support) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 460 D-3 Calculation times for several GMP functions (with 80x86 assembler support) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 460

2010-04-02

ExcelHelper

c#的Excel处理库,里面包含大部分实用中对Excel数据形式的处理,是一个比较实用的库

2009-02-04

C# Graphics Programming

这是一个用c#进行图像编程的资料,里面有详细的代码描述及案例解释

2009-02-04

PopForums8.0

一个不错的论坛源码,代码编写方式独特,是一个优秀的论坛模板

2009-02-04

Asp.net编辑器

fckeditor编辑器在ASP.NET的应用

2008-12-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除