Skip to main content

Home/ Coders/ Group items tagged microsoft

Rss Feed Group items tagged

tianjinxtl

【Visual C++】游戏开发笔记十七 游戏基础算法(一) 游戏随机系统初步 - 0 views

  • 六、产生一定范围随机数的通用算法公式▲要取得[a,b)的随机整数,使用(rand() % (b-a))+ a (结果值含a不含b)。▲要取得[a,b]的随机整数,使用(rand() % (b-a+1))+ a (结果值含a和b)。▲要取得(a,b]的随机整数,使用(rand() % (b-a))+ a + 1 (结果值不含a含b)。▲即(通用公式:a + rand() % n;取得[a,a+n) 的随机整数,其中的a是起始值,n是整数的范围。)▲要取得[a,b) 的随机整数,另一种表示:a + (int)(b-a) * rand() / (RAND_MAX + 1)。▲要取得[a,b] 的随机整数 另一种表示:a + (int)(b-a) * rand() / (RAND_MAX )。▲要取得[0,1] 之间的浮点数 ,可以使用rand() / double(RAND_MAX)。
Joel Bennett

Dryad and DryadLINQ | Microsoft Connect - 0 views

  •  
    DryadLINQ is a Microsoft Research project, which aims to make distributed computing on clusters of computers simple enough for all programmers. DryadLINQ combines another Microsoft Research technology, Dryad, with the familiar LINQ technology from the Microsoft .NET framework.
Joel Bennett

XmlLite Introduction - Light XML parser for C++ - Microsoft - 0 views

  • XmlLite works with various versions of the Microsoft C++ compiler, but the samples in the documentation have been validated only with Visual Studio 2005.
  • XmlLite works with any Windows language that can use dynamic link libraries (DLLs), but Microsoft recommends C++
  • if you want to use it with other languages, some additional work may be required.
  •  
    The XmlLite library allows developers to build high-performance XML-based applications that provide a high degree of interoperability with other applications that adhere to the XML 1.0 standard. XmlLite works with any Windows language that can use dynamic link libraries (DLLs), but Microsoft recommends C++. XmlLite comes with all necessary support files for use with C++, but if you want to use it with other languages, some additional work may be required.
awqi zar

Microsoft is Dead - 11 views

  •  
    A few days ago I suddenly realized Microsoft was dead. I was talking to a young startup founder about how Google was different from Yahoo. I said that Yahoo had been warped from the start by their fear of Microsoft. That was why they'd positioned themselves as a "media company" instead of a technology company. Then I looked at his face and realized he didn't understand. It was as if I'd told him how much girls liked Barry Manilow in the mid 80s. Barry who?
  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
liza cainz

Help Gurus Offers Microsoft Tech Support - 1 views

Help Gurus offers Microsoft Tech Support for customers who are using windows application on their computers. They can give you quality technical support for Microsoft office applications, like Exce...

support service Desktop computer technical services PC tech

started by liza cainz on 19 Jan 11 no follow-up yet
video0160

What is SharePoint, Microsoft Sharepoint 2013,and Microsoft Sharepoint 2010, Sharepoint... - 0 views

  •  
    What is SharePoint, Microsoft Sharepoint 2013,and Microsoft Sharepoint 2010, Sharepoint Consulting. Best Case Studies of Document Management System implementations by Adapt India Software Private Limited, Document Management Solution on Microsoft SharePoint to automate your business processes and facilitate exchange of documents and information internallyand with your Sub Contractors with pre- defined workflows triggered with approvals, authorizations ,co-authorizations and authentications.
Joel Bennett

Microsoft Sync Framework - Download - 0 views

  • The Microsoft Sync Framework provides a platform for taking web services and databases offline. In addition, it provides optimized P2P sync of any type of file including contacts, music, videos, images and settings. The extensible framework includes built-in support for synchronizing databases, NTFS/FAT file systems, FeedSync compliant feeds (formerly known as Simple Sharing Extensions), devices and web services.
  • Developers can build sync ecosystems that integrate any application, any type of data, using any protocol over any network.
  •  
    Microsoft Sync Framework is a synchronization platform that enables collaboration and offline scenarios for applications, services and devices for type of data, and protocol over any network ...
Joel Bennett

Microsoft SharedView Beta -- Connect - 0 views

  •  
    Microsoft SharedView Beta is a fast, easy way to share documents and screen views with small groups of friends or coworkers ... it's like multicast Remote Assistance ... except it works like Messenger, through routers and firewalls.
Joel Bennett

SyncToy v2.0 Download - Microsoft.com - 0 views

  •  
    Based on components of the Microsoft Sync Framework ... supports complex scenarios like combining files from two folders in one case, and mimicing renames and deletes in another case... can be installed by non-admins *if* the Sync Framework is preinstalled
Joel Bennett

Microsoft Watch - Web Services & Browser - Internet Explorer: A Browser Breaks - 0 views

  • Enterprise IE adoption dropped from 88.7 percent to 78.7 percent in 2007 with gains mainly going to Firefox, according to a new report
  • Firefox's overall enterprise adoption nearly doubled, to 18 percent, in 2007. IE 7's share climbed from about 10 percent to near 30 percent during the same time frame.
    • Joel Bennett
       
      So Firefox doubles, and IE7 triples, and somehow this is a bad thing for IE? I'm confused.
  •  
    IE6 is at 70% in enterprises, and IE7 at 30% ... and yet, according to Microsoft Watch, Firefox is at 18% and Safari at 2.4% How can this be?
Joel Bennett

MSTest API Rant -Bits in Motion - 0 views

  •  
    Message: don't use the Microsoft Test tools -- they are not extensible, replaceable nor compatible with anyone else's tools -- bad show, Microsoft.
Joel Bennett

Microsoft SDKs - 0 views

  •  
    All the Microsoft SDKs in one place...
anonymous

All-In-One Code Framework - 7 views

  •  
    Microsoft All-In-One Code Framework delineates the framework and skeleton of Microsoft development techniques through typical sample codes in three popular programming languages (Visual C#, VB.NET, Visual C++). Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used coding scenario based on our support experience in MSDN newsgroups and forums.
Joel Bennett

Building Windows for the ARM processor architecture - Building Windows 8 - MSDN Blogs - 5 views

  • apps from Microsoft
    • Joel Bennett
       
      These are "apps from Microsoft" ... not necessarily Office. Note that Office 15 doesn't include Outlook!
  • desktop versions
  • WOA supports the Windows desktop experience including File Explorer, Internet Explorer 10 for the desktop, and most other intrinsic Windows desktop features
    • Joel Bennett
       
      I can't decide if this is a goot thing or not. It seems like it supports the Windows desktop BUT NOT 3rd party desktop apps -- is this just because they couldn't get around to rewriting all the utility apps in Metro style (and recompiling was easier), or because they actually want to support deskop apps?
  • ...3 more annotations...
  • integrated, end-to-end products—hardware, firmware and WOA software
  • Partners will provide WOA PCs as integrated, end-to-end products that include hardware, firmware, and Windows on ARM software
    • Joel Bennett
       
      Read this as: WOA devices are not user-serviceable, you won't be able to sideload apps, and you deffinitely shouldn't expect to be able to build your own from parts.
  • Within the Windows desktop, WOA includes desktop versions of the new Microsoft Word, Excel, PowerPoint, and OneNote, codenamed “Office 15”. WOA will be a no-compromise product for people who want to have the full benefits of familiar Office productivity software and compatibility, an industry-leading hardware-accelerated web browser, apps from Microsoft, and access to apps in the Windows Store.
    • Joel Bennett
       
      "No compromise" ... that's certainly one spin on it.
  •  
    The definitive Windows On ARM post.
Joel Bennett

Microsoft Protocol Technology Licensing Programs - 0 views

  •  
    Most Microsoft networking and media protocols are available for licensing ... if you have the cash.
  •  
    Hallo guys. I am very happy to share here. This is my site. If you would like to visit here. Go ahead. I've made ​​About a $ 58,000 from my little site. There is a forum and I was very happy to announce to you. I also provide seo service. www.killdo.de.gg
  •  
    Hallo guys. I am very happy to share here. This is my site. If you would like to visit here. Go ahead. I've made ​​About a $ 58,000 from my little site. There is a forum and I was very happy to announce to you. I also provide seo service. www.killdo.de.gg
Denis Gobo

Microsoft Has Released Tools To Address SQL Injection Attacks - 0 views

  •  
    Microsoft Has Released Tools To Address SQL Injection Attacks
Joel Bennett

Microsoft Code Name "Zermatt" Beta readme - 0 views

  •  
    The Microsoft Code Name "Zermatt" is a framework targeted for .Net developers to help them to build claims-aware applications to address today's application security requirements using a simplified model that is open and extensible and can improve security. Developers can build externalized authentication capabilities for their applications and build custom "identity providers", often referred to as Security Token Services (STS).
Joel Bennett

Detours - intercepting Win32 functions - 0 views

  • Transactional model for attaching and detaching detours.
    • Joel Bennett
       
      Transactional ... aspects. This is crazy impressive.
  • Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by re-writing the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.
  •  
    Detours is a Microsoft Research project which exposes a transactional model for intercepting arbitrary Win32 functions by rewriting the in-memory code and attach an arbitrary payload to any binary.
Joel Bennett

Microsoft Source Analysis for C# - 0 views

  •  
    Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly.
Joel Bennett

Windows: A Monopoly Shakes - Microsoft Watch - Operating Systems - 0 views

  • Windows' enterprise adoption declined 3.7 percent, going from 98.6 percent in January to 94.9 percent in December. Mac OS gained 3 percent, going from 1.2 to 4.2 percent in the same time frame. Linux gained 0.5 percent in 2007.
  • Apple, with its enterprise share growing threefold
    • Joel Bennett
       
      Yeah, that's more like it -- they're going to be reporting 300% growth in the enterprise, I'm sure.
  •  
    Windows use in the enterprise (it's traditional stronghold) has declined almost 4% to about 95% in the last year ... It's just a tiny sliver, but the real question is: is it enough to make Apple start catering to their enterprise customers?
1 - 20 of 308 Next › Last »
Showing 20 items per page