Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, Support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powerful, dynamic list box that handles a mix of widget types. It is flexible, modular, and leaves the developer in control.
標簽: applications including features console
上傳時間: 2013-12-16
上傳用戶:refent
JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that Support: * configuration and dependency management code * a general logging framework * text utilities * user interface classes for displaying information about applications * custom layout managers * a date chooser panel * serialization utilities JCommon is licensed under the terms of the GNU Lesser General Public Licence (LGPL) version 2.1 or later.
標簽: JFreeChart Reporting JCommon Pentaho
上傳時間: 2017-04-23
上傳用戶:ynzfm
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
AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. This includes the three elements: - the Ada compiler - the Ada run time system - the AVR Support library Some sample programs are provided as well.
標簽: microcontrollers the includes AVR-Ada
上傳時間: 2017-05-06
上傳用戶:lacsx
Lazarus is a free and open source development tool for the FreePascal Compiler. The purpose of the project is to serve as a Code Repository, Wiki Knowledgebase and Support site for converting existing components and libraries to work with Lazarus and FPC
標簽: development FreePascal the Compiler
上傳時間: 2013-12-20
上傳用戶:wang5829
使用TWAIN讀取掃描儀的圖像。In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in Support for TWAIN. So we have to work with the interop methods of .NET to access this API. This article doesn t explain this interop techniques, and good knowledge of the TWAIN 1.9 specifications is assumed! The sample code included doesn t present a finished library, only some essential steps for a minimal TWAIN adaption to .NET applications.
標簽: TWAIN applications scanning Windows
上傳時間: 2013-12-25
上傳用戶:3到15
To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software development, testing and evolution To explain the Rational Unified Process model To introduce CASE technology to Support software process activities
標簽: process models introduce describe
上傳時間: 2013-12-07
上傳用戶:dbs012280
SVDD的工具箱,可以很好的處理一類分類問題,詳見Support Vector Data Description一文
上傳時間: 2014-03-01
上傳用戶:songrui
一款Java實現的HTTP代理服務器,兼容HTTP/1.1,支持SSL鏈接。RabbIT可以通過過濾背景圖片,降低圖片的解析率來加速網絡瀏覽的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, Support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed of Web browsers.
上傳時間: 2017-06-11
上傳用戶:hebmuljb
//顏色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not Support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) init_pair(5, COLOR_MAGENTA, COLOR_BLACK) init_pair(6, COLOR_BLUE, COLOR_BLACK) init_pair(7, COLOR_YELLOW, COLOR_BLACK) //寫字符串 for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i)) printw("color pair d in normal mode\n", i) } for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i) | A_BLINK | A_UNDERLINE) printw("color pair d in normal mode\n", i) }
標簽: start_color has_colors Terminal endwin
上傳時間: 2014-01-14
上傳用戶:vodssv