P104 mining test
Publish: 2021-04-21 08:58:57
1. No, professional mine cards are P106 and p104, based on the core of gtx1060
even 1060 can't SLI, professional mine cards give you SLI, pick up cheap?
even 1060 can't SLI, professional mine cards give you SLI, pick up cheap?
2. P104 graphics card is specially used for mining. There is no video output interface. Rx5808g independent graphics card can play games or mine. In terms of quality, the two graphics cards are similar, but the function is different,
3. The graphics card series named by p104 or P106 is used for mining
p104 graphics card is not a card, but the graphics card of NVIDIA chip
4. 1.
the graphics cards named by p104 or P106 are used for mining<
2.
p104 graphics card is not a card, but NVIDIA chip graphics card.
the graphics cards named by p104 or P106 are used for mining<
2.
p104 graphics card is not a card, but NVIDIA chip graphics card.
5. Unknown_Error
6. In the second picture, the prompt is very clear. The smart test and short test did not find the hard disk. Maybe the hard disk is hung up. Power off the hard disk, disassemble it, and try again. If so, send it for replacement.
7. program shfeng;
const m=1e-6;
var
p,q:double;
n:longint;
begin
readln(p,q);
p:=p/100;
q:=q/100;
n:=1;
if p<>0 then
while trunc(n/q+m)+1>trunc(n/p-m) do inc(n);
writeln(trunc(n/q+m)+1);
end.
绝对正确,我在VIJOS上A了
const m=1e-6;
var
p,q:double;
n:longint;
begin
readln(p,q);
p:=p/100;
q:=q/100;
n:=1;
if p<>0 then
while trunc(n/q+m)+1>trunc(n/p-m) do inc(n);
writeln(trunc(n/q+m)+1);
end.
绝对正确,我在VIJOS上A了
Hot content