期刊文献+
共找到8篇文章
< 1 >
每页显示 20 50 100
Using TCP/IP Programming to Realize the Communication among Different Network Platforms 被引量:1
1
作者 ZHANGChang-li SHENWei-zheng FANGJun-long 《Journal of Northeast Agricultural University(English Edition)》 CAS 2004年第1期77-79,共3页
This paper mainly introduces about how to use socket to design network program which can transfer data in different network platform in terms of TCP/IP Network Programming Standard.
关键词 TCP/IP SOCKET Network programming
下载PDF
The Construction of Linux System and Network Programming Course to Develop Engineering Ability 被引量:1
2
作者 Haitao Dong GuoBing Ma 《计算机教育》 2020年第12期107-113,共7页
To meet society’s needs for undergraduate students to have engineering skills and to develop students’ability to operate Linux and engage in network software development,this paper proposes the construction of a new... To meet society’s needs for undergraduate students to have engineering skills and to develop students’ability to operate Linux and engage in network software development,this paper proposes the construction of a new specialized course for network engineering major--Linux system and network programming.This paper analyzes the course’s advantages,presents the contents of this course,designs a series of teaching methods aimed at improving students’engineering ability,proposes a course assessment method that will encourage students to practice,lists the development requirements for an examination software designed for this course,and finally,presents the results of our practice in teaching this course. 展开更多
关键词 Linux teaching Linux network programming development of engineering ability course construction.
下载PDF
Resource-constrained maximum network throughput on space networks 被引量:1
3
作者 Yanling Xing Ning Ge Youzheng Wang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2015年第2期215-223,共9页
This paper investigates the maximum network through- put for resource-constrained space networks based on the delay and disruption-tolerant networking (DTN) architecture. Specifically, this paper proposes a methodol... This paper investigates the maximum network through- put for resource-constrained space networks based on the delay and disruption-tolerant networking (DTN) architecture. Specifically, this paper proposes a methodology for calculating the maximum network throughput of multiple transmission tasks under storage and delay constraints over a space network. A mixed-integer linear programming (MILP) is formulated to solve this problem. Simula- tions results show that the proposed methodology can successfully calculate the optimal throughput of a space network under storage and delay constraints, as well as a clear, monotonic relationship between end-to-end delay and the maximum network throughput under storage constraints. At the same time, the optimization re- sults shine light on the routing and transport protocol design in space communication, which can be used to obtain the optimal network throughput. 展开更多
关键词 throughput disruption-tolerant networking(DTN) maximum flow mixed-integer linear programming evolving graph space network
下载PDF
TRANSPORTATION NETWORKS:OLD AND NEW
4
作者 LIU YANPEI(Department of Mathematics,Northern Jiaotong University, Beijing 100044) 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 1996年第3期251-272,共22页
This paper shows a number of Problems in pure and applied mathematicsthat are solved by constructing transportation networks.Moreover,it also shows thatall the solutions are characterized by forbidden configurations w... This paper shows a number of Problems in pure and applied mathematicsthat are solved by constructing transportation networks.Moreover,it also shows thatall the solutions are characterized by forbidden configurations which are not minors.However,all the characterizations are much related to the graphic method which wasfound by Chinese for solving a kind of the transportation problem in the fifties. 展开更多
关键词 Mathematical programming transportation problem network graphic method forbidden configuration.
下载PDF
New Latency Model for Dynamic Frequency Scaling on Network-on-Chip 被引量:1
5
作者 Sheng-Nan Li Wen-Ming Pan 《Journal of Electronic Science and Technology》 CAS 2014年第4期361-365,共5页
Modulating both the clock frequency and supply voltage of the network-on-chip (NoC) during runtime can reduce the power consumption and heat flux, but will lead to the increase of the latency of NoC. It is necessary... Modulating both the clock frequency and supply voltage of the network-on-chip (NoC) during runtime can reduce the power consumption and heat flux, but will lead to the increase of the latency of NoC. It is necessary to find a tradeoff between power consumption and communication latency. So we propose an analytical latency model which can show us the relationship of them. The proposed model to analyze latency is based on the M/G/1 queuing model, which is suitable for dynamic frequency scaling. The experiment results show that the accuracy of this model is more than 90%. 展开更多
关键词 Dynamic programming network latency model NETWORK-ON-CHIP power budgeting regression.
下载PDF
Java Parallel Implementations of Kohonen Self-Organizing Feature Maps
6
作者 杨尚明 胡洁 《Journal of Electronic Science and Technology of China》 2004年第2期29-35,共7页
The Kohonen self-organizing map (SOM) is an important tool to find a mapping from high-dimensional space to low dimensional space. The time a SOM requires increases with the number of neurons. A parallel implementatio... The Kohonen self-organizing map (SOM) is an important tool to find a mapping from high-dimensional space to low dimensional space. The time a SOM requires increases with the number of neurons. A parallel implementation of the algorithm can make it faster. This paper investigates the most recent parallel algorithms on SOMs. Using Java network programming utilities, improved parallel and distributed system are set up to simulate these algorithms. From the simulations, we conclude that those algorithms form good feature maps. 展开更多
关键词 SOM parallel and distributed system Java network programming
下载PDF
A Hybrid Set of Complexity Metrics for Large-Scale Object-Oriented Software Systems 被引量:2
7
作者 马于涛 何克清 +2 位作者 李兵 刘婧 周晓燕 《Journal of Computer Science & Technology》 SCIE EI CSCD 2010年第6期1184-1201,共18页
Large-scale object-oriented(OO) software systems have recently been found to share global network characteristics such as small world and scale free,which go beyond the scope of traditional software measurement and ... Large-scale object-oriented(OO) software systems have recently been found to share global network characteristics such as small world and scale free,which go beyond the scope of traditional software measurement and assessment methodologies.To measure the complexity at various levels of granularity,namely graph,class(and object) and source code,we propose a hierarchical set of metrics in terms of coupling and cohesion-the most important characteristics of software,and analyze a sample of 12 open-source OO software systems to empirically validate the set.Experimental results of the correlations between cross-level metrics indicate that the graph measures of our set complement traditional software metrics well from the viewpoint of network thinking,and provide more effective information about fault-prone classes in practice. 展开更多
关键词 complexity metrics quality analysis and evaluation object-oriented programming reverse engineering complex networks
原文传递
A GENERATOR AND A SIMPLEX SOLVER FOR NETWORK PIECEWISE LINEAR PROGRAMS
8
作者 孙捷 《Acta Mathematicae Applicatae Sinica》 SCIE CSCD 1994年第2期177-185,共9页
This is a brief report on our recent work in network piecewise linear programming (NPLP),and it consists of two parts. In the first park, we describe a generator for NPLP problems which is derived from the classical n... This is a brief report on our recent work in network piecewise linear programming (NPLP),and it consists of two parts. In the first park, we describe a generator for NPLP problems which is derived from the classical network linear program generator NETGEN. The generator creates networks of the same topological structures as NETGEN, but each arc is associated with a convex piecewise linear cost. The purpose of this program is to provide a set of standard test problems which can be used to compare the performance of various algorithms for NPLP. In the second part,we introduce a network simplex method that directly solves a network piecewise linear program without reformulating it as a network linear program of higher dimension. Forty benchmark NPLP problems are solved by this method and a reformulation method. The computational results are in favor of the direct method and show that solving an NPLP problem is not much harder than solving a network linear program of the same dimension. 展开更多
关键词 Computational experiments generator of test problems network programming piecewise linear programming simplex method.
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部