The C programming
-
The purpose of this study is to expand the understanding of IT student retention in Taiwan. Three objectives are proposed: (a) to identify at-risk students who are most likely to drop out; (b) to model Information System (IS) student retention; and (c) to inform intervention programs for at-risk students. The significance of this study is in serving to better inform faculties, staff and administrators of higher education institutions in turn to help strengthen the retention of IT students.
309p runthenight04 02-02-2023 8 3 Download
-
This paper presents the main characteristics of the method, along with some practical guidelines to apply it to the specific case of the MSFR; moreover, some initiating events are analyzed through the implementation of the LoD tool. The outcomes of this analysis drive the design evolution.
11p christabelhuynh 29-05-2020 14 1 Download
-
Schistosomiasis is an endemic disease in Egypt caused by the trematode Schistosoma which has different species. c the best known form of chronic disease with a wide range of clinical manifestations. The pathogenesis of schistosomiasis is related to the host cellular immune response. This leads to granuloma formation and neo angiogenesis with subsequent periportal fibrosis manifested as portal hypertension, splenomegaly and esophageal varices. Intestinal schistosomiasis is another well identified form of chronic schistosomal affection.
8p kethamoi1 17-11-2019 29 2 Download
-
Bài giảng Nhập môn lập trình do Võ Quang Hoàng Khang biên soạn sẽ giúp các bạn hiểu được: Tại sao chúng ta lập trình, tại sao C được chọn, mục tiêu môn học, công cụ, tài liệu tham khảo, yêu cầu khóa học, học như thế nào, getting/Installing Programming Tool.
8p kyniemchieumua_09 14-12-2017 101 3 Download
-
Nếu ổ C trên máy tính của bạn bị đầy, có thể bạn sẽ cần đến phần mềm miễn phí SymMover để "sơ tán" các chương trình đã cài trên đó sang ổ đĩa khác mà vẫn đảm bảo hoạt động. Hầu hết các chương trình mặc định cài đặt vào ổ đĩa C:\Program Files. Tuy nhiên, nếu ổ đĩa C đầy, bạn thường chọn giải pháp gỡ bỏ hoặc cài lại chương trình lên ổ đĩa khác. Quá trình gỡ bỏ và cài đặt lại khiến bạn mất không ít thời gian, chưa kể cài xong bạn còn phải...
6p sunshine_10 28-07-2013 81 4 Download
-
Developed by Sun Microsystems (James Gosling) A general-purpose object-oriented language Based on C/C++ Designed for easy Web/Internet applications Widespread acceptance Simple fixes some clumsy features of C++ no pointers automatic garbage collection rich pre-defined class library Object oriented focus on the data (objects) and methods manipulating the data all functions are associated with objects almost all data types are objects (files, strings, etc.) potentially better code organization and reuse...
14p huanltgc00061 05-05-2013 72 3 Download
-
We developed caitra, a novel tool that aids human translators by (a) making suggestions for sentence completion in an interactive machine translation setting, (b) providing alternative word and phrase translations, and (c) allowing them to postedit machine translation output. The tool uses the Moses decoder, is implemented in Ruby on Rails and C++ and delivered over the web. We are at the beginning of a research program to explore the benefits of these different types of aid to human translators, analyze user interaction behavior, and develop novel types of assistance. ...
4p hongphan_1 15-04-2013 60 2 Download
-
I have noticed over the years that students have great deal of difficulty dealing with composite and abstract data types. Therefore we are going spend an extra lab review material we have already learned. Vector data type, a variation of array, will be introduced as well. Vector data type (Vector Class) can be used when you need an array that grows dynamically. However, C++ does not allow us to declare size of an array dynamically like some other languages. It is important for you to declare the maximum size you will need. Suppose you are writing a program to keep...
7p linhtk93 15-04-2013 57 2 Download
-
When instructions within a program are executed one after the other sequentially that program is said to have a linear structure. Decision making after examining all available options is very important in life as well as in programming. For example, it is the law that all males 18 or older should register with the selective service. If you are writing a program to send out reminders to enforce this law, the decision to send the letter should be based on if a person is male and if he is 18 or older. In this chapter you will learn how to...
8p linhtk93 15-04-2013 84 3 Download
-
Task A executes and starts to write the string “Hello world” to the LCD. Task A is pre-empted by Task B after outputting just the beginning of the string – “Hello w”. Task B writes “Abort, Retry, Fail?” to the LCD before entering the Blocked state. Task A continues from the point at which it was preempted and completes outputting the remaining characters – “orld”. The LCD will now be displaying the corrupted string “Hello wAbort, Retry, Fail?orld”. Read, Modify, Write Operations /* The C code being compiled. */ 155: PORTA |= 0x01; /* The assembly code produced. */ LDR R0,[PC,#0x0070] ;...
19p la_la123 04-04-2013 55 9 Download
-
FreeRTOS cho phép s d ng ng t. T t c các API có tên k t thúc b ng “FromISR” ho c “FROM_ISR” thì ñư c s d ng trong ISR. .Binary semaphore use for synchronization Binary semaphore use for synchronization BÙI QU C B O 2 .Binary semaphore use for synchronization Binary semaphore use for synchronization BÙI QU C B O 3 .Binary semaphore use for synchronization Binary semaphore use for synchronization BÙI QU C B O 4 .
18p la_la123 04-04-2013 54 6 Download
-
Để bắt đầu, bạn bấm chuột phải vào tập tin thực thi exe của chương trình và chọn Properties. Nếu đã cài đặt một chương trình nào đó, chúng có thể nằm trong các thư mục C:\Program Files, C:\Program Files (x86) hoặc thư mục AppData. Bạn có thể truy cập vào thư mục AppData bằng cách mở hộp thoại Run và gõ vào %appdata%. Ví dụ: ứng dụng Google Talk khi cài đặt trên Windows 8 sẽ được đưa đến thư mục AppData theo đường dẫn C:\Users\Tên_sử_ dụng\AppData\Roaming thay vì Program Files như truyền thống. Theo mặc định, bạn không...
3p bibocumi34 19-03-2013 83 5 Download
-
Choose the best answer for each question. 1) As a system administrator, you are instructed to backup all the users’ home directories. Which of the following commands would accomplish this? a) tar xvf usersbackup.tar /home/ b) tar cvf usersbackup.tar /home/ c) tar cvf usersbackup.tar /home/usr/
5p anhchangxuixeo1002 14-03-2013 74 7 Download
-
Nếu đã đọc phần một của chuỗi bài này thì bạn đã biết cách cài đặt thư viện giám sát Hyper-V. Bây giờ là lúc gặt hái thành quả từ quá trình cài đặt bằng cách giám sát Hyper-V từ PowerShell. Mỗi lần mở PowerShell, bạn sẽ phải nhập thư viện giám sát Hyper-V trước khi có thể sử dụng bất cứ lệnh nào dưới đây. Câu lệnh để nhập thư viện giám sát là: Import-Module “C:\Program Files\Modules\Hyperv\Hyperv.psd1” Các lệnh giám sát cơ bản Thư viện giám sát Hyper-V hỗ trợ rất nhiều câu lệnh, dưới đây là một số câu lệnh cơ...
3p bibocumi29 24-01-2013 92 8 Download
-
We exhibit a counterexample to Elliott’s classification conjecture for simple, separable, and nuclear C∗ -algebras whose construction is elementary, and demonstrate the necessity of extremely fine invariants in distinguishing both approximate unitary equivalence classes of automorphisms of such algebras and isomorphism classes of the algebras themselves.
17p dontetvui 17-01-2013 71 6 Download
-
The purpose of this paper is to carry out the abelianization program proposed by Atiyah [1] and Hitchin [9] for the geometric quantization of SU(2) Wess-Zumino-Witten model. Let C be a Riemann surface of genus g. Let Mg be the moduli space of semi-stable rank 2 holomorphic vector bundles on C with trivial determinant. For a positive integer k, let Γ(Mg , Lk ) be the space of holomorphic sections of the k-th tensor product of the determinant line bundle L on Mg . An element of Γ(Mg , Lk ) is called a rank 2 theta function...
50p noel_noel 17-01-2013 60 8 Download
-
Theo khoa học máy tính, thư viện là một thuật ngữ dùng để chỉ các tài nguyên (resources) dùng để phát triển phần mềm (software) hay chương trình (program). Các tài nguyên này có thể là các chương trình con (sobroutine), các class, các biến hay hằng số đã được xây dựng sẵn. Nói một cách đơn giản, chúng ta có thể xem chương trình là một đoạn chương trình đã được viết sẵn. Trong đoạn chương trình đó đã khai báo và xây dựng các biến, hằng số, các hàm và các class. Khi xây dựng một chương trình...
9p dangkhoa1612 04-12-2012 199 39 Download
-
Basic elements of program Input – Initialize, define or assign numerical values to variables. Set of command expressions – Operations applied to input variables that lead to the desired result. Output – Display (graphically or numerically) result.An example of technical computinAn example of technical computing Let us consider using the hyperbolic tangent to model a downhill section of a snowboard or snow ski facility. Let us first examine the hyperbolic tangent function by executing the command: ezplot( ‘tanh(x)’ )...
17p feteler 27-11-2012 59 2 Download
-
Hướng dẫn sử dụng trình duyệt Web 64bit trên Windows (Phần 2) .Bạn vẫn có thể ghim bản 64bit vào thanh tác vụ hay thêm biểu tượng tắt (shortcut) của nó trên màn hình desktop. .Nếu muốn thiết lập IE 64bit làm chương trình mặc định cho loại file nào đó như những file .htm, ta cần biết vị trí của trình duyệt. Phiên bản 64bit được đặt tại đường dẫn C:\Program Files\Internet Explorer\iexplore.exe, trong khi phiên bản 32bit đặt tại C:\Program Files (x86)\Internet Explorer\iexplore.exe. .Google Chrome Google Chrome chỉ có một phiên bản 64bit cho Linux. Dựa theo trang web dự án Chromium,...
8p tieuyeuquai456 07-10-2012 111 10 Download
-
ĐH CNKT ĐIỆN TỬ TRUYỀN THÔNG K5 Giảng viên: Kiều Xuân Thực Khoa Điện tử Đại học công nghiệp Hà Nội 2. 2 Barry B Brey “The Intel microprocessor 8086/8088 80186 B. Brey, The 8086/8088, /80188, 80286, 80386, 80486, Pentium, Pentium Pro – Architecture, Programming and Interfacing”, Practice Hall, 4th edition 1997 edition, 1997. 3. M.M. Mano, C. R. Kime, “Logic and computer design g p g fundamentals”, Practice Hall, 2004.
8p khunglongi 05-10-2012 197 43 Download