Network Programming
-
The purpose of the dissertation is to test and use different accuracy assessment methods to evaluate the improvement of grid DEMs accuracy when increasing resolution by popular resampling methods. Currently and building the algorithm and programs to increase the spatial resolution and accuracy of the grid DEM using Hopfield neural networks. Objects of the study are grid DEMs which are built from different methods such as: LiDar DEM, contour and field measurements. The scope of the study includes the spatial resolution and accuracy of the above grid DEMs.
25p dolphintaletale 23-04-2021 33 6 Download
-
"Đề cương chi tiết học phần Lập trình mạng nâng cao (Advance Network Programming)" trình bày các kiến thức cơ sở liên quan đến các đối tượng chính yếu trong lĩnh vực lập trình mạng, từ đó giúp sinh viên hiểu về hoạt động xây dựng phần mềm một cách có hệ thống, có phương pháp...
10p hoangcanhminh_111191 23-12-2020 40 3 Download
-
Tài liệu này thông tin đến các bạn cái nhìn tổng quát về học phần "Đề cương chi tiết học phần Lập trình mạng (Network Programming)" bao gồm thời gian, phân bố chương trình, tóm tắt nội dung, các yêu cầu cần thiết để học tập môn học này hiệu quả hơn.
10p hoangcanhminh_111191 23-12-2020 94 4 Download
-
In this thesis, we investigate the problem of IoT services deployment in Cloud-Fog system to provide IoT services with minimal resource usage cost. We for-mulate the problem using a Mixed-Integer Linear Programming model taking into account the characteristics of computing and transmission resources in Cloud-Fog system as well as the IoT services specific requirements.
55p tamynhan0 04-07-2020 13 3 Download
-
This paper presents that lately call the sky toll with High Throughput Satellite (HTS) technology can be the best solution, especially in supporting government programs in accelerating the internet into the village.
9p lucastanguyen 01-06-2020 11 2 Download
-
The purpose of this research was to formulate strategies and models of institutional strengthening through local farmer groups and capital strengthening through the intermediation of Sharia Financial Institution (SFI) with linkage program.
13p guineverehuynh 17-06-2020 15 2 Download
-
In this paper, one-stage and two-stage nonlinear programming problems are investigated in order to evaluate the efficiency of two types of network data envelopment analysis model.
14p tohitohi 22-05-2020 15 1 Download
-
In this paper, supply chain reliability was investigated in a two-stage stochastic programming model to design reliable closed-loop green four-echelon forward/backward supply chain networks.
16p tohitohi 22-05-2020 58 1 Download
-
Software-defined networking aims to change the inflexible state networking, by breaking vertical integration, separating the network’s control logic from the underlying routers and switches, promoting (logical) centralization of network control, and introducing the ability to program the network. Consequently, SDN is an important key for resolving aforementioned difficulties.
130p cotithanh000 07-10-2019 29 5 Download
-
Bài giảng chương 1 giới thiệu các mô hình lập trình mạng. Nội dung chính được trình bày trong chương gồm có: Tổng quan về lập trình mạng, giao thức Internet. Mời các bạn cùng tham khảo.
17p tieu_vu16 03-01-2019 53 9 Download
-
Chương 4 - MFC Socket. Chương 4 trình bày những nội dung chính sau: Giới thiệu về MFC (Microsoft Foundation Classes), CSocket, CAsyncSocket. Mời các bạn cùng tham khảo để biết thêm chi tiết.
15p tieu_vu16 03-01-2019 43 6 Download
-
In this chapter we discuss our first client/server application program, Dynamic Host Configuration Protocol (DHCP). This application is discussed first because it is the first client/server application program that is used after a host is booted. In other words, it serves as a bootstrap when a host is booted and supposed to be connected to the Internet, but the host does not know its IP address.
11p tangtuy09 26-04-2016 75 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 56 4 Download
-
Dưới đây là bài giảng Java Network Programming do Nguyễn Quang Hùng biên soạn. Mời các bạn tham khảo bài giảng để nắm bắt những nội dung về lập trình mạng trên Java. Bài giảng phục vụ cho các bạn chuyên ngành Công nghệ thông tin và những bạn quan tâm tới lĩnh vực này.
12p cocacola_06 04-11-2015 72 4 Download
-
Manipulating URLs URL is an acronym for Uniform Resource Locator and is a reference (an address) to a resource on the Internet. Sample structure of a URL. The resource name part may contain: host name, file
15p huanltgc00061 05-05-2013 51 4 Download
-
Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for data communication between devices. A communication architecture, therefore, defines a standard for the communicating hosts. A programmer formats data in a manner defined by the communication architecture and passes it on to the communication software. Separating communication functions adds flexibility, for example, we do not need to modify the entire host software to include more communication devices....
18p doanhung_dtvtk10 19-03-2013 69 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
-
IEEE 802.11 is a set of standards for implementing wireless local area network (WLAN) computer communication in the 2.4, 3.6, 5 and 60 GHz frequency bands. They are created and maintained by the IEEE LAN/MAN Standards Committee (IEEE 802). The base version of the standard was released in 1997 and has had subsequent amendments. These standards provide the basis for wireless network products using the Wi-Fi brand.
18p muathu_102 28-01-2013 57 5 Download
-
The Web has become the visible interface of the Internet Many corporations now use the Web for advertising, marketing and sales Web servers might be easy to use but… Complicated to configure correctly and difficult to build without security flaws They can serve as a security hole by which an adversary might be able to access other data and computer systems
19p muathu_102 28-01-2013 47 4 Download
-
Raw Sockets let you program at just above the network (IP) layer You could program at the IP level using the IP API but you can’t get at ICMP Raw Sockets expose ICMP you get a Raw Packet and populate the entire packet yourself for high level protocols like TCP and UDP you lose all of the functionality implemented in those layers choosing to use a Raw Socket must be weighed carefully Raw Sockets can be dangerous Raw Sockets can be against the law http://www.kumite.com/rsnbrgr/rob/grcspoof/cnn/ ...
9p muathu_102 28-01-2013 45 3 Download