Posts by Francisco Sobrinho • 33 points
4 posts
-
1
votes0
answers35
viewsQ: How to add a field in the.Bibtex format and display it using the class Ieeeannot.Bst
I’m using the class of Ieeeannot.Bst to do bibliographic surveys and wanted to include a field in the Bibtex file, as @article attribute, and then display this field in the PDF references. I’m very…
-
1
votes3
answers2556
viewsA: How to get the value of an input using the attribute name javascript
In this code there is an error, in your HTML, the textarea has no attribute name, only the id, setado to "02", but in your Javascript you try to find it by name, really never will. But even if you…
-
1
votes4
answers246
viewsA: How do I organize each position on my list in ascending order?
If you are not going to use the cluttered list it is good you use the method list.sort() instead of sorted(list), Because as has already been said here, the second creates a new list, so you will be…
-
0
votes1
answer42
viewsQ: Number of co-occurrences in a matrix
I have a question more mathematical than computational. Suppose we have a square matrix M of dimension n², where n is any integer greater than zero. Traversing this matrix, assigning j as an index…
algorithmasked Francisco Sobrinho 33