亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

C-S

  • This article discusses some issues that a typical Windows C++ programmer will encounter when approac

    This article discusses some issues that a typical Windows C++ programmer will encounter when approaching Symbian OS for the first time. Our experience in developing for three successive versions of Symbian OS has given us considerable perspective on what can be difficult when working in this otherwise rich and stable environment. While one reason for Symbian s success may be the desire of many mobile phone manufacturers not to be tied to Microsoft, the other reason is that Symbian has put together a lightweight, elegant system that succeeds in providing a very impressive range of functionality. Here are some pointers to help ease the transition to successful Symbian OS application development.

    標簽: programmer discusses encounter article

    上傳時間: 2017-07-30

    上傳用戶:zhaiyanzhong

  • This Symbian C++ code example demonstrates how to easily use the onboard camera with zoom and autofo

    This Symbian C++ code example demonstrates how to easily use the onboard camera with zoom and autofocus, utilising an accompanying CameraWrapper made by Forum Nokia. The Camera Wrapper supports all Nokia s S60 devices based on S60 3rd Edition and newer, providing a unified interface for various Symbian and S60 camera APIs some of which have previously been Feature Pack specific or only available via an SDK plug-in. The example application supports the use of both the keypad and touch UI. The application can be self-signed, but it also provides an option to use the dedicated camera key (Symbian signing required). The example application replaces the separate examples published for S60 3rd Edition, FP1 (S60 Platform: Camera Example with AutoFocus Support v2.2) and FP2 (S60 Camera Example AutoFocus 3rd Ed FP2).

    標簽: demonstrates Symbian example onboard

    上傳時間: 2013-12-11

    上傳用戶:hopy

  • 摘要:對基于彈載IMU/C:PS組合導航系統的動基座對準問題進行了研究與仿真 首先

    摘要:對基于彈載IMU/C:PS組合導航系統的動基座對準問題進行了研究與仿真 首先,分析了彈載IMU與GI S的系統誤差,建 立獲得了其系統誤差模型 然后,利用卡爾曼濾波技術,設計了彈載IMU/UPS組合導航系統的動基座對準算法 仿真結果表明,在初 始誤差較大的情況下,經過36。秒的動基座對準,IMU的姿態角誤差可降至10個角秒,同時位置和速度誤差也得到了有效修正,從而 證明該動基座對準算法是行之有效的 關} i}慣性測量裝} <IMU)。全球定位系統<GPS) 動基座對準 卡爾曼濾波

    標簽: IMU 組合導航 基座

    上傳時間: 2013-12-29

    上傳用戶:yepeng139

  • Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primi

    Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics. This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h

    標簽: programming particulary start-out tutorial

    上傳時間: 2017-08-13

    上傳用戶:wangyi39

  • Tic tac toe is (exactly what re your thinking) and it s the first game I made. Made it in one whole

    Tic tac toe is (exactly what re your thinking) and it s the first game I made. Made it in one whole day in Turbo C. It uses primitive graphics drawing and also demonstrates how to output an image. Written in C, also uses a library I got from the net (included) for image output.

    標簽: thinking exactly first whole

    上傳時間: 2017-08-13

    上傳用戶:xhz1993

  • including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ---------------

    including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ------------------------------------ Bluetooth Essentials for Programmers Author: Albert S. Huang, Larry Rudolph Publisher: Cambridge University Press Number Of Pages: 208 Publication Date: 2007-09-03 ISBN-10/ASIN: 0521703751 ISBN-13/EAN: 9780521703758 Binding: Paperback This book provides an introduction to Bluetooth programming, with a specific focus on developing real code. The authors discuss the major concepts and techniques involved in Bluetooth programming, with special emphasis on how they relate to other networking technologies. They provide specific descriptions and examples for creating applications in a number of programming languages and environments including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X. No previous experience with Bluetooth is assumed, and the material is suitable for anyone with some programming background. The autho……

    標簽: including Windows Symbian Python

    上傳時間: 2013-12-21

    上傳用戶:caozhizhi

  • Simple example C++Builder6 + OpenCV1.1pre1. Simply show on form an image from webcamera.Some other s

    Simple example C++Builder6 + OpenCV1.1pre1. Simply show on form an image from webcamera.Some other such examples on my site/forum: http:\\www.compvision.ru

    標簽: webcamera Builder example Simple

    上傳時間: 2017-08-28

    上傳用戶:cjl42111

  • XPMenu is a Delphi component to mimic Office XP menu and toolbar style. Copyright (C) 2001 Khaled S

    XPMenu is a Delphi component to mimic Office XP menu and toolbar style. Copyright (C) 2001 Khaled Shagrouni.

    標簽: Copyright component toolbar XPMenu

    上傳時間: 2013-12-30

    上傳用戶:古谷仁美

  • S-V修正信道模型仿真

    通過matlab仿真了Saleh-Valenzuela 信道模型,仿真圖有四個子圖,(a)和(b)分別示出的分布的群集抵達時間和射線到達時間,(c)表示S-V信道的脈沖響應,(d)圖顯示了信道功率分配-

    標簽: S-V MATLAB

    上傳時間: 2015-06-19

    上傳用戶:sl200111030

  • SharpPcap c#抓包實現時時獲取網卡信息

    SharpPcap c#抓包實現時時獲取網卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list

    標簽: SharpPcap c#抓包 獲取網卡信息

    上傳時間: 2015-07-06

    上傳用戶:muzongda

主站蜘蛛池模板: 北海市| 绍兴市| 比如县| 镶黄旗| 庆阳市| 泽库县| 肥西县| 永昌县| 颍上县| 桃江县| 巫溪县| 泾源县| 昆山市| 齐河县| 孟连| 宣威市| 澳门| 大竹县| 晋中市| 晋州市| 隆回县| 三亚市| 牙克石市| 孟州市| 彭州市| 石首市| 渑池县| 广西| 高陵县| 耿马| 巴塘县| 沂水县| 瓦房店市| 南安市| 唐河县| 东山县| 四会市| 阿克陶县| 镇巴县| 都昌县| 周至县|