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

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

clean

  • bject Inspector is a component suite that contains inspectors allowing you to change anything in y

    bject Inspector is a component suite that contains inspectors allowing you to change anything in your application at runtime. Object Inspector suite includes: TPropertyInterface component for easy access to any property or event of any component at runtime TComponentInspector customizable full-functional runtime object inspector control TComponentComboBox control for easy selecting component TCommonInspector abstract inspector control for inspect anything in your application TDBInspector ready-to-use database inspector control TIniInspector ready-to-use ini-file inspector control TApplicationInspector ready-to-use inspector control for changing Application properties at runtime TSystemColorsInspector ready-to-use inspector control for changing Windows colors Examples small and clean projects illustrating features of inspectors and TPropertyInterface components Source codes full source code of all components and useful internal classes

    標簽: inspectors Inspector component allowing

    上傳時間: 2015-10-02

    上傳用戶:無聊來刷下

  • OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for

    OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for a sub-package listing. Most of the sub-packages in the release are production grade for Linux Fast-STREAMS. All existing validation test suites run clean on supported distributions and architectures. It is unlikely that the OpenSS7 Master Package will be released as frequently as before. Sub-packages will be released more often. To rebuild the master package with a new sub-package release, simply replace the directory to which the sub-package belongs with the unpacked sub-package release and then rebuild the master package. This release provides support for recent distributions and tool chains.

    標簽: OpenSS7 release the Package

    上傳時間: 2015-10-28

    上傳用戶:cc1

  • 這是LInux下C語言開發的推箱子游戲。對學習curese編程的人有幫助 用了大量的Curese函數

    這是LInux下C語言開發的推箱子游戲。對學習curese編程的人有幫助 用了大量的Curese函數,此游戲可建立關卡。默認有10關。 作者 /* File: tuixiangzi.c */ Makefile如下: all: tuixiangzi tuixiangzi: tuixiangzi.c gcc -o tuixiangzi tuixiangzi.c -lcurses clean: rm -f tuixiangzi *.bak

    標簽: Curese curese LInux C語言

    上傳時間: 2013-12-21

    上傳用戶:bakdesec

  • Lua 是一個擴展式程序設計語言

    Lua 是一個擴展式程序設計語言,它被設計成支持通用的過程式編程,并有相關數據描述的設施。 Lua 也能對面向對象編程,函數式編程,數據驅動式編程提供很好的支持。它可以作為一個強大、輕量的腳本語言,供任何需要的程序使用。 Lua 以一個用 clean C 寫成的庫形式提供。(所謂 clean C ,指的 ANSI C 和 C++ 中共通的一個子集)

    標簽: Lua 擴展式 程序設計語言

    上傳時間: 2015-12-15

    上傳用戶:huql11633

  • This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

    This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Everything is done entirely within the register set, making the functions fast and clean.

    標簽: functions string-include defines assumes

    上傳時間: 2014-01-09

    上傳用戶:tedo811

  • EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc

    EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying when passing (and modifying) variables between functions. With this concession, effort has been made to keep the code as clean and modular as possible.

    標簽: Simulator simulator variables EKF-SLAM

    上傳時間: 2016-05-02

    上傳用戶:lunshaomo

  •  給定能夠合法編譯的Java文件

     給定能夠合法編譯的Java文件,將其中的單行注釋去除后,將文件內容保存到磁盤上的同一目錄中,原文件名加上".clean"作為新文件名。  假設Java源代碼中不包含\uXXXX形式的Unicode碼,給定的Java源文件中不包含任何字符串,文件中只包含單行注釋

    標簽: 61550 Java 編譯

    上傳時間: 2013-11-25

    上傳用戶:hgy9473

  • The advantages of automation can be exploited in order to solve or to minimize the needs of manual

    The advantages of automation can be exploited in order to solve or to minimize the needs of manual approach. In order to support the development of survey accurate cadastral system, an automatic programming approach will be adopted. Database selection system will conduct several outliers integrity checking, rebuild cadastral spatial topology (cadastral lot) and make selfcorrection procedures based on cadastral survey concepts and mathematical model respective to the cadastral lots selected. This is to ensure that all cadastral lots are kept in a closed polygon and provide accurate and "clean" cadastral information.. This system was developed in windows environment.

    標簽: advantages automation exploited minimize

    上傳時間: 2017-04-29

    上傳用戶:520

  • CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` c

    CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` clean: rm -f *.o clist *.bak

    標簽: clist gtk-config cflags CC

    上傳時間: 2017-06-12

    上傳用戶:開懷常笑

  • Two scripts are included here. 1. convsys.m - combines the state space representation of two syst

    Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.

    標簽: representation included combines scripts

    上傳時間: 2017-07-25

    上傳用戶:semi1981

主站蜘蛛池模板: 阳东县| 开鲁县| 张家川| 会同县| 尚义县| 肃宁县| 丰原市| 乐陵市| 扎鲁特旗| 梁山县| 三都| 若尔盖县| 乌拉特后旗| 应城市| 鄂伦春自治旗| 周至县| 铁岭市| 八宿县| 石景山区| 阿拉善盟| 黄山市| 景谷| 潞西市| 芜湖县| 定陶县| 拉孜县| 望江县| 延吉市| 上虞市| 宜君县| 镇江市| 琼海市| 万盛区| 庄浪县| 昆山市| 厦门市| 博爱县| 海宁市| 周宁县| 柳河县| 眉山市|