DearSirorMadam:I‘mLucyfromLongDa(SterlingPacific)WoodCo.,Ltd.Weavailourselvesofthisopportunitytoapproachyoufortheestablishmentoftraderelationswithyou.WearethefactoryspecializinginthemanufactureandexportofPLYWOODFLOORINGANDKITCHENCABINET.Ourproductsincludebr..
                            
                            
                                分类:
其他好文   时间:
2014-08-11 15:23:53   
                                阅读次数:
158
                             
                    
                        
                            
                            
                                Problem DescriptionIn many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of...
                            
                            
                                分类:
其他好文   时间:
2014-08-11 11:52:02   
                                阅读次数:
197
                             
                    
                        
                            
                            
                                Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Computer College had ever been split int....
                            
                            
                                分类:
其他好文   时间:
2014-08-10 18:33:30   
                                阅读次数:
285
                             
                    
                        
                            
                            
                                返回受上一语句影响的行数。如果行数大于 20 亿,请使用ROWCOUNT_BIG。Transact-SQL 语句可以通过下列方式设置 @@ROWCOUNT 的值:将 @@ROWCOUNT 设置为受影响或被读取的行的数目。可以将行发送到客户端,也可以不发送。保留前一个语句执行中的 @@ROWCOUNT...
                            
                            
                                分类:
其他好文   时间:
2014-08-10 18:09:00   
                                阅读次数:
149
                             
                    
                        
                            
                            
                                mv命令是move的缩写,可以用来移动文件或者将文件改名(move(rename)files),是Linux系统下常用的命令,经常用来备份文件或者目录。1.命令格式:mv[选项]源文件或目录目标文件或目录2.命令功能:视 mv命令中第二个参数类型的不同(是目标文件还是目标目录),mv命令将文件重命名...
                            
                            
                                分类:
系统相关   时间:
2014-08-10 15:20:50   
                                阅读次数:
350
                             
                    
                        
                            
                            
                                题意  把一堆东西尽量分为两份  第一份不小于第二份
把所有东西的总价值s除以2  让它装尽量多的东西作为第二份  剩下的就是第一份了 
题目有个小坑点  是以负数作为结束条件的  不是-1  还有不要开始把s/=2  后来第一份又用s*2-d[s]  因为s/2*2不一定等于s了...
                            
                            
                                分类:
其他好文   时间:
2014-08-10 10:29:20   
                                阅读次数:
282
                             
                    
                        
                            
                            
                                一、定义:不确定的有限自己主动机(NFA): 一种数学模型(1) 一个有限的状态集合S(2) 一个输入符号集合∑(不包括ε)(3) 一个转换函数move: S X (∑ U {ε}) -> P(S)(4) 状态s0是唯一的開始状态(5) 状态集合F是接受状态集合,S包括F确定的有限自己主动机(DFA...
                            
                            
                                分类:
其他好文   时间:
2014-08-10 10:21:40   
                                阅读次数:
273
                             
                    
                        
                            
                            
                                Reference:http://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)Therule of three(also known as the Law of The Big Three or The Big Three) is...
                            
                            
                                分类:
其他好文   时间:
2014-08-09 23:03:59   
                                阅读次数:
331
                             
                    
                        
                            
                            
                                Overflow 
Write a program that reads an expression consisting of two non-negative integer and an operator. Determine if either integer or the result of the expression is too large to be rep...
                            
                            
                                分类:
其他好文   时间:
2014-08-09 21:35:29   
                                阅读次数:
321
                             
                    
                        
                            
                            
                                Windows消息初探(1) 最近恢复对Windows API的学习,深深感受到没有对应的中文资料的痛苦,于是上MSDN上面去将Windows消息搞了一些回来翻译出来,供自己查阅,也与大家分享,能力有限,不保证一定是完全正确的,只希望能帮大家节约些时间。 消息名称 消息意义 消息数值 WM_MOVE...