当前位置: 首页 > news >正文

公司网站首页布局图搜一搜搜索

公司网站首页布局图,搜一搜搜索,专业的魔站建站系统,拼多多无货源网店怎么开您可以编写一种方法来完成所有这些操作,但是,它不会像高效的那样可读。您必须在通用或有效解决方案之间做出选择。public static void main(String... args) throws IOException {int[] nums new int[10*1000 * 1000];{long start System.nanoTime();p…

您可以编写一种方法来完成所有这些操作,但是,它不会像高效的那样可读。您必须在通用或有效解决方案之间做出选择。

public static void main(String... args) throws IOException {

int[] nums = new int[10*1000 * 1000];

{

long start = System.nanoTime();

product2(nums);

long time = System.nanoTime() - start;

System.out.printf("Took %.3f seconds to take the product of %,d ints using an int[].%n", time / 1e9, nums.length);

}

{

long start = System.nanoTime();

product(nums);

long time = System.nanoTime() - start;

System.out.printf("Took %.3f seconds to take the product of %,d ints using reflections.%n", time / 1e9, nums.length);

}

}

public static double product(Object array) {

double product = 1;

for (int i = 0, n = Array.getLength(array); i < n; i++)

product *= ((Number) Array.get(array, i)).doubleValue();

return product;

}

public static double product2(int... nums) {

double product = 1;

for (int i = 0, n = nums.length; i < n; i++)

product *= nums[i];

return product;

}版画

Took 0.016 seconds to take the product of 10,000,000 ints using an int[].

Took 0.849 seconds to take the product of 10,000,000 ints using reflections.如果您只处理相对较小的阵列,那么通用但效率较低的解决方案可能足够快。

http://www.lbrq.cn/news/2605843.html

相关文章:

  • 竞网做的网站怎么样百度推广方式有哪些
  • 温州网站制作价格南宁seo优化公司排名
  • 网站运营谁都可以做吗百度知道
  • 家具行业做那个国际网站比较好2022磁力链接搜索引擎推荐
  • 做科学小制作的视频网站长沙市网站制作
  • 企业建网站的少了网络营销推广处点
  • 单页网站多钱河北百度竞价优化
  • 广州比较好的网站建设企业南宁网站建设网络公司
  • 做按摩网站违法吗南宁网络推广外包
  • 天津电商网站开发搜索词排行榜
  • 鹰潭市网站建设公司潍坊关键词优化平台
  • 网站建设策略阿里巴巴新闻热点大事件
  • 微网站如何做微信支付宝支付宝支付宝跨境电商平台推广
  • 中山网站建设gdyouzi温州网站建设优化
  • 公司做网站有用吗网络营销的发展现状及趋势
  • 外贸网站如何seo推广seo服务顾问
  • 网站建设开场介绍话术找关键词的方法与技巧
  • 门户网站建设对策及建议百度开户要多少钱
  • 好的网站制作链友之家
  • 网站建设推广的软文淘宝指数
  • 新闻今日要闻青岛seo代理计费
  • 诚信建设万里行网站网络营销推广软件
  • 电商网站建设网昆明seo关键词
  • wordpress 客服 浮动淘宝seo软件
  • 打开网站弹出图片代码新产品推广方案怎么写
  • 基于html5的旅游网站的设计与实现英语seo
  • 提升网站浏览量免费建站平台
  • 大型网站建设推广图片外链工具
  • 山西省建设厅网站 孙涛网络营销策划ppt范例
  • 微信开发者工具专业网站优化公司
  • MATLAB实现的机载合成孔径雷达回波生成和处理
  • Goby 漏洞安全通告| NestJS DevTools /inspector/graph/interact 命令执行漏洞(CVE-2025-54782)
  • AWS EKS节点扩容时NLB与Ingress的故障处理与优化方案
  • 倒排索引:Elasticsearch 搜索背后的底层原理
  • PyCharm代码规范与代码格式化插件安装与使用:pylint和autopep8
  • 专网内网IP攻击应急与防御方案