All Articles Tagged Code
| Link/Url | Tags |
|---|---|
| Intel® ArBB Code Tips[Knowledgebase] Curious to see what Intel® ArBB code looks like? Looking for coding advice and tips? Browse through the content below for simple code examples, advanced programming articles, and general development... Posted: 2011-01-20 00:00:00 by AmandaS (Intel) | Code, code samples, debugging, example code, syntax |
| Intel Parallel Studio XE Parallel Building Blocks Demo [Videos] Intel's Ron Green demos Parallel Building Blocks at SC10. Intel Parallel Building Blocks is a set of comprehensive parallel development models that support multiple approaches to parallelism. Since they... Posted: 2010-12-08 09:17:36 | Code, compiler, Intel Parallel Building Blocks, manycore, multicore, Parallel Building Blocks, Parallel Studio XE, SC10, software, tools |
| Intel Parallel Studio XE CoArray Fortran [Videos] Steve Lionel, from Intel’s compiler team, talks about the new Coarray Fortran feature of the Intel Fortran compiler, part of Intel Parallel Studio XE 2011. Intel® Parallel Studio XE 2011... Posted: 2010-12-08 09:07:32 | application Performance, C++, COarray, Code, compiler, Intel Parallel Studio XE, Intel Tools, multicore, Parallel Studio XE, Software Tools, tools |
| Concurrent Collections: Thread your applications for multicore. Now! [Videos] Intel® Concurrent Collections (CnC) for C/C++ provides a mechanism for developing a C++ program that will execute in parallel while allowing the application developer to ignore issues of parallelism such... Posted: 2009-06-29 11:55:32 | C/C++, Code, Concurrent Collections, Ganesh Rao, Intel Software Network, multi-core, multicore, Parallel Programming, tools |
| Intel Software Network TV Goes Live June 9th[Knowledgebase] Social Media Release: Intel® Software Network TV - Live, Interactive TV for Developers - Launches June 9, 2009. On June 9, Intel® Software Network TV, a new 24/7 live, interactive TV channel for software... Posted: 2009-06-09 00:00:00 by Gunjan Rawal (Intel) | Academic, Academic Community, Code, community, developer, graphics, ISNTV, Manageability, mobile, Moblin, Parallel Programming, Parallel Programming & Multi-Core, podcast, shows, Social Media, software, tv, vcsource_domain_graphics, vcsource_domain_media, vcsource_index, vcsource_os_windows, vcsource_platform_desktoplaptop, vcsource_type_news, video, visual computing |
| Detecting Multi-Core Processor Topology in an IA-32 Platform[Knowledgebase] This article has been superseded by Intel® 64 Architecture Processor Topology Enumeration. Introduction This paper discusses a robust algorithm to help application software enumerate the processor... Posted: 2010-01-26 00:00:00 by Khang Nguyen (Intel) | Code, xeon |
| The Art of Graceful Application Suspension[Knowledgebase] by Lynn Merrill Introduction Steps to prepare applications for system suspend and resume Does this sound familiar? You’re working on an application with critical data ready for submission or... Posted: 2009-01-29 21:00:00 by Lynn Merrill | Code, Energy Efficient, graphics, MID, security |
| How to Use Microsoft SENS* for Network Detection[Knowledgebase] Challenge Implement the Microsoft System Event Notification Service (SENS) to perform network detection in a mobilized application. Windows* 2000 includes the System Event Notification Service (SENS)... Posted: 0000-00-00 00:00:00 by Linda Swink (Intel) | Code |
| WSC Linux* Reference Implementation[Knowledgebase] Your Information: Company Name and Division or Group. Information on your company is optional and not required for the download; however we appreciate your help providing this information for our records. ... Posted: 2009-01-12 00:00:00 by Lexi S (Intel) | Code, Mobility, open source |
| x87 and SSE Floating Point Assists in IA-32: Flush-To-Zero (FTZ) and Denormals-Are-Zero (DAZ)[Knowledgebase] Introduction This document details the difference between how assists are handled with x87 and Single Instruction Multiple Data (SIMD) instructions, and gives information on how to change their behavior... Posted: 2008-10-17 00:00:00 by Shawn Casey (Intel) | Code, simd, SSE, SSE2 |
| Mobility Code & Downloads[Knowledgebase] Google Gadget For Desktop Search Battery Monitor Intel® Web 2.0 Technology Development Kit (TDK) Intel® Laptop Gaming Technology Development Kit Intel Performance Power Monitor Plug-in for Google... Posted: 2009-01-14 00:00:00 by Linda Swink (Intel) | Code, Energy Efficient, MID, MPSDK |
| How to Track Changes to an ADO.NET* DataSet in a Mobilized Application[Knowledgebase] Challenge Create a DataSet containing only changed records for returning to the central server. This is a common requirement in a mobilized application.The insert, update, and delete changes that... Posted: 2008-12-10 00:00:00 by Linda Swink (Intel) | Code, windows |
| How to Make Local Changes to an ADO.NET* DataSet in a Mobilized Application[Knowledgebase] Challenge Update the local version of the data used in a mobilized ADO.NET application. Mobilized applications require the ability to operate on local versions of data offline that can subsequently... Posted: 2008-12-10 00:00:00 by Linda Swink (Intel) | Code, windows |
| How to Manipulate Data in an ADO.NET* DataSet in a Mobilized Application[Knowledgebase] Challenge Manipulate data in an ADO.NET DataSet in order to update it or present it to the viewer. Once an application has a DataSet with one or more DataTable objects, the application must be able... Posted: 2008-12-10 00:00:00 by Linda Swink (Intel) | Code, windows |
| How to Create an ADO.NET* DataSet for a Mobilized Application[Knowledgebase] Challenge Create an ADO.NET DataSet and populate it with data. ADO.NET differs from its predecessors because its DataSet object is designed primarily for disconnected operation. While retaining the... Posted: 2008-12-10 00:00:00 by Linda Swink (Intel) | Code, windows |
| How to Monitor Network Connection Status Using .NET* and Web Services[Knowledgebase] Challenge Determine whether a system is connected to the network, and monitor its status to determine when it reconnects or disconnects. Although the connection types and speeds vary considerably,... Posted: 2008-12-10 00:00:00 by Linda Swink (Intel) | Code |
| How to Detect Changes in Effective Data-Transfer Rate in Mobilized .NET* Applications[Knowledgebase] Challenge Detect changes in effective data-transfer rate in a mobilized .NET* application. If we can detect changes in the effective data rate between two endpoints, then users can subscribe to high... Posted: 2009-02-25 08:50:08 by Linda Swink (Intel) | Code, windows |
| How to Determine Effective Data-Transfer Rate in Mobilized .NET* Applications[Knowledgebase] Challenge Determine the effective data-transfer rate in a mobilized .NET* application. The effective data rate refers to the speed at which real data is being transferred to a remote IP Endpoint.... Posted: 2009-02-25 08:48:30 by Linda Swink (Intel) | Code, windows |
| How to Detect Changes in Target Machine Visibility in Mobilized .NET* Applications[Knowledgebase] Challenge Detect IPEndPoint visibility changes in a mobilized .NET* application. Application developers must ask two questions related to changes in the visibility of IPEndPoints: "How can I tell... Posted: 2009-02-25 08:47:01 by Linda Swink (Intel) | Code, windows |
| How to Determine Target Machine Visibility in Mobilized .NET* Applications[Knowledgebase] Challenge Determine IPEndPoint visibility for a mobilized .NET* application. This is first question that we need to ask before transferring data to or from a remote system: "Is the service on my... Posted: 2008-09-19 12:40:06 by Linda Swink (Intel) | Code, windows |
| How to Address Resource Use of PeekMessage Calls in Mobilized Applications[Knowledgebase] Challenge Determine and minimize the battery-life impact of PeekMessage calls in Windows*-based mobilized applications. When discussing optimization techniques for applications running on battery-powered... Posted: 2008-06-23 14:40:09 by Linda Swink (Intel) | Code |
| EFI Shells and Scripting[Knowledgebase] Introduction Extensible firmware interface (EFI) brings new flexibility and opportunities to users by allowing them to work in the layer between their OS and BIOS, without altering either one. This paper... Posted: 2008-05-14 16:48:23 by Sharon Greenfield (Intel) | Code, scripting, shell scripting |
| Setting Up Dual Boot in Itanium®-based Systems[Knowledgebase] Introduction by Khang NguyenIntel CorporationTo set up dual booting in Itanium®-based systems, Microsoft requires a new disk style called GUID Partition Table (GPT) instead of master boot record (MBR)... Posted: 2008-10-03 00:00:00 by Linda Swink (Intel) | Code, dual booting |
| How to Implement Efficient MADD Operations on 64-Bit Intel® Architecture[Knowledgebase] Challenge Implement a multiply and add operation efficiently on 64-bit Intel® architecture. Integer matrix multiplication is a common procedure that is used generically to explore options for optimizing... Posted: 2008-12-10 00:00:00 by Sharon Greenfield (Intel) | Code, madd |
| Tips and Tricks for Building Components in C#[Knowledgebase] Objective by John Sharp Content Master Ltd C# is the language of choice for many developers building components designed to operate in the .NET* Framework. The purpose of this technology brief is to... Posted: 2008-05-06 21:00:00 by Arti Gupta (Intel) | Code |
| Calculating Primes using Multi-threading in a Win32 Environment[Knowledgebase] Abstract/Overview This sample contains a full project that shows how to create multiple threads and use Mutexes. The program creates multiple threads to calculate the prime numbers for any given range.... Posted: 2009-01-14 15:36:16 by Soumya Guptha (Intel) | Code |
| Windows* WM_POWERBROADCAST code sample[Knowledgebase] Why Should I Care About This Code Sample? As a supplement to the whitepaper, Windows* WM_POWERBROADCAST Messages in a Mobilized Environment, the following source code demonstrates the way an application... Posted: 2009-02-26 00:00:00 by Lester Memmott | Code |
| 1/3 T Software Equalizer Using Streaming SIMD Extensions[Knowledgebase] Introduction Streaming SIMD Extensions for the Intel® Architecture (IA) instruction set provides 32-bit floating point single-instruction, multiple-data (SIMD) instructions. These instructions provide... Posted: 2009-01-11 21:00:00 by Sharon Greenfield (Intel) | Code |
| How to Vectorize Assembly Code by Hand on 32-Bit Intel® Architecture[Knowledgebase] Challenge Vectorize code by hand-coding in assembly. Programming directly in assembly language for a target platform may produce the required performance gain, but assembly code is not portable between... Posted: 2008-12-10 00:00:00 by Sharon Greenfield (Intel) | Code |
| How to Avoid Performance Penalties for Gradual-Underflow Behavior[Knowledgebase] Challenge Avoid the performance penalty associated with supporting floating-point gradual-underflow behavior in Fortran. The IEEE 754 and successor floating-point standards mandate the "gradual underflow"... Posted: 2008-12-11 00:00:00 by Sharon Greenfield (Intel) | Code, Fortan |
| How to Establish Sound Coding Practices: Things to Do[Knowledgebase] Challenge Establish standard coding practices in terms of desirable actions (as opposed to things to avoid, which are covered in a separate item, identified below). Solution Make the following... Posted: 2008-12-10 21:00:00 by Sharon Greenfield (Intel) | Code |
| Fast Floating Point to Integer Conversions[Knowledgebase] Introduction Simple floating-point to integer conversions may seem harmless when viewed in C code, but when compiled using the Microsoft* Visual C++* 6.0 compiler they may cause large, unnecessary... Posted: 2008-10-17 00:00:00 by Michael Stoner (Intel) | Code |
| How to Trace the Logic in an Assembly Code Listing for 64-Bit Intel® Architecture[Knowledgebase] Challenge Analyze compiler-generated assembly language to determine the logic of critical sections of code. A structured methodology for gaining an understanding of the assembly code is essential... Posted: 2009-02-26 00:00:00 by Sharon Greenfield (Intel) | Code |
| Tests of Efficient Implementation of Madd Algorithms on an Itanium®-based System[Knowledgebase] Introduction By Joe Bissell, University of DelawareGary Zoppetti, University of Delaware, andWalter Triebel, Fairleigh Dickinson University Integer matrix multiplication is a common procedure that... Posted: 2008-10-17 00:00:00 by Linda Swink (Intel) | Code |
| Preparing Applications for Intel® Core™ Microarchitecture[Knowledgebase] by Khang NguyenContributors: Bob Valentine, Erik Niemeyer, Paul Lindberg Introduction Currently, optimizing applications for a desktop platform is not the same as doing it for the mobile platform... Posted: 2008-12-04 00:00:00 by Khang Nguyen (Intel) | Code, OpenMP, Vtune |
| Sample Code Monitoring Connectivity License Agreement[Knowledgebase] IMPORTANT - READ BEFORE COPYING, INSTALLING, OR USING. Do not copy, install, or use the "Materials" provided under this license agreement ("Agreement"), until you have carefully read... Posted: 2008-07-14 15:33:26 by Kevin Pirkl (Intel) | Code |
| Code Samples License[Knowledgebase] IMPORTANT - READ BEFORE COPYING, INSTALLING, OR USING. Do not copy, install, or use the "Materials" provided under this license agreement ("Agreement"), until you have carefully read the following terms... Posted: 2009-03-10 01:00:00 by Kevin Pirkl (Intel) | Code |
| C# Image Viewer Sample Application[Knowledgebase] Jim C. Huang Sr. Technical Marketing Engineer, Software & Solutions Group Why Should I Care About This Code Sample? This code sample demonstrates how easy it is to create rapid prototypes with... Posted: 2010-02-01 00:00:00 by Linda Swink (Intel) | Code |
| Preventing Glitches in Signal Processing[Knowledgebase] by Danny Kalev, C++ Pro Introduction Signals are similar to hardware interrupts. They cause a process to branch from the current execution flow, perform a specific action, and resume execution from... Posted: 2009-01-27 15:57:37 by Linda Swink (Intel) | Code, Linux, signal processing |
| Portable GUIs Improve Application Flexibility[Knowledgebase] by John Sharp, Content Master Ltd. Introduction Developers can run Java* language GUIs in Microsoft .NET* if they take a few guidelines into account ahead of time Microsoft Visual J# .NET* includes... Posted: 2008-12-11 21:00:00 by John Sharp (Intel) | .net, Code, Mobility |
| MPI Parallelizes Work among Multiple Processors or Hosts[Knowledgebase] by John Sharp, Content Master Ltd Introduction Message passing is a common technique for performing parallel processing spread among multiple processors. Processes execute tasks on individual processors... Posted: 2011-02-08 00:00:00 by John Sharp (Intel) | Code, multi-core |
| Developing WinSock Applications for a Mobile Environment- Code Sample[Knowledgebase] by Lester MemmottEngineering Manager, Software Enabling Group Sockets Programming With Mobilized Software - Code Sample Why Should I Care About This Code Sample?The following source code demonstrates... Posted: 2009-01-15 08:24:30 by Lester Memmott (Intel) | Code |
| Building NAT-Friendly Applications[Knowledgebase] by Blake Thompson Introduction This explanation and sample application show how applications can solve communication issues between clients that are behind NAT-enabled routers. A common method for... Posted: 2009-08-31 21:00:00 by Blake Thompson (Intel) | Code |
| Mobilizing Applications: Adapting to Available Network Bandwidth--code sample[Knowledgebase] by Fred CooperIntel Engineer, Software Enabling Group Why Should I Care About This Code Sample? This is a sample application, UDPNetSample, which demonstrates the UDP method of measuring network... Posted: 2009-01-14 00:00:00 by Fred Cooper (Intel) | Code, Mobility |
| Intercepting System API Calls[Knowledgebase] by Seung-Woo Kim Introduction There are many cases where it is necessary for software developers or testers to intercept system function calls in order to instrument code or to extend operating-system... Posted: 2009-08-20 21:00:00 by Seung-Woo Kim (Intel) | Code |
| C++ Bindings for the Common Language Runtime[Knowledgebase] Introduction By 3 Leaf Solutions, LLCTo judge by media coverage, one might suppose that C++ is a minor language compared to C#*, Java*, and Visual Basic*. The classified section of any newspaper tells... Posted: 2009-12-21 21:00:00 by Arti Gupta (Intel) | Code |
| Mobile Reference Application 1.5[Knowledgebase] by 3 Leaf Solutions, LLC Abstract/Overview Mobile Reference Application is built around the scenario of a real-estate agent who needs a mobilized application for their work. The application lets... Posted: 2009-01-15 00:00:00 by Linda Swink (Intel) | Code, Mobility, MPSDK |
| Z Fighting Code Sample[Knowledgebase] by Matt McClellan and Kipp OwensIntel CorporationClient Enabling Technology Why Should I Care About This Code Sample? This source code demonstrates how game developers can work around any Z fighting... Posted: 2009-06-19 00:00:00 by Linda Swink (Intel) | Code, game development, gaming, vcsource_domain_graphics, vcsource_index, vcsource_os_windows, vcsource_platform_desktoplaptop, vcsource_type_samplecode, visual computing |
| Array Clipping Code Sample[Knowledgebase] by Igor M. LevickiSoftware Engineer Array Clipping Code Sample You are an advanced programmer and into digital signal processing. You use Intel® C/C++ Compiler 8.0 on a regular basis, and know that... Posted: 2009-01-12 00:00:00 by Arti Gupta (Intel) | Code |
| Maximum FPS: Three Tips for Faster Code[Knowledgebase] Introduction By Dean Macri Intel® Corporation Solutions Enabling GroupWelcome back to Maximum FPS! Last month I spent a long time discussing the issues involved with writing to vertex buffers in AGP... Posted: 2009-02-27 00:00:00 by Dean Macri (Intel) | Code, pentium |
| Using Streaming SIMD Extensions 2 (SSE2)[Knowledgebase] Introduction The Streaming SIMD Extensions 2 (SSE2) introduces new Single Instruction Multiple Data (SIMD) double-precision floating-point instructions and new SIMD integer instructions into the IA-32... Posted: 2010-01-19 00:00:00 by Linda Swink (Intel) | Code, pentium |
| SSE2 Instructions in a Double-precision 3D Transform[Knowledgebase] Inroduction The Streaming SIMD Extensions 2 (SSE2) technology introduces new Single Instruction Multiple Data (SIMD) double-precision floating-point instructions and new SIMD integer instructions... Posted: 2010-01-15 00:00:00 by Linda Swink (Intel) | Code, pentium |
| Using SSE2 to Evaluate a Hidden Markov Model with Viterbi Decoding[Knowledgebase] Introduction The Streaming SIMD Extensions 2 (SSE2) technology introduces new Single Instruction Multiple Data (SIMD) double-precision floating-point instructions and new SIMD integer instructions... Posted: 2009-01-11 21:00:00 by Sharon Greenfield (Intel) | Code, pentium, SSE2 |
| Writing Code to Reveal the Performance Details of Mobile Processors[Knowledgebase] Introduction Calculations reveal the relationships between power, clock speed, and frequencyby Richard WintertonJames Joule developed the formula for power dissipation (P = I²R), which states that power... Posted: 2008-10-02 21:00:00 by Richard Winterton (Intel) | Code, Mobility, performance, Power |
| Short Data Segment Overflow Error on Linux* 64 on Itanium® Architecture[Knowledgebase] by Seung-Woo Kim Abstract It is possible to produce a short data segment overflow link error on Intel® Itanium® Architecture on Linux* 64 platforms when building very large static images. This problem... Posted: 2008-11-03 00:00:00 by Seung-Woo Kim (Intel) | Code, itanium, Linux |
| Integrating Java* and Microsoft .NET*[Knowledgebase] by Jon Jagger, Content Master Ltd. Abstract The right techniques and practices are key to interoperability of components written in different languages. Introduction When building an application,... Posted: 2008-12-09 00:00:00 by Arti Gupta (Intel) | Code |
| Boosting Cryptography Performance with Intel® Libraries[Knowledgebase] by Muneesh Nagpal, Gururaj Nagendra, and Alexey Omelchenko Introduction This simple optimization walk-through improves an already-optimized sample OpenSSL application's performance by 35% using... Posted: 2009-01-14 00:00:00 by Gururaj Nagendra (Intel) | Code, Intel Performance Libraries |
| VTune™ Analyzer: Other32 Module Solutions[Knowledgebase] by Corey Alsamariae The Time Based sampling (TBS) feature of the Intel® VTune™ Performance Analyzer allows you to monitor all active software on your system, including the operating system, device... Posted: 2009-02-23 00:00:00 by Corey Alsamariae (Intel) | Code, Vtune |
| CPUID for x64 Platforms and Microsoft Visual Studio* .NET 2005[Knowledgebase] When targeting x64 platforms in Visual Studio .NET* 2005, programmers are no longer able to use inline assembly code as they did for 32-bit code. This forces the programmer to either rely on C/C++ code... Posted: 2009-01-23 00:00:00 by Eric Palmer (Intel) | Code, itanium |
| Detecting Multi-Core Processor Topology in an IA-32 Platform[Knowledgebase] Introduction This paper discusses a robust algorithm to help application software enumerate the processor and cache topology in any single or multi-processor platform, using Intel processors. Enumerating... Posted: 2008-09-08 07:24:27 by Khang Nguyen (Intel) | Code, xeon |
| Porting Applications to Linux* Standard Base Made Easy[Knowledgebase] by Rajesh Banginwar and Nilesh Jain Introduction Use the Linux* Standard Base Development Kit to reduce overall LSB conformance testing time and cost. The Linux Standard Base (LSB) specifies the... Posted: 2009-02-23 21:00:00 by Nilesh Jain (Intel) | Code, Linux |
| API Detects IA-32 and x64 Platform CPU Characteristics[Knowledgebase] by Eric Palmer Sr. Application Engineer, Software Enabling Division Why Should I Care About This Code Sample? This API with example Windows* utility is useful for detecting IA-32 CPU characteristics... Posted: 2010-02-16 00:00:00 by Eric Palmer (Intel) | Affinity-mask, Code, CPUID, pentium, xeon |
| Wi-Fi* Simple Config (WSC) Linux* Reference Implementation[Knowledgebase] Introduction Wi-Fi Simple Config (WSC) is a new method for setting up residential Wi-Fi (802.11) networks with equal emphasis on security and ease-of-use. The method is being standardized in Wi-Fi... Posted: 2009-10-11 21:00:00 by Linda Swink (Intel) | Code, Linux, Mobility, open source, wi-fi |
| Required Components Interchangeability List for the Intel® Pentium® 4 Processor with HT Technology[Knowledgebase] Required Components Interchangeability List for the Intel® Pentium® 4 Processor with HT Technology1 If a change is made to any one of the Required Platform Components for Intel® Pentium® 4 Processor... Posted: 2009-08-25 00:00:00 by Linda Swink (Intel) | Code, Hyper-Threading, pentium4 |
| Intel® Virtualization Technology: Flash* Animation[Knowledgebase] Overview This animation provides an overview of Intel® Virtualization Technology, which is a technique by which hardware resources can be abstracted, divided, and shared between multiple operating system... Posted: 2008-11-03 00:00:00 by Raghava Darisi (Intel) | Code |
| Technology Brief: Intel® Active Management Technology[Knowledgebase] Introduction A major barrier to greater IT efficiency has been removed. Now, corporate IT departments can remotely discover, heal and protect networked computing assets, regardless of system state.... Posted: 2009-02-23 00:00:00 by Sharon Greenfield (Intel) | Code |
| Carry Small, Game Large[Knowledgebase] Do portable games have to be small? Check out our article on Gamasutra answering that very question and then download our free code below to test it out yourself. "Carry Small, Game Large" Free... Posted: 2009-06-18 00:00:00 by Scott Crabtree (Intel) | Code, game development, games, graphics, vcsource_domain_graphics, vcsource_index, vcsource_os_windows, vcsource_platform_desktoplaptop, vcsource_type_samplecode, visual computing |
| Measure Code Sections Using The Enhanced Timer[Knowledgebase] Introduction Learn how to accurately measure events of short duration using the Enhanced Timer.To measure the performance of an application, it is common to time sections of code where hotspots or... Posted: 2009-01-13 14:35:55 by Khang Nguyen (Intel) | Code, performance |
| Code Sample: Platform Discovery Code[Knowledgebase] Designing and developing good software requires an understanding of the hardware platform the software is running on. This Platform Discovery Code sample is a starting point to help application developers... Posted: 2008-07-02 21:00:00 by Richard Winterton (Intel) | Code, Connectivity, Energy Efficient, Power, sample code, пример кода |
| Making Applications aware of their Mobile Contexts using the Intel® Mobile Platform SDK[Knowledgebase] Abstract This article provides an overview of the Mobile Platform SDK, as well as several code examples showing how to add power and connectivity awareness to your applications. Introduction Mobile... Posted: 2008-12-02 00:00:00 by Lester Memmott | article, Code, MID, MPSDK, UMPC |
| Google Gadget For Desktop Search Battery Monitor[Knowledgebase] Google/Intel Performance Power Gadget The Google's Desktop Sidebar Gadget integrates into the Desktop Sidebar and provides laptop users information such as battery charge and drain rates and time... Posted: 2009-02-04 00:00:00 by Richard Winterton (Intel) | Code, download, Energy Efficient, Google Search, Intel Dialogic, mobile |
| Intel Software Network Mobile Software Community Spotlights[Knowledgebase] New Software Tools (Nov 07) Please check out the new Laptop Gaming TDK 2.0 with adding the new feature to support creating Ad-Hoc Peer-to-Peer network based games. See here to learn more about this... Posted: 2008-11-30 00:00:00 by Linda Swink (Intel) | Code, Energy Efficient, LGTDK, mobile, MPSDK, SLZ, spotlight, Spotlights |
| Developer Tools from Intel Help Build RFID into Digital Health Software[Knowledgebase] by Matt Gillespieand Highland Mary Mountain, Senior Software Engineer, Intel Corporation Abstract Intel® Mobile Platform SDK 1.2 adds RFID functionality to the tools that developers have available... Posted: 2009-05-31 21:00:00 by Highland Mountain (Intel) | Code, mobile platform SDK, MPSDK |
| Tuning a Multithreaded Application for Performance[Videos] Take the next step in threading to learn how to incorporate performance tuning. We will explore how to use the Inel(R) Thread Profiler in a load imbalance situation, with synchronzation objects and with... Posted: 2006-12-15 00:52:27 | Code, developers, duo, intel, Intel 286, multi-cores, Multithreading, pentium, software, technology |
| Threading Frequently Asked Questions - Series Introduction[Videos] Frequently asked questions (FAQ) from Charles Congdon on multi-core, parallelism and multithreading. Please let us know if you have more questions for Charles. If we get enough, we'll do a Charles FAQ... Posted: 2006-12-08 22:09:46 | Charles, Charles Congdon, Code, Dev, developers, FAQ, intel, Intro, methodology, Multi-threading, multicore, software, threading |
| Porting Linux* Applications to 64-Bit Intel® Architecture[Knowledgebase] by Allan McNaughton Introduction As Linux* has gained mainstream respectability, it is being used to deploy more and more mission-critical applications. Unlike the early days, where only savvy developers... Posted: 2009-02-26 00:00:00 by allanmcnaughton | C++, Code |
| Porting 32-bit Applications to the Itanium® Architecture[Knowledgebase] Introduction These labs provide best known methods for porting your application. Sample Code is included for you to try out the concepts. You will need access to an Itanium® 2-based system to practice... Posted: 2009-08-21 00:00:00 by Linda Swink (Intel) | Code, itanium, xeon |
| Enabling Power Event Interception Notification Code Sample[Knowledgebase] What is this code sample? The code download illustrates a technique for getting Power Event notification from the operating system. This method is primarily aimed at controlling power on Intel® x86... Posted: 2009-01-12 00:00:00 by Linda Swink (Intel) | Code |
| Enhanced Intel SpeedStep® Technology and Demand-Based Switching on Linux*[Knowledgebase] By Venkatesh Pallipadi Introduction The Pentium® M processor supports Enhanced Intel SpeedStep® Technology as an advanced means of enabling very high performance while also meeting the power-conservation... Posted: 2009-02-17 21:00:00 by Venkatesh Pallipadi (Intel) | Code |
| Code & Downloads : A-Z[Knowledgebase] Can't find it on this page? Search or try the Download Center. View: Alphabetically By Community A | B | C | D | E | F | G | H | I | J | K | L... Posted: 2010-07-26 00:00:00 by Sushane Gupta (Intel) | Code, Downloads, téléchargements |
