Tài liệu Object Oriented Programming using C sharp ppt
... source code to execute on a particular machine ã compilation into machine-language object code ã direct execution of source code by interpreter program ã compilation into intermediate object code ... o. A car has a current speed and has a certain amount of fuel inside it. Speci c behaviour can also be associated with each object (things that you can do with it) :- a watch can be checked ... automatically at the end of every month) and could discipline any doctor guilty of misconduct – of course this would be true for other sta as well. More specically a manager could check that a doctor’s...
Ngày tải lên: 21/02/2014, 06:20
Win32 Programming Tutorial Tham khảo toàn diện về Con trỏ trong C/C++ ppt
Ngày tải lên: 29/06/2014, 08:20
Tài liệu Practical C Programming P2 pptx
... Turbo C+ + under MS-DOS Borland International makes a low-cost MS-DOS C+ + compiler called Turbo C+ +. This compiler will compile both C and C+ + code. We will describe only how to compile C code. ... their offerings is a C compiler called gcc. To compile a program using the gcc compiler use the following command line: % gcc -g -Wall -ohello hello .c The additional switch -Wall turns on the ... is: C: > bcc -ml -v -N -P -w -ehello hello .c The command-line options are the same for both Turbo C+ + and Borland C+ +. 2.3.3.5 Microsoft Visual C+ + Microsoft Visual C+ + is another C+ + /C compiler...
Ngày tải lên: 12/12/2013, 22:15
Tài liệu Hiển thị File Excel trong ASP.NET sử dụng C Sharp ppt
... chỉ thể hiện đư c File Excel trong C Sharp. Hy vọng c c bạn sẽ phát triển nâng cao lên, sao cho chương trình c thể đ c đư c tất c c c thể loại c a MS Office. Hiển thị File Excel trong ASP.NET ... này c 3 tham số truyền vào: Tên File, Chế độ mở File và tên c a DropDownList. Sau khi ta đã th c hiện xong bư c tách File Excel thành c c Sheet và chart, ta chỉ c n lựa chọn c c Sheet ho c c c ... sử dụng C Sharp M c đích c a bài viết này là làm thế nào để hiển thị chính x c giá trị hay nội dung c a c c Sheet, c lời chú thích trong một trang aspx. Điều này c thể rất c ích cho người...
Ngày tải lên: 13/12/2013, 01:16
Tài liệu Bài 1: C Sharp và kiến trúc .NET.C# cơ bản ppt
... c c á á c c ứ ứ ng ng d d ụ ụ ng ng trên trên windows windows Web Services: Web Services: cung cung c c ấ ấ p p c c á á c c d d ị ị ch ch v v ụ ụ cho cho website website C# v C# v à à ki ki ế ế n tr n tr ú ú c . c . NET. C# NET. C# c b c b ả ả n ... Classes C C á á c c l l ớ ớ p p c c b b ả ả n n đư đư ợ ợ c c cung cung c c ấ ấ p p b b ở ở i i Microsoft, Microsoft, cho cho ph ph é é p p th th ự ự c c thi thi h h ầ ầ u u h h ế ế t t c c á á c c t t á á c c v v ụ ụ thư thư ờ ờ ng ng g g ặ ặ p p – – C C á á c c th th ủ ủ t t ụ ụ c c tri tri ệ ệ u u g g ọ ọ i i đơn đơn gi gi ả ả n n . . – – Cho ... Specification – – CLS CLS ) ) – – T T ậ ậ p p con con c c ủ ủ a a CTS CTS m m à à t t ấ ấ t t c c ả ả c c á á c c ngôn ngôn ng ng ữ ữ đ đ ề ề u u ph ph ả ả i i h h ỗ ỗ tr tr ợ ợ Đ Đ ặ ặ c c t t í í nh nh c c ủ ủ a a IL: IL: – – H H ỗ ỗ tr tr ợ ợ hư hư ớ ớ ng ng đ đ ố ố i i tư tư ợ ợ ng ng v v à à giao giao ti ti ế ế p p :...
Ngày tải lên: 13/12/2013, 09:16
Tài liệu C Sharp part5 ppt
... chứa nội dung th c thi chương trình ho c c c thư viện động. Assembly c thể đư c chứa trong nhiều file. Assembly c ng c thể chứa metadata dùng để mô tả c c kiểu và phương th c đư c định nghĩa ... chứa phần mềm và chỉ đư c dùng cho phần mềm đó. Với phần mô tả này bạn c thể chứa đựng c c private assemblie cung c p cho một ứng dụng kiểu th c thi và một số thư việ n, c c thư viện này chứa ... trình C# Khi chương tŕnh đư c th c thi, CLR sẽ x c nhận đến c c Assembly manifest và quyền hạn chạy c a chương trinh trên hệ thống. Nếu hệ bảo vệ hệ thống kô cho phép chương trình ch ạy, chương...
Ngày tải lên: 15/12/2013, 02:15
Tài liệu C Sharp part13 pptx
... FileStream(this.FullPath, FileMode.Open, Fi leAccess .Read); ///Create byte array. Byte[] _oByte = new byte[1024]; ///Create UTF8Encoding. UTF8Encoding _oUTF8Encoding = new UTF8Encoding(); ///while filestream ... declare."); else{ ///check file exists, throw exception if it isn't exist. if (System.IO.File.Exists(this.FullPath)) { ///Create filestream with filemode open and fileaccess ... ///check file path. throw exception if is null or empty. if(this.FullPath == null || this.FullPath.Equals("")) ///throw exception. throw new Exception("Can not get content!...
Ngày tải lên: 15/12/2013, 02:15
Tài liệu Layout Manager trong C Sharp pptx
... // Chú ý rằng: Với c c điều khiển đư c chèn vào khung, c c ContainerBoxes sẽ. //Chèn tất c c c đ iều khiển mà gắn với chúng một c ch tự động. controlPane.Add(myTextBox, BorderLayout.Direction.North); ... //Đây sẽ là khung c c p cao nhất mà tất c c c điều khiển kh c sẽ đư c chèn vào. //Và c ng c thể thay đổi kích c theo. AreaPane controlPane = new ResizeablePane(this, ClientRectangle, new BorderLayout()); ... vi c sắp xếp c c điều khiển. public class CalculatorForm : Form { public CalculatorForm() { Size = new Size(200, 250); Text = "Calculator"; myCalculator = new Calculator();...
Ngày tải lên: 22/12/2013, 22:16
Tài liệu Socket Programming in C# Part 1 – Introduction pptx
... m_socListener.Listen (4); // create the call back for any client connections m_socListener.BeginAccept(new AsyncCallback ( OnClientConnect ),null); cmdListen.Enabled = false; } catch(SocketException se) ... simple code: byte[] m_DataBuffer = new byte [10]; IAsyncResult m_asynResult; public AsyncCallback pfnCallBack ; public Socket m_socClient; // create the socket public void OnConnect() { m_socClient ... connection by calling EndAccept. The EndAccept returns a socket object which represents the incoming connection. Here is the code for the callback delegate: public void OnClientConnect(IAsyncResult...
Ngày tải lên: 18/01/2014, 08:20
Tài liệu Programming C# Jesse Liberty Publisher pptx
... simple character while \u0041 is a Unicode character. Escape characters are special two-character tokens in which the first character is a backslash. For example, \t is a horizontal tab. The common ... user-defined types. Chapter 7 and Chapter 8 introduce Structs and Interfaces, respectively, both close cousins to classes. Structs are lightweight objects, more restricted than classes, that make ... const int Republican = 2; const int Libertarian = 3; const int NewLeft = 4; const int Progressive = 5; int myChoice = Libertarian; switch (myChoice) { case Democrat: Console.WriteLine("You...
Ngày tải lên: 19/01/2014, 14:20
Tài liệu Advanced Linux Programming: C Table of Signals ppt
... kill command. SIGCHLD Linux sends a process this signal when a child process exits. See Section 3.4.4,“Cleaning Up Children Asynchronously,” in Chapter 3,“Processes.” SIGXCPU Linux sends a process ... pointer” can cause a SIGSEGV. SIGPIPE The program has attempted to access a broken data stream, such as a socket connection that has been closed by the other party. SIGALRM The alarm system call schedules ... illegal instruction.This could indicate that the program’s stack is corrupted. SIGABRT The abort function causes the process to receive this signal. SIGFPE The process has executed an invalid floating-point...
Ngày tải lên: 21/01/2014, 07:20
Tài liệu Bài tập C sharp ppt
... System.Text; namespace BT_Chuong3 { /// </summary> /// <param name="cir">Other circle</param> public CCircle(CCircle cir) { this.center = new CPoint(cir.center); this.radius ... int chieuCao; public int ChieuCao { get { return chieuCao; } set { chieuCao = value; } } //Methods public CVeTamGiac() { hinhVe = new StringBuilder(); } public CVeTamGiac(int _chieuCao) ... System.Text; namespace BT_Chuong3 { class Program { static void Main(string[] args) { // Vẽ tam giac c c loại CVeTamGiac vtg = new CVeTamGiac(); Console.Write("Nhap chieu cao tam giac: "); ...
Ngày tải lên: 26/01/2014, 19:20