July 2022

FCC greenlights Starlink service for cars, boats and planes

If you’re ready to connect on the move, SpaceX’s Starlink satellite broadband might be the answer . The U.S. Federal Communications Commission (FCC) approved the internet provider to serve mobile vehicles, boats and aircraft. Tom Sullivan, director of the FCC International Bureau, wrote in the approval document that the new authorization should help SpaceX meet

FCC greenlights Starlink service for cars, boats and planes Read More »

Facing the selection of the East and the ups and downs of the stock price calmly

Visit the original URL Image source @Oriental Selection Text | Come to New Vision Business “We are not a live broadcast company, nor a star-making MCN organization, but an agricultural product technology company and cultural communication company.” said Dongxu Sun, CEO of Dongfang Selection. In just 10 days, New Oriental Online (01797.HK) and Dongfang Selection

Facing the selection of the East and the ups and downs of the stock price calmly Read More »

Tencent plans to invest 10 billion yuan to support basic scientific research in ten years, and the “New Cornerstone” researcher project has begun to declare

Visit the original URL According to Titanium Media App on July 5, it is reported that Tencent’s “New Cornerstone” project is a new basic research funding project led by scientists, funded by Tencent and independently operated under the guidance of the China Association for Science and Technology. Tencent’s official Weibo announced that it will invest

Tencent plans to invest 10 billion yuan to support basic scientific research in ten years, and the “New Cornerstone” researcher project has begun to declare Read More »

Tesla unveils first prototype solar-powered range-extended trailer, which will “range” electric pickups

Visit the original URL Pinwan, July 5th, according to surging news, at the IdeenExpo exhibition in Hannover, Germany, Tesla showed for the first time a prototype of a solar-powered extended-range trailer, claiming that it can provide additional cruising range for Tesla’s CyberTruck. IdeenExpo is the largest youth natural science and technology event in Europe, mainly

Tesla unveils first prototype solar-powered range-extended trailer, which will “range” electric pickups Read More »

write anywhere

Original link: https://elizen.me/posts/2022/07/writing-in-everywhere/ There are countless writing software. If you use a basket to install them, they will fall out. I think of a saying, catch a doctor and trust him. In fact, the problem is not in the software, but in the brain. Individuals have different brains. Even if everyone sees the same paragraph

write anywhere Read More »

BZOJ 3118. Orz the MST

Original link: https://www.shuizilong.com/house/archives/bzoj-3118-orz-the-mst/ https://darkbzoj.cc/problem/3118 https://blog.bill.moe/bzoj3118-MST/ This article is reprinted from: https://www.shuizilong.com/house/archives/bzoj-3118-orz-the-mst/ This site is for inclusion only, and the copyright belongs to the original author.

BZOJ 3118. Orz the MST Read More »

Luogu P4412. [SHOI2004] Minimum Spanning Tree

Original link: https://www.shuizilong.com/house/archives/luogu-p4412-shoi2004%E6%9C%80%E5%B0%8F%E7%94%9F%E6%88%90%E6%A0 %91/ https://www.luogu.com.cn/problem/P4412 https://darkbzoj.cc/problem/1937 The main troublesome point of this question is to find the ring. . . const int N = 50 + 9, M = int(1.5e3) + 9; struct Graph { int id[N][N]; struct edge { int x, y, w; void in() { RD(x, y, w); } } E[M]; int n,

Luogu P4412. [SHOI2004] Minimum Spanning Tree Read More »

Luogu P3980. [NOI2008] Volunteer recruitment

Original link: https://www.shuizilong.com/house/archives/luogu-p3980-noi2008-%E5%BF%97%E6%84%BF%E8%80%85%E6%8B%9B%E5% 8B%9F/ https://www.luogu.com.cn/problem/P3980 https://blog.bill.moe/NOI2008-volunteer/ const int N = int(1e4) + 9, M = int(1e3) + 9; struct Simplex { DB a[N+1][M+1]; int n, m; void pivot(int in, int out) { REP(i, m+1) if(i!=in) a[out][i] /= -a[out][in]; //reset out constraint a[out][in] = 1/a [out][in]; REP(i, n+1) if (i!=out && sgn(a[i][in])) { //Recalculate other constraints

Luogu P3980. [NOI2008] Volunteer recruitment Read More »

Luogu P4043. [AHOI2014/JSOI2014] Side Story

Original link: https://www.shuizilong.com/house/archives/luogu-p4043-ahoi2014-jsoi2014%E6%94%AF%E7%BA%BF%E5%89%A7%E6%83%85/ https://www.luogu.com.cn/problem/P4043 https://darkbzoj.cc/problem/3876 https://blog.bill.moe/AHOI2014-plot/ const int N = int(5e3) + 9, M = int(3e2) + 9; VI in[M], out[M]; struct Simplex { DB a[N+1][M+1]; int n, m; void pivot(int in, int out) { REP(i, m+1) if(i!=in) a[out][i] /= -a[out][in]; //reset out constraint a[out][in] = 1/a [out][in]; REP(i, n+1) if (i!=out && sgn(a[i][in])) {

Luogu P4043. [AHOI2014/JSOI2014] Side Story Read More »