1. utf 8 转 GBK的方法 转换命令 其他格式同理 2. 用iconv l 查看该方法支持的编码格式 ...
                            
                            
                                分类:
系统相关   时间:
2018-12-27 03:25:02   
                                阅读次数:
449
                             
                    
                        
                            
                            
                                    损失函数(loss function)是用来估量模型的预测值f(x)与真实值Y的不一致程度,它是一个非负实值函数,通常使用L(Y, f(x))来表示,损失函数越小,模型的鲁棒性就越好。损失函数是经验风险函数的核心部分,也是结构风险函数重要组成部分。模型的结构风险函数包括了经验风险项和正则项,通常可以 ...
                            
                            
                                分类:
其他好文   时间:
2018-12-24 19:04:06   
                                阅读次数:
165
                             
                    
                        
                            
                            
                                题目如下: Given a set of points in the xy-plane, determine the minimum area of a rectangle formed from these points, with sides parallel to the x and y ax ...
                            
                            
                                分类:
其他好文   时间:
2018-12-24 13:51:58   
                                阅读次数:
223
                             
                    
                        
                            
                            
                                今天做周赛又碰到了单调栈的题目,之前没有做好总结,这次好好总结下 1.基本思想 单调栈求解的基本问题 在一个线性数据结构中,为任意一个元素找左边和右边第一个比自己大/小的位置,要求O(n)的复杂度 基本解法很容易想到O(n^2)的解法,关键是O(n)的解法,就需要借助单调栈了。单调栈的一大优势就是线 ...
                            
                            
                                分类:
其他好文   时间:
2018-12-24 02:31:43   
                                阅读次数:
190
                             
                    
                        
                            
                            
                                    题目传送门:https://agc016.contest.atcoder.jp/tasks/agc016_c 题目大意: 给定整数$H,W,h,w$,你需要判断是否存在满足如下条件的矩阵,如果存在,则输出任意一种可能的方案 矩阵是$H$行$W$列 矩阵的每个元素的权值在$[ 10^9,10^9]$之 ...
                            
                            
                                分类:
其他好文   时间:
2018-12-24 00:05:04   
                                阅读次数:
122
                             
                    
                        
                            
                            
                                Given a set of points in the xy-plane, determine the minimum area of any rectangle formed from these points, with sides not necessarily parallel to th ...
                            
                            
                                分类:
其他好文   时间:
2018-12-23 23:53:54   
                                阅读次数:
176
                             
                    
                        
                            
                            
                                delphi传递变量给fastreport delphi传递变量给fastreport 1、打开frReport报表设计。2、打开file->data dictionary加变量。这里比如加title,bm,zbr,gj,zrs3、在报表控件主放一个richtext或一个rectangle数据控件, ...
                            
                            
                         
                    
                        
                            
                            
                                Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the ...
                            
                            
                                分类:
其他好文   时间:
2018-12-21 21:23:48   
                                阅读次数:
292
                             
                    
                        
                            
                            
                                An image is represented by a binary matrix with 0 as a white pixel and 1 as a black pixel. The black pixels are connected, i.e., there is only one bla ...
                            
                            
                                分类:
其他好文   时间:
2018-12-21 21:17:29   
                                阅读次数:
240
                             
                    
                        
                            
                            
                                    最近公司需要,准备开发扫描枪。 话不多说,直接开始 一,创建新项目 1 如果遇到 Error:Execution failed for task ':app:preDebugAndroidTestBuild'.> Conflict with dependency 'com.android.suppo ...
                            
                            
                                分类:
移动开发   时间:
2018-12-20 14:32:15   
                                阅读次数:
437