Linux in a Nutshell, 5th Edition By Stephen Figgins, Robert Love, Arnold Robbins, Ellen Siever, Aaron Weber ... ... ... ... ... ... ... ..... Publisher: O Reilly Pub Date: July 2005 ISBN: 0-596-00930-5 Pages: 944 Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friendly and more powerful as a back-end system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don t consider themselves computer gurus.
標簽: Nutshell Edition Figgins Stephen
上傳時間: 2015-12-03
上傳用戶:frank1234
This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
標簽: file executable the consists
上傳時間: 2013-12-17
上傳用戶:asddsd
圖形顯示技巧,這是其中一段代碼 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end
標簽: procedure TBitmap TObject Button
上傳時間: 2016-01-18
上傳用戶:comua
Session 1: common and useful built-in Mathematica functions variable assignment and function definition the Front End and the Kernel Notebooks. Session 2: organisation of data in Mathematica lists and expressions simple programming functions nesting. Session 3: the opportunity to develop your proficiency as a Mathematica user through work on an extended problem Case Studies Mathematica resources on the Internet.
標簽: Mathematica assignment and functions
上傳時間: 2013-12-27
上傳用戶:362279997
These Simulink blocks contain transfer functions that model the pressure and flow transients for axisymmetric 2D viscous flow of a compressible fluid in a straight rigid circular cross section pipelines. Three models are available: (1) pressures at the ends (2) flow rates at the ends (3) pressure at one end and flow rate at the other Filtering is incorporated to reduce numerical oscillation (Gibbs phenomenon). See J. Dyn. Systems, Meas. & Control vol 122 (2000) pp. 153-162.
標簽: transients functions Simulink transfer
上傳時間: 2014-01-22
上傳用戶:Shaikh
3、使用如下命令更改密碼: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出現Enter Password的提示后輸入原來的密碼oldpass即可。 讀者可以嘗試其它所有本章介紹的方法。 4、首先以root用戶的身份連接到服務器: shell> mysql -u root -p Enter password:******* 出現Enter password提后輸入root用戶的密碼,然后即進入mysql客戶機的交互模式,可以看到下面的提示: Welcome to the MySQL monitor. Commands end with or \g. Your MySQL connection id is 4 to server version: 3.23.25-beta-log Type help or \h for help. Type \c to clear the buffer mysql> 然后發布查詢,直接鍵入題目中的語句: mysql> SELECT User,Host FROM mysql.user
標簽: Enter mysqladmin Password password
上傳時間: 2016-03-17
上傳用戶:talenthn
As information technology is more and more in-depth and wide range of applications, management information system has been gradually implemented in the technical maturity. Management Information System is a continuous development of new disciplines. Library Management System is a typical management information system (MIS), the development includes the background of the establishment and maintenance of database and front-end application development aspects. Database requested data consistency, integrity and the security of the data, and front-end applications require complete functions, such as easy-to-use. After analysis, I chose companies MICROSOFT VISUAL BASIC and Access prospects were as database development tools and background. With the provision of the various object-oriented development tools, in particular the data window convenient and simple objects developed intelligent customer satisfaction systems.
標簽: more applications information technology
上傳時間: 2013-11-29
上傳用戶:xymbian
Make Text-Overflow work on both IE and Firefox If the text inside each line exceed the width of each line, then you will see "..." (ellipsis) shows up at the end of each line. Try to resize the window or change the font size to see if "..." (ellipsis) will show up or disappear. Demo - Listing
標簽: Text-Overflow the Firefox inside
上傳時間: 2013-12-18
上傳用戶:lgnf
300 km 傳輸線和功率補償仿真 The circuit below represents an equivalent power system feeding a 300 km transmission line. The line is compensated by a shunt inductor at its receiving end. A circuit breaker allows energizing and de-energizing of the line. To simplify matters, only one of the three phases is represented. The parameters shown in the figure are typical of a 735 kV power system.
標簽: equivalent represents 300 transmis
上傳時間: 2016-07-14
上傳用戶:15736969615
A semantic session analysis method partitioning Web usage logs is presented.Semantic W eb usage log preparation model enhances usage logs with semantic.The M arkov chain mode1 based on ontology semantic measurement is used to identi. ing which active session a request should belong to.The corn— petitive method is applied to determine the end of the sessions. Compared with other algorithms,more successfu1 sessions are additionally detected by semantic outlier analysis.
標簽: usage partitioning presented semantic
上傳時間: 2016-08-06
上傳用戶:gxrui1991