c51單片機實現小車紅外尋線運動詳細代碼實現,采用C/C++實現,KEIL燒錄入單片機
上傳時間: 2017-07-09
上傳用戶:familiarsmile
將源代碼轉換成html,支持多操作系統,支持多種編程語言:Ada95, ASP, Assembler, Basic, C, C#, C++, Cg, CLIPS, Fortran, Haskell, Java, Markup, Modula2, Objective C, Pascal, Perl, PHP, Python, Renderman, Ruby, SQL, Tcl
上傳時間: 2013-12-28
上傳用戶:爺的氣質
經典數據結構編程,C語言版,C/C++開發環境均可用,如VC。可學習借鑒。
上傳時間: 2017-08-06
上傳用戶:thinode
This document specifies a collection of compiler directives, library routines, and environment variables that can be used to specify shared-memory parallelism in C, C++ and Fortran programs. This functionality collectively defines the specification of the OpenMP Application Program Interface (OpenMP API). This specification provides a model for parallel programming that is portable across shared memory architectures from different vendors. Compilers from numerous vendors support the OpenMP API. More information about OpenMP can be found at the following web site:
標簽: environment collection directives specifies
上傳時間: 2013-12-25
上傳用戶:shinesyh
從 Mentor Graphics 的自動測試圖形生成(ATPG)工具 FastScan的 測試文檔中提取出測試電路(CUT)的測試模式,生成便于對應壓縮算法的文件 格式。 本文中, 給出了 2 種壓縮測試模式的方法, 一種是基于統計的哈夫曼編碼, 一種是基于差分運算的Golomb 編碼。本次畢業設計中,在熟悉Mentor Graphics ATPG工具 FastScan的基本功能和其主要的測試模式輸出文件的格式的基礎上, 實現其中測試結構和測試模式數據的分析提取, 并且在掌握典型的測試模式壓縮 算法的思想以及 C/C++開發環境的前提下,選擇或綜合相關的優化壓縮算法,針 對測試結構信息,實現測試模式數據的壓縮,及軟件的基本圖形化操作和結果報 告界面。
標簽: Graphics FastScan Mentor ATPG
上傳時間: 2017-08-17
上傳用戶:bcjtao
3.缺少文件 4.所選類別和開發環境不對 5.亂寫說明或說明不夠認真 6.壓縮文件有密碼 7.源碼重復或已經存在 請不要上傳有版權爭議的內容和木馬病毒代碼 開發環境: 請選擇 Visual C++ Visual Basic DOS Unix_Linux C++ Builder Java Windows_Unix Delphi C-C++ PHP-PERL PHP Perl Python HTML Asm Pascal Borland C++ Others MultiPlatform C++ VFP SQL PDF TEXT WORD VBScript JavaScript ASP CSharp CHM FlashMX matlab PowerBuilder PPT LabView Flex MathCAD VBA PalmOS IDL LISP VHDL Objective-C Fortran tcl/tk QT(重要) 功能描述: 請認真閱讀您的文件包然后寫出
上傳時間: 2017-08-18
上傳用戶:stewart·
Why do People Program? Each person can have his own reason for programming but I can tell you that programming is one of the best ways to gain a deep understanding of computers and computer technology. Learning to program makes you understand why computers and computer programs work the way they do. It also puts some sense into you about how hard it is to create software. 1.2. What is C++ & OOP? C++ is an extended version C. C was developed at Bell Labs. in 1978.
標簽: programming can Program People
上傳時間: 2013-12-07
上傳用戶:qazxsw
三角形單元有限元計算程序源代碼,C/C++
上傳時間: 2017-08-23
上傳用戶:jeffery
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key
標簽: crypthograph information Adleman Rivest
上傳時間: 2017-09-01
上傳用戶:chfanjiang
電信計費項目 該系統在Sun Solaris下開發,運行于Apache Tomcat平臺,采用J2EE架構,基于Struts、Hibernate、Spring技術或EJB組件技術以及Oracle 9i數據庫系統。該系統后臺主要由數據采集系統和數據整合系統提供支持,前臺部分主要分為用戶自服務管理,資費管理,用戶管理,管理員管理,帳單管理,帳務管理6個模塊。 該系統后臺部分包括數據采集系統(包括采集模塊和接受模塊)和數據整合系統;它們實現的功能是:1.定期采集(次/小時)原始計費Log(wtmpx)文件,整理成BIDR數據清單,并上傳給中心處理系統。2.中心處理系統(接收模塊)偵聽并收集采集系統發送的數據信息BIDR,并通過PROC將數據保存到數據庫明細表t_detail_X中,在發送和接受過程中主要采用Unix C/C++(socket)實現。3.通過t_detail_X表完成天整合表t_day_X,月整合表t_month_X,年整合表t_year_X的實現。
標簽: Solaris Apache Tomcat J2EE
上傳時間: 2013-12-02
上傳用戶:a6697238