![]() |
|
View Poll Results: you like the applications? | |||
absolutely yes |
![]() ![]() ![]() ![]() |
1 | 3.70% |
yes |
![]() ![]() ![]() ![]() |
0 | 0% |
no |
![]() ![]() ![]() ![]() |
9 | 33.33% |
not sure |
![]() ![]() ![]() ![]() |
1 | 3.70% |
I don't run unverified apps |
![]() ![]() ![]() ![]() |
16 | 59.26% |
Voters: 27. You may not vote on this poll |
![]() |
|
Thread Tools |
![]() |
#23 |
Jan 2019
43 Posts |
![]()
M216091 ScreenShot - 22m 5s
|
![]() |
![]() |
![]() |
#24 |
Jan 2019
2B16 Posts |
![]()
I upload the text file that generates the Mersenne cousin calculation program and the factorization
|
![]() |
![]() |
![]() |
#25 |
Banned
"Luigi"
Aug 2002
Team Italia
484410 Posts |
![]() |
![]() |
![]() |
![]() |
#26 |
Jan 2019
43 Posts |
![]()
Where? In one pc? This is for mobile and my app running in S4 Mini, where you run the app? What cpu? What program? Factor utility its for pc...
|
![]() |
![]() |
![]() |
#27 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
6,481 Posts |
![]() Quote:
source code text file -> executable program -> program output text Last fiddled with by kriesel on 2019-01-15 at 16:23 |
|
![]() |
![]() |
![]() |
#28 | |
Banned
"Luigi"
Aug 2002
Team Italia
22·7·173 Posts |
![]() Quote:
Since A PI3 is roughly 20 times slower than a PC, the timings are still 3x faster than yours. |
|
![]() |
![]() |
![]() |
#29 |
Jan 2019
43 Posts |
![]()
The source codes come out in the videos and the factoring program was not intended to be the fastest part would have to try it on an equal basis, my program also loses time on a mobile recording at the same time the file it generates and it is a gt i9195 I repeat, from 2013
|
![]() |
![]() |
![]() |
#30 |
Jan 2019
43 Posts |
![]()
Make you one more Fast. do yo see my program to generate decimals of pi in Android? In Android I dont see anything more Fast. Coul you probé this app in your rasperry?
|
![]() |
![]() |
![]() |
#31 |
Banned
"Luigi"
Aug 2002
Team Italia
113548 Posts |
![]() |
![]() |
![]() |
![]() |
#32 | |
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
3×112×29 Posts |
![]() Quote:
Here is some code in VBA: Code:
Public Sub cmdclose_Click() Dim subformquery As DAO.Recordset Set subformquery = CurrentDb.OpenRecordset("SELECT * FROM DataEntryquery") If subformquery.RecordCount > 0 Then MsgBox "Please save the current sheet (or clear the data) before exiting" 'Require the user to append the line items to the data table. Exit Sub Else: Dim Message, Buttons, Choice Message = "This will cancel the current data sheet." & Chr(10) & Chr(10) & "Are you sure you want to exit?" Buttons = vbYesNo Choice = MsgBox(Message, Buttons) If Choice = vbNo Then Exit Sub Else: Me.Undo 'Cancel the current record just in case data has been entered accidentally. DoCmd.Close End If End If subformquery.Close Set subformquery = Nothing End Sub Code:
Sub CopyIT() Application.ScreenUpdating = False For Z = 1 To 10000 Range("B16:D16").Select Selection.Copy Range(Cells(Z, 6), Cells(Z, 8)).Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Next Z Application.ScreenUpdating = True End Sub Last fiddled with by Uncwilly on 2019-01-15 at 20:43 |
|
![]() |
![]() |
![]() |
#33 |
Jan 2019
43 Posts |
![]()
ok i see but now i dont to publish the code.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mersenne Prime mostly-GPU Computing reference material | kriesel | kriesel | 35 | 2021-12-07 15:54 |
New Mersenne Software For Test Mersenne Prime Numbers On Android | thorken | Software | 66 | 2019-01-13 21:08 |
Porting my factorization applet to Android | alpertron | Programming | 2 | 2013-03-19 11:28 |
Prime-search apps run slowly on Ubuntu 8.04 | mdettweiler | Linux | 13 | 2009-03-21 08:04 |
How to compute a (large) Mersenne number | Unregistered | Math | 22 | 2007-01-05 09:52 |