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

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

cross-platFORm

  • This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or

    This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cross platforms, cross OS and cross MATLAB versions. Workers can be added to the parallel computation even if it has started. No need of a common file system, all comms are using tcpip connections

    標(biāo)簽: over distributes available processes

    上傳時間: 2014-01-03

    上傳用戶:希醬大魔王

  • The traffic light is timed and lets cars pass during a specific time period. There is a pedestrial

    The traffic light is timed and lets cars pass during a specific time period. There is a pedestrial crossing button that lets pedestrians cross. The lights are connected to Port 1. You can see this in action using dScope.

    標(biāo)簽: pedestrial specific traffic during

    上傳時間: 2014-01-22

    上傳用戶:cuibaigao

  • VC技術(shù)內(nèi)幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet techno

    VC技術(shù)內(nèi)幕第五版_English.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++.

    標(biāo)簽: Microsoft continued Internet English

    上傳時間: 2013-12-08

    上傳用戶:lepoke

  • This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architec

    This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architecture is a component architecture for the development and deployment of componentbased distributed business applications. Applications written using the Enterprise JavaBeans architecture are scalable, transactional, and multi-user secure. These applications may be written once, and then deployed on any server platform that supports the Enterprise JavaBeans specification.

    標(biāo)簽: Enterprise specification architecture JavaBeansTM

    上傳時間: 2013-12-01

    上傳用戶:牛津鞋

  • Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a si

    Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file. Draak Compiler是一個多語言,宏編譯器,可以在一個單獨(dú)的文件中定義所有的語法和代碼生成。Draak 是一個單獨(dú)的二進(jìn)制文件,可以在任意平臺上只使用一個文件來編譯任何上下文無關(guān)的語言(類似 C, Pascal, Java)。

    標(biāo)簽: multi-language generation compiler defined

    上傳時間: 2013-12-30

    上傳用戶:a673761058

  • 10分鐘學(xué)會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for

    10分鐘學(xué)會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta s examples are clear and his writing style is crisp and concise. As with earlier editions, this revision includes coverage of current versions of all major commercial SQL platforms. New this time around is coverage of MySQL, and PostgreSQL. All examples have been tested against each SQL platform, with incompatibilities or platform distinctives called out and explained.

    標(biāo)簽: established Yourself standard Minutes

    上傳時間: 2014-07-07

    上傳用戶:Pzj

  • graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to su

    graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.

    標(biāo)簽: graspForth Forth-in-C following attempt

    上傳時間: 2015-05-23

    上傳用戶:tfyt

  • Jollen-Kit! 2006 是非常積極進(jìn)行中的專案

    Jollen-Kit! 2006 是非常積極進(jìn)行中的專案,所有紀(jì)錄與更新將同步揭示於本網(wǎng)頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機(jī)的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機(jī)的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範(fàn)例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅(qū)動程式模組

    標(biāo)簽: Jollen-Kit 2006

    上傳時間: 2015-06-16

    上傳用戶:xz85592677

  • A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

    A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute such quantities as the wavelet variance, covariance, correlation, cross-covariance and cross-correlation. Approximate confidence intervals are available for all quantities except the cross-covariance and cross-correlation. A set of commands is provided. For a description of this example, please see http://www.eurandom.tue.nl/whitcher/software/.

    標(biāo)簽: univariate and bivariate analysis

    上傳時間: 2015-06-23

    上傳用戶:chongcongying

  • 這個是關(guān)于GCC編譯器編譯安裝文檔

    這個是關(guān)于GCC編譯器編譯安裝文檔,在您需要定制安裝GCC或搭建交叉編譯器(Cross-GCC)時可以參考一下哦

    標(biāo)簽: GCC 編譯器 編譯 文檔

    上傳時間: 2014-01-15

    上傳用戶:小儒尼尼奧

主站蜘蛛池模板: 漳浦县| 鄂托克旗| 女性| 视频| 桦甸市| 甘南县| 卢龙县| 凤翔县| 阿克陶县| 太仆寺旗| 定州市| 扎鲁特旗| 鞍山市| 西和县| 东光县| 泽库县| 新巴尔虎左旗| 永城市| 土默特左旗| 灵山县| 宁蒗| 临夏县| 宜昌市| 扬中市| 建昌县| 贵溪市| 高雄市| 师宗县| 荔浦县| 丽水市| 梨树县| 张家界市| 济阳县| 荣成市| 昌图县| 华宁县| 永寿县| 牟定县| 台中市| 曲阜市| 萝北县|