自定义博客皮肤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)
  • 资源 (2)
  • 收藏
  • 关注

转载 递归法算组合

import java.util.Arrays;public class Combination { public static void main(String[] args){ String[] arr = {"A","B","C","D","E","F"}; combinations2(arr, 3, 0, new String[3]); } static void combinations2(String[] arr, int len,.

2021-07-07 17:39:47 130

原创 2020-09-15 imag 十六进制数据转换成十进制数据

E 3 5 1 A 0 4 4a1=1110;a2=0011;b1=0101;b2=0001;c1=1010;c2=0000;d1=0100;d2=0100;1110 0011 0101 0001 1010 0000 0100 0100结果是正数,所以调整顺序,组倒序试试0100 0100 1010 0000 0101 0001 1110 0011S eeeeeeee mmmmmmmmmmmmmmmm...

2020-09-15 15:59:42 657

转载 在 sqlserver management studio 中执行查询语句报错:"System.OutOfMemoryException"的异常

转自http://www.kungge.com/kwan/3548.htmlhttps://blog.youkuaiyun.com/qq_23145857/article/details/84861250select count (*) 执行下就好了???解决方法要变通解决此问题,请尝试以下方法之一。方法 1︰ 以文本格式输出结果配置查询窗口以文本格式输出的查询结果。文本输出使用较...

2020-04-30 10:14:23 973

HOMERGuiding---HOMER使用说明

什么是HOMER? HOMER微功耗优化模型简化了评估各种应用的离网和并网电力系统设计的任务。在设计电力系统时,您必须对系统的配置作出许多决定:在系统设计中包含哪些组件是有意义的?每个组件应该使用多少和什么尺寸?大量的技术选择以及技术成本的变化和能源的可用性使得这些决定变得困难。 HOMER的优化和灵敏度分析算法使得更容易评估许多可能的系统配置。

2017-10-18

3D离散点曲面逼近拟合

里面的网址现在找不到了,但是资源又删不了,请大家不要下载了。 一个日本人的3D曲面逼近相关的科研成果,包括原始数据、代码及其发表的文章。内有详细列表及网址链接,有兴趣的可以下载看看。附其中一篇文章的题目及摘要: Sparse Low-degree Implicit Surfaces with Applications to High Quality Rendering, Feature Extraction, and Smoothing Abstract We propose a new surface representation delivering an accurate approximation to a set of points scattered over a smooth surface by Sparse Low-degree IMplicits (SLIM). The SLIM surface representation consists of a sparse multi-scale set of nonconforming surface primitives which are blended along view rays during the rendering phase. This new representation leads to an interactive real-time visualization of large-size models and delivers a better rendering quality than standard splatting techniques based on linear primitives. Further, SLIM allows us to achieve a fast and accurate estimation of surface curvature and curvature derivatives and, therefore, is very suitable for many non-photorealistic rendering tasks. Applications to ray-tracing and surface smoothing are also considered.

2018-09-08

空空如也

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

TA关注的人

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