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

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

String-include

  • 軟件測試:一個編譯器測試軟件

    軟件測試:一個編譯器測試軟件,支持下列C語言運算符:+ - * / % ^(乘方) 負 (int) (double) "字符串" [](數組) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列關鍵字:void int double string if else for while do goto break continue return,支持下列數據類型:int double string int[] double[] string[],支持下列系統函數:int max(int,int),double max(double,double),int[] newint(int),double[] newdouble(int),string[] newstring(int),void delete(int[]),void delete(double[]),void delete(string[]),支持任意用戶定義函數,支持函數重載。不支持全局變量。如果發現錯誤,請告訴我

    標簽: 軟件測試 編譯器 測試軟件

    上傳時間: 2013-12-15

    上傳用戶:sy_jiadeyi

  • 開發工具EVC3.0 按下面做然后編譯 是一個字典程序 請解壓縮到D盤根目錄,在eMbedded Visual C++ 3.0 的Tools=>Options菜單項Directories選擇卡中

    開發工具EVC3.0 按下面做然后編譯 是一個字典程序 請解壓縮到D盤根目錄,在eMbedded Visual C++ 3.0 的Tools=>Options菜單項Directories選擇卡中加入頭文件路徑: D:\JFDict200\SourceCode\libxml\include D:\JFDict200\SourceCode\libxslt 和正確的庫文件路徑,對于Pocket PC為: D:\JFDict200\SourceCode\_libfiles\WCE300\Pocket_PC\ARMRel

    標簽: Directories 3.0 eMbedded Options

    上傳時間: 2015-03-11

    上傳用戶:一諾88

  • 這是我的一些數據結構(C語言)源代碼 比如LinkList

    這是我的一些數據結構(C語言)源代碼 比如LinkList,String,Array,Tr

    標簽: LinkList 數據結構 C語言 源代碼

    上傳時間: 2015-03-11

    上傳用戶:songnanhua

  • SPLASH is a c++ class library that implements many of the Perl constructs and data types, including

    SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall and is available for most platforms. This Class library provides List, String, Regular Expression, and text manipulation handling capabilities based on those provided in Perl

    標簽: implements constructs including library

    上傳時間: 2013-12-07

    上傳用戶:1583060504

  • This matrix C++ template class library is for performing common matrix operations in your C++ progra

    This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file

    標簽: matrix performing operations template

    上傳時間: 2013-12-21

    上傳用戶:wys0120

  • The ability to create groups of reports, and grant users access to reports by group. The ability to

    The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule and email PDF, XLS, and CSV reports. The ability to define reusable report parameters. Available parameter types include Date, Text, and Query Parameters. The ability to create multiple DataSources for use in generating reports. Support for JNDI DataSources and internal connection pooling via Commons-DBCP is included. The ability to upload and hot deploy new reports. Web based administration of users, groups, reports, parameters, and datasources. Cross platform database support via Hibernate based persistence layer. Available in a preconfigured bundle with Apache Tomcat.

    標簽: ability reports The to

    上傳時間: 2014-01-14

    上傳用戶:franktu

  • 浮點數基本運算 浮點數的基本運算主要有四則運算、符號處理、大小比較

    浮點數基本運算 浮點數的基本運算主要有四則運算、符號處理、大小比較,以及浮點數分柝等。 包含頭文件 "fn.hpp" #include "fn.hpp" 浮點數基本運算 浮點數的基本運算中有加、減、乘、除、取負、絕對值、相等比較等。 加減乘除 加、減、乘、除四個運算極為相似,都是需要兩個參數,結果當然也是浮點數了。 例子: // 加 減 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的結果 btil::fn::minus<f1, f2>::value // f1-f2 的結果 btil::fn::multiplies<f1, f2>::value // f1*f2 的結果 btil::fn::divides<f1, f2>::value // f1/f2 的結果 plus<f1, f2>::value::f_val // f1+f2 的結果的值 struct one { static const double f_val = 1.0 } // 兩個浮點數 struct two { static const double f_val = 2.0 } minus<two, plus<divides<one, two>::value, one>::value >::value::f_val == 0.5 取負 取負運算就是取一個浮點數的負數。

    標簽: 浮點數 運算 四則運算 比較

    上傳時間: 2014-12-06

    上傳用戶:exxxds

  • 自己用C編寫的小游戲

    自己用C編寫的小游戲,DOS界面哦,可以運行。 浮點數基本運算 浮點數的基本運算主要有四則運算、符號處理、大小比較,以及浮點數分柝等。 包含頭文件 "fn.hpp" #include "fn.hpp" 浮點數基本運算 浮點數的基本運算中有加、減、乘、除、取負、絕對值、相等比較等。 加減乘除 加、減、乘、除四個運算極為相似,都是需要兩個參數,結果當然也是浮點數了。 例子: // 加 減 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的結果 btil::fn::minus<f1, f2>::value // f1-f2 的結果 btil::fn::multiplies<f1, f2>::value // f1*f2 的結果 btil::fn::divides<f1, f2>::value // f1/f2 的結果 plus<f1, f2>::value::f_val // f1+f2 的結果的值 struct one { static const double f_val = 1.0 } // 兩個浮點數 struct two { static const double f_val = 2.0 } minus<two, plus<divides<one, two>::value, one>::value >::value::f_val == 0.5 取負 取負運算就是取一個浮點數的負數。

    標簽: 編寫 小游戲

    上傳時間: 2014-12-06

    上傳用戶:jichenxi0730

  • 基于matlab的mp3的讀寫函數Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of

    基于matlab的mp3的讀寫函數Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only. I ll probably will make the UNIX version later. 01-11-2004.

    標簽: Departament University Fernandez Alfredo

    上傳時間: 2014-12-02

    上傳用戶:開懷常笑

  • 3. Distribution of this core must be free of charge. Charging is -- allowed only for value added ser

    3. Distribution of this core must be free of charge. Charging is -- allowed only for value added services. Value added services -- would include copying fees, modifications, customizations, and -- inclusion in other products.

    標簽: Distribution Charging allowed charge

    上傳時間: 2013-12-05

    上傳用戶:風之驕子

主站蜘蛛池模板: 二手房| 合江县| 承德县| 灵宝市| 镇江市| 营山县| 连江县| 武汉市| 霍州市| 监利县| 安丘市| 乡宁县| 信阳市| 孟连| 延长县| 皋兰县| 和田县| 山东| 搜索| 色达县| 历史| 宁城县| 五家渠市| 富蕴县| 淮北市| 利辛县| 南郑县| 汪清县| 维西| 铜山县| 平乐县| 双鸭山市| 莱西市| 闽侯县| 长宁县| 霸州市| 凤凰县| 黑河市| 衡阳县| 新津县| 奉新县|