Programming code
-
Bài giảng Kỹ thuật lập trình (Programming technique): Chương 7, chương này cung cấp cho học viên những nội dung về: hiệu năng của chương trình và code tuning; các phương pháp code tuning; cải thiện hiệu năng thông qua cải thiện mã nguồn; các kỹ thuật tinh chỉnh mã nguồn;... Mời các bạn cùng tham khảo chi tiết nội dung bài giảng!
50p duonghoanglacnhi 07-11-2022 16 4 Download
-
This paper investigated the names given to Thai local community products and provides a description of the use of the English language in naming products in Thailand. The business names of Thai local products under the program One Tambon One Product (OTOP) were selected for analysis, focusing on language characteristics and semantic appropriateness by using onomastics to some extent.
6p guernsey 28-12-2021 15 0 Download
-
In this paper, an analysis of the Integral Inherently Safe LWR design (I2S-LWR), a reactor concept developed by an international collaboration led by the Georgia Institute of Technology, within a US DOE Nuclear Energy University Program (NEUP) Integrated Research Project (IRP) is considered.
9p christabelhuynh 30-05-2020 16 2 Download
-
This chapter is an introduction to the application layer. In the next eight chapters we introduce common client-server applications used in the Internet. In this chapter, we give a general picture of how a client-server program is designed and give some simple codes of their implementation. The area of network programming is a very vast and complicated one; it cannot be covered in one chapter. We need to give a bird’s-eye view of this discipline to make the contents of the next eight chapters easier to understand.
20p tangtuy09 26-04-2016 55 3 Download
-
JavaScript is the most popular programming language in the world. JavaScript is the language for the web, for HTML, for servers, PCs, laptops, tablets, cell phones, and more. In this lecture, we will learn: JavaScript functions and events, External JavaScripts, JavaScript output, JavaScript syntax,... Inviting you to refer.
62p youcanletgo_02 07-01-2016 59 5 Download
-
Bài giảng "Tăng hiệu quả chương trình và phong cách lập trình" cung cấp cho người học các kiến thức: Efficient programs, dùng chỉ thị chương trình dịch, static variables, tính toán trước các giá trị, sử dụng các biến đổi số học,... Mời các bạn cùng tham khảo.
95p doinhugiobay_05 01-12-2015 70 4 Download
-
Chapter 2 introduction to the variables - constants – expressions - flow control - methods. In this chapter you will learn: Basic C# syntax variables, constants, expressions; how to branch code, loop code; how to write and call method; how to catch an exception.
68p kiepnaybinhyen_01 01-12-2015 40 2 Download
-
Mã độc hại (Maliciuos code) là một chương trình được chèn một cách bí mật vào hệ thống với mục đích làm tổn hại đến tính bí mật, tính toàn vẹn hoặc tính sẵn sàng của hệ thống. Trong bài giảng này sẽ trình bày đặc điểm của một số loại mã độc hại như: Virus, worms, zoombie, trojan horses, logic bomb, spyware,... Mời tham khảo.
22p namthangtinhlang_00 29-10-2015 183 41 Download
-
Bài giảng "Vi xử lý - Chương 3.9: System và program developments of 8051" giới thiệu tới người đọc các nội dung: Flowcharts, pseudo code, The development environment, intel hexadecimal format, integration and verification, hardware development, designing software,... Mời các bạn cùng tham khảo nội dung chi tiết.
48p nhansinhaoanh_03 22-10-2015 82 6 Download
-
Bài giảng "Programming technique - Chương 3: Viết code hiệu quả" trình bày các nội dung: Dùng chỉ thị chương trình dịch, tính toán trước các giá trị, dịch chuyển những biểu thức bất biến ra khỏi vòng lặp, tính Sigmoid, những quy tắc cơ bản Fundamental Rules, tối ưu đoạn code,... Mời các bạn cùng tham khảo nội dung chi tiết.
94p nhasinhaoanh_09 13-10-2015 75 4 Download
-
There are many contents in this document: Digital Signal Processing Research Program, dvanced Telecommunications and Signal Processing Program, Combined Source and Channel Coding for High Definition Televisio.
16p vinh811 14-05-2014 92 3 Download
-
RAM= Random Access Memory (bộ nhớ truy cập ngẫu nhiên) ROM= Read Only Memory M= Mask Programmed (được lập trình bằng che mặt nạ) P = Programmable (lập trình được, khả lập trình) EP = Erasable and Programmable EEP = Electrically Erasable and Programmable (xóa và lập trình bằng điện) PLD = Programmable Logic Device PLA = Programmable Logic Array (mảng logic lập trình được) PAL = Programmable Array Logic (logic mảng lập trình được) LCA = Logic Cell Array (Mảng tế bào logic)...
27p vanmanh1008 24-06-2013 80 12 Download
-
Object-oriented programming (OOP), inheritance is a way to establish Is-a relationship between objects.[note 1] It is often confused as a way to reuse the existing code which is not a good practice because inheritance for implementation reuse leads to Tight Coupling. Re-usability of code is achieved through composition
84p sakuraphuong 04-06-2013 65 3 Download
-
The Java standard APIs are shown in HTML output at http://java.sun.com/j2se/1.4.2/docs/api/index.html. It’s generated from the documentation comments (doc comments). Documentation comments are special comments in the source code that are delimited by the /** ... */ delimiters. The JDK contains a tool named javadoc to generate HTML documentation from documentation comments in your source file. The javadoc utility extracts information for the following items Public classes and interfaces Public and protected methods Public and protected fields Packages...
20p huanltgc00061 05-05-2013 50 3 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
-
This paper describes the use of an on-line system to do word-sense ambiguity resolution and content analysis of English paragraphs, using a system of semantic analysis programmed in Q32 LISP 1.5. The system of semantic analysis comprises dictionary codings for the text words, coded forms of permitted message, and rules producing message forms in combination on the basis of a criterion of semantic closeness. All these can be expressed as a single system of rules of phrase-structure form.
14p nghetay_1 06-04-2013 54 3 Download
-
HAVING STARTED WORK on mechanical translation, we arrived at the conclusion that both the lexical meaning and the morphological shape of the word can and should be utilized in analyzing the text, and that for purposes of translation it is impractical to omit the information which can be thus obtained. The utilization of the lexical meanings of words as well as of their contexts may also affect problems of coding. These questions are extremely important to automatic translation. We based our work on the following principles: 1.
0p nghetay_1 06-04-2013 82 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 54 9 Download
-
Autodesk Robot Structural Analysis Professional Comprehensive analysis for your structural projects.
Autodesk Robot™ Structural Analysis Professional software is a collaborative, versatile, and faster software application that can help you compete and win in the global economy. Purpose-built for BIM, Autodesk Robot Structural Analysis Professional calculates even your more complex models with powerful finite element auto-meshing, nonlinear algorithms, and a comprehensive collection of design codes to help you achieve results in minutes, not hours.
6p nguyennam129 23-03-2013 189 32 Download
-
Cái gì gọi các hoạt động của CPU? Hệ thống bó (Batch system): jobs Time-shared systems: user programs, tasks Các hoạt động là tương tự = gọi là process Quá trình (process) một chương trình đang thực thi Một quá trình bao gồm Text section (program code), data section (chứa global variables) program counter (PC), process status word (PSW), stack pointer (SP), memory management registers,…
27p tet0202 19-02-2013 37 3 Download