I believe that technology has the capacity to fundamentally improve people’s lives, and improve the world in which we live.We are now two years into what my company have called the ‘Digital Decade’.We think that by 2010 a combination of hardware and software innovation with broader social trends will change the way computing fits into our society. Mobile technology is a central part of this vision.
標簽: improve fundamentally technology the
上傳時間: 2014-01-19
上傳用戶:kristycreasy
The MATLAB coding style, project options and synthesis directives can have a significant effect on the final results. Knowledge about how a particular algorithm should be implemented in hardware can be reflected in the MATLAB code to improve the results. In doing so, the MATLAB loses a bit of its abstraction but the lower-level MATLAB will infer the desired architecture into the device.
標簽: significant directives synthesis project
上傳時間: 2013-12-03
上傳用戶:13517191407
1.1 一般說明 IMP705/706/707/708和IMP813L等CMOS監控電路能監控電源及電池電壓和μP/μC的工作狀況。當電源電 壓降至4.65V以下(IMP705/707/813L)或4.40V以下(IMP706/708)時,即產生復位。 該系列產品能提供多種功能。每個器件在上電、掉電期間及在電壓降低的情況下可產生一個復位信號。 此外,IMP705/706/813L帶有一個1.6秒的看門狗定時器。IMP707/708雖然無看門狗功能,但是同時具有高電 平有效和低電平有效的復位輸出,IMP813L的引腳和功能與IMP705相同但只具有高電平有效的復位輸出。具 有1.25V門限的電源故障報警電路可用于檢測電池電壓和非5V的電源。所有器件都具有手動復位(MR)輸入。 看門狗定時器的輸出如果連接至MR將會觸發復位信號。 所有器件都具有8腳DIP、SO和MicroSO封裝。
上傳時間: 2014-01-14
上傳用戶:lanwei
This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. It is meant to be read as a whole, so please read it from beginning to end before asking questions... most of them will probably be answered. Each section builds on the sections before it. I have also added some solutions to common errors in Appendix A. If you ask me a question that is answered on this page, you will look very silly.
標簽: developing tutorial attempts clearly
上傳時間: 2015-09-29
上傳用戶:wanqunsheng
With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example accelerator cards. The component is called ENGINE, and has still a pretty experimental status and almost no documentation. It s designed to be fairly easily extensible by the calling programs.
標簽: component external OpenSSL devices
上傳時間: 2015-10-01
上傳用戶:ryb
Chessboard Cover,On a chessboard,only one square is different, called specific.Use the Divide-and-Conquer methods to solve the Chessboard Cover Problem.
標簽: Chessboard chessboard Cover On
上傳時間: 2015-10-05
上傳用戶:zuozuo1215
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
標簽: functions questions deflate inflate
上傳時間: 2014-01-02
上傳用戶:zhuyibin
Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
標簽: functions questions deflate inflate
上傳時間: 2014-01-03
上傳用戶:lhc9102
A .NET Path Finder Library Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and integrate in your applications. It works very well and I hope you enjoy using it. 這是一個用C#實現的路徑搜索算法,實現的了簡單的A*算法!
上傳時間: 2013-12-14
上傳用戶:hullow
Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collaborative programs could benefit from offering friends lists, showing friends as online or offline, providing status information. This kind of functionality is hard to provide, requiring a dedicated Internet database and a new client - client protocol. But it is offered today through a system called AwareNet, which is offered free of charge and royalty
標簽: addresses programs connect suffer
上傳時間: 2013-12-05
上傳用戶:CHENKAI