Information in this document is provided in connection with Intel products. No license, express or implied, by estoppels or otherwise, to any intellectual property rights is granted by this document. Except as provided in Intel’s Terms and Conditions of Sale for such products, Intel assumes no liability whatsoever, and Intel disclaims any express or implied warranty, relating to sale and/or use of Intel products including liability or warranties relating to fitness for a particular purpose, merchantability, or infringement of any patent, copyright or other intellectual property right. Intel products are not intended for use in medical, life saving, or life sustaining applications. ALL INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED “AS IS.” Intel may make changes to specifications and product descriptions at any time, without notice. “WiMAX,” “Mobile WiMAX,” “WiMAX Forum,” “WiMAX Forum Certified” and the WiMAX Forum and WiMAX Forum Certified logo are trademarks of the WiMAX
标签: Information connection document provided
上传时间: 2017-08-25
上传用户:songyue1991
The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
标签: technologies Microsoft continued Internet
上传时间: 2017-09-07
上传用户:wsf950131
VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways. With VideoMan is very easy and fast to initialize any kind of video input like webcams, video files, frame grabbers, IEEE 1394 cameras and so on. You can initialize multiple inputs at the same time and show them in the screen. Also, you can show the results of the processing steps of your computer vision algorithm (extracted edges, back projections, detected blobs...) This way you can see the results of what are you coding, checking the results of your algorithm steps. Moreover, the implemented visualization scheme make easier to combine computer graphics with video, for example to show a 3d model on top of video for augmented reality applications.
标签: open-source developing VideoMan Manager
上传时间: 2014-01-21
上传用户:chongcongying
This codes is one of my univ projects I ve been working on for 3months. I d like to share it and make it work more properly.
标签: projects working months codes
上传时间: 2014-12-19
上传用户:2467478207
Program helping you to remember the route. It cab be route from conference room to coffee-room, it can be tourist trip, it can be pathway in labyrinth. during first traversal you make notes in you phone, specifying direction of movement and target of each step. Phone remembers how much time each steps takes. Then you can just inspect information about this trip and check duration of each stage and the whole trip. You can also replay it in forward and backward direction. So if somebody show you the shortest way to coffee machine, you can easily find the way back and can repeat this trip in future.
标签: route coffee-room conference remember
上传时间: 2014-01-05
上传用户:1159797854
Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument. More detailed description of calculator is here.
标签: Description caclulation Scientific calculator
上传时间: 2014-01-25
上传用户:familiarsmile
Description Combination of book reader and Web browsers. This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn t show images and is not able to proceed forms. The main idea was to make it possible to view normal sites (not WAP sites) on very small screen of mobile phone. This application share a lot of code with MobiReader and first of all is inteded to be used to browse text data.
标签: Description Combination Web browsers
上传时间: 2013-12-16
上传用户:qweqweqwe
(绝对原创,绝对经典)Linux2.6下点阵LCD LM6063A驱动程序。带有Makefile,修改一条语句就可以直接make了。
标签:
上传时间: 2014-01-09
上传用户:shinesyh
(原创、经典)Linux2.6下的点阵LCD LM12232C(122x32)驱动源码。带Makefile,只需要修改一行就可以make了。 注:最开始参考过PUDN上“九天”前辈写的代码。但是说句实在的只能画点而已,偶这个驱动已经用在两个产品上了。 偶写的另外一款LCD是LM6063A(站内)。
标签: Makefile 12232C 122x32 Linux
上传时间: 2017-09-13
上传用户:13517191407
hello是目标,可以用target来表示。make默认是搜索第一个目标。生成target的前提(依赖)是先有hello.o,所以,make程序就寻找生成hello.o这个目标的规则。hello.o的前提(依赖)是hello.c文件,而这个文件在当前目录中有,所以就开始进行下面一个命令行操作。如此反复进行,直到第一个目标顺利产生,这个过程结束。
标签: a
上传时间: 2015-04-28
上传用户:micdell