Speeple News Search

Sign Up! | Tags | Domains | Statistics | Options | Advanced Search

Tags » Algorithm

Related tags: ask, comparison, complexity, digg, google, linux, search, social media, software, yahoo

  1. Wall Street ponders Transmeta deal

    Wall Street ponders Transmeta deal

    techconfidential.com » Money Out - Nov 19, 2008

    The benefits of bidding adieu to the public market are pretty obvious in today's climate, but Silicon Valley chipmaker Transmeta Corp.'s [TMTA] agreement to be acquired for $255.6 million in cash by privately held

    Also tagged: semiconductors, chip, semiconductor, transmeta, riley, money out, zera, novafora

  2. File Integrity Check

    File Integrity Check

    ghacks.net » gHacks technology news - Nov 12, 2008

    File Verifier++ is a portable software program for Windows that can check the file integrity of selected files. This is done by calculating the hash of every selected file in the first run of the application and

    Also tagged: windows, software, windows software, hash, portable software, hash algorithm, file integrity, md6 hash, hash algorithms, sha algorithm

  3. Algorithms In A Nutshell

    Algorithms In A Nutshell

    lockergnome.com » IT Professionals - Oct 23, 2008

    Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell by George Heineman, Gary Pollice, and Stanley Selkow

    Also tagged: software development, books, o reilly, mathematical analysis

  4. Finding the max value in an array

    asp.net » Sanjeeb Sarangi - Sep 29, 2008

    using System; System; namespace FindMaxValue { class Program FindMaxValue { class Program class Program { static void Main( string [] args) { int [] myArray = new int [] {22,10,4,6,33,7,8,9,11}; Console

  5. Programming Alogorithm Series: Bubble Sort

    asp.net » Sanjeeb Sarangi - Sep 29, 2008

    using System; namespace BubbleSort { class Program { static void Main(string[] args) { int[] array = new int[] {2,5,7,1,9,0,3,4,2,6,7,5}; // Before sorting for (int i = 0; i < array.Length - 1; i++) {

  6. Programming Alogorithm Series: Reverse an Array

    asp.net » Sanjeeb Sarangi - Sep 29, 2008

    Reverse an Array is one of the most common programming algorithm questions that is asked in many tech interviews. Here is a quick way with sample code: using System; System; namespace ReverseArray { /// /// Reverse

  7. Select median of two sorted arrays

    msdn.com » Bill Li - Sep 22, 2008

    In this post, I’d like to discuss one interesting algorithm problem which took me quite a while to find an ideal solution. The problem is as followings: Array A and B are sorted with length of m and n respectively

    Also tagged: search, select

  8. Pandora’s Screwed: iTunes 8 Hits All the Right Notes

    coedmagazine.com » COED Magazine - Sep 14, 2008

    Apple released a brand new iPod on Tuesday and while the rest of the nation was captivated by all the pretty colors and the new gizmo’s shake-to-shuffle feature, I was a little busy geeking out about the other

    Also tagged: tech, apple, geeking, ipod, sidebar, itunes, pandora, ipod nano, album art, gizmo, steve jobs, playlist, genius, new technology, smarty pants, dark corners, ipod touch, apple announcement, new ipod, pretty colors, ben folds five, ipod playlists, scours, old favorites, incarnations

  9. A mathematical digression (revisited)

    successfulsoftware.net » Successful Software - Aug 25, 2008

    I received two working programs that attempted to solve my ellipse problem. Both were creditable attempts, but neither of them were quite accurate enough for my requirements. One had small (but visible) gaps between

    Also tagged: c, software, algorithms, layout, circle, qt, ellipse, secant

  10. New Algorithm Significantly Boosts Routing Efficiency Of Networks

    lockergnome.com » IT Professionals - Aug 20, 2008

    A time-and-money-saving question shared by commuters in their cars and networks sharing ever-changing Internet resources is: "What’s the best way to get from here to there?" A new algorithm developed by computer

    Also tagged: network, efficiency

1  2  3  4  5  6  7  8