• Title/Summary/Keyword: Dot Net

Search Result 13, Processing Time 0.026 seconds

Design & Implementation of Enhanced Groupware Messenger

  • Park, HyungSoo;Kim, HoonKi;Na, WooJong
    • Journal of the Korea Society of Computer and Information
    • /
    • v.23 no.4
    • /
    • pp.81-88
    • /
    • 2018
  • In this paper, we present some problems with the Groupware Messenger functionality based on dot net 2.0 and implement a new design structure to solve them. They include memory leakage, slow processing, and client window memory crash. These problems resulted in the inconvenience of using instant messaging and the inefficient handling of office tasks. Therefore, in this paper, instant messaging functionality is implemented according to a new design architecture. The new system upgrades dot net 4.5 for clients and deploys the new features based on MQTT for the messenger server. We verify that the memory leak problem and client window memory crash issues have been eliminated on the system with the new messenger functionality. We measure the amount of time it takes to bind data to a set of messages and evaluate the performance, compared to a given system. Through this comparative evaluation, we can see that the new system is more reliable and performing.

A Experimental Study on the Complex Waterproofing Method of Exposure using PE Textiles of Mesh type and Highly Viscous Urethane (망사형 PE직물과 고점도 우레탄을 이용한 복층형 노출 방수공법에 관한연구)

  • Shao, Xu-Dong;Song, Je-Young;Kim, Young-Suk;Oh, Sang-Keun
    • Proceedings of the Korean Institute of Building Construction Conference
    • /
    • 2011.05a
    • /
    • pp.127-130
    • /
    • 2011
  • The duplex waterproofing construction method has been investigated to improve various problems (how to fix the sheet, breaking, air/water pocket, and cracks caused by different materials) of the existing rooftop exposed waterproofing construction method. By using fiber sheet, Net PE fabric, and thixotropy urethane with high viscosity, the waterproofing construction method is to glue the ground and waterproof course by circular dot. The method is also to construct the waterproof course with high hardness by using waterproof membrane coatings in upper hybrid system. By gluing the ground and the waterproof course by circular dot, the study is expected to be useful to minimize the simultaneous breaking in the waterproof course as tensile stress is buffer in case of the ground crackling. Also, since the waterproofing construction method is good at moving and emitting vapor from the ground, it is considered to be effective to minimize any damages caused by air/water pocket and get loose of the waterproof course.

  • PDF

Digital Logic Extraction from Quantum-dot Cellular Automata Designs (Quantum-dot Cellular Automata 회로로부터 디지털 논리 추출)

  • Oh, Youn-Bo;Lee, Eun-Choul;Kim, Kyo-Sun
    • Proceedings of the KIEE Conference
    • /
    • 2006.10c
    • /
    • pp.139-141
    • /
    • 2006
  • Quantum-dot Cellular Automata (QCA) is one of the most promising next generation nano-electronic devices which will inherit the throne of CMOS which is the domineering implementation technology of large scale low power digital systems. In late 1990s, the basic operations of the QCA cell were already demonstrated on a hardware implementation. Also, design tools and simulators were developed. Nevertheless, its design technology is not quite ready for ultra large scale designs. This paper proposes a new approach which enables the QCA designs to inherit the verification methodologies and tools of CMOS designs, as well. First, a set of disciplinary rules strictly restrict the cell arrangement not to deviate from the predefined structures but to guarantee the deterministic digital behaviors. After the gate and interconnect structures of the QCA design are identified, the signal integrity requirements including the input path balancing of majority gates, and the prevention of the noise amplification are checked. And then the digital logic is extracted and stored in the OpenAccess common engineering database which provides a connection to a large pool of CMOS design verification tools. Towards validating the proposed approach, we designed a 2-bit QCA adder. The digital logic is extracted, translated into the Verilog net list, and then simulated using a commercial software.

  • PDF

Half-space albedo problem for İnönü, linear and quadratic anisotropic scattering

  • Tureci, R.G.
    • Nuclear Engineering and Technology
    • /
    • v.52 no.4
    • /
    • pp.700-707
    • /
    • 2020
  • This study is concerned with the investigation of the half-space albedo problem for "İnönü-linear-quadratic anisotropic scattering" by the usage of Modified FN method. The method is based on Case's method. Therefore, Case's eigenfunctions and its orthogonality properties are derived for anisotropic scattering of interest. Albedo values are calculated for various linear, quadratic and İnönü anisotropic scattering coefficients and tabulated in Tables.

Design and Implementation of Mobile Reservation System on Dot Net Framework (닷넷 기반에서의 모바일 환경 예약 시스템 설계 밑 구현)

  • 김정훈;장민석
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 2004.04a
    • /
    • pp.543-546
    • /
    • 2004
  • 기존의 예약 시스템을 보게 되면 주로 뿔을 이용한 정보 검색 및 예약을 하는 일이 많았다. 하지만 요즘 들어서는 사용자들이 웹과 더불어 모바일 디바이스 즉, 핸드폰, PDA(Personal Digital Assistant), 스마트 폰 등의 사용률이 급격하게 증가하고 사회가 급변하게 돌아가기 때문에 언제 어디서든지 접할 수 있는 모바일 디바이스를 이용한 예약 시스템이 필요로 하게 된다. 그렇기 때문에 본 논문에서는 마이크로소프트 사의 닷넷 프레임워크 중에서 모바일 닷넷 프레임워크 또는 컴팩트 프레임워크를 기반으로 한 예약 시스템을 설계 및 구현 해보았다.

  • PDF

Implementation of Security Plan from .NET Remoting Environment (닷넷 리모팅 환경에서의 보안 방안 구현)

  • Kim, Young-Sear
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.10 no.4
    • /
    • pp.256-261
    • /
    • 2009
  • While .NET and J2EE bisects recent distributed environment, .NET displays "Remoting" as a technology to call remote object. Remoting is frequently used as a protocol in OLTP's WEB program development in form of RPC that exchange data in XML form under HTTP environment. Purpose of this research is to draw problems when applying security to .NET remoting technology that is recently used in web programming, and to find effective application plan by implementing. The main discussion is following. First, network layer security should be replaced to application layer security for better performance and flexibility. Second, the serialization procedure that is repeated in both remoting and encryption module should take place once. Lastly, implementation of "Surrogate" and "Compress" will be discussed that enables to eliminate unnecessary data(table relations, keys, etc) that is used in dataset object of .NET in order to reduce the size of data. It is possible to achieve improvement in speed by two times through immediate implementation in these cases. In order for easier use, component based framework should be supplied hereafter.

  • PDF

Development of a Pegging Plan Program (I) (전주 위치 설계 지원 프로그램 개발 (I) - 유기적 3차원 설계 기법을 중심으로 -)

  • Lee, Ki-Won;Cho, Yong-Hyeon;Kwon, Sam-Young;Lee, Tae-Kwon
    • Proceedings of the KSR Conference
    • /
    • 2011.10a
    • /
    • pp.1991-1996
    • /
    • 2011
  • The detail design of overhead line can be dievided into a pegging plan and MD(Mounting Diagram) process. A program can perform a MD process was already developed and used in Honam High-Speed project. In this study, a pegging plan program which can perform mast distribution automatically is developed. The system is developed based on dot net framework 4.0 and Civil3D 2012 and used spread 4.0 component for grid UI. It can not be directly used a rail horizontal alignment and long-section profile together on drawing. Therefore using Civil3D, mathematical alignment and profile of rail can be accomplished. And this program has an advantage of user friendly operation because of close relationship between the two.

  • PDF

Electron spin relaxation control in single electron QDs

  • Mashayekhi, M.Z.;Abbasian, K.;Shoar-Ghaffari, S.
    • Advances in nano research
    • /
    • v.1 no.4
    • /
    • pp.203-210
    • /
    • 2013
  • So far, all reviews and control approaches of spin relaxation have been done on lateral single electron quantum dots. In such structures, many efforts have been done, in order to eliminate spin-lattice relaxation, to obtain equal Rashba and linear Dresselhaus parameters. But, ratio of these parameters can be adjustable up to 0.7 in a material like GaAs under high-electric field magnitudes. In this article we have proposed a single electron QD structure, where confinements in all of three directions are considered to be almost identical. In this case the effect of cubic Dresselhaus interaction will have a significant amount, which undermines the linear effect of Dresselhaus while it was destructive in lateral QDs. Then it enhances the ratio of the Rashba and Dresselhaus parameters in the proposed structure as much as required and decreases the spin states up and down mixing and the deviation angle from the net spin-down As a result to the least possible value.

Design and Implementation of Dot Net-based Reservation System in Mobile Environment (모바일 환경에서 닷넷 기반의 예약 시스템 설계 및 구현)

  • Lim, Chae-Uk;Jang, Min-Seok
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.11a
    • /
    • pp.381-384
    • /
    • 2003
  • 기존의 예약시스템을 보게 되면 주로 웹을 이용한 정보 검색 및 예약을 하는 일이 많았다. 하지만 요즘 들어서는 사용자들이 웹과 더불어 모바일 디바이스 즉, 핸드폰, PDA(Personal Digital Assistant), 스마트 폰 등의 사용률이 급격하게 증가하고 사회가 급변하게 돌아가기 때문에 언제 어디서든지 접할 수 있는 모바일 디바이스를 이용한 예약 시스템이 필요로 하게 된다. 그렇기 때문에 본 논문에서는 마이크로 소프트 사의 닷넷 프레임워크 중에서 모바일 닷넷 프레임워크 또는 컴팩트 프레임워크를 기반으로 한 예약 시스템을 설계 및 구현해보았다.

  • PDF

A Study on the Design and Development of Computer Based Learning and Test System (컴퓨터 평가 기반 학습 시스템 설계 및 개발 연구)

  • HEO, Gyun
    • Journal of Fisheries and Marine Sciences Education
    • /
    • v.27 no.4
    • /
    • pp.1160-1171
    • /
    • 2015
  • The purpose of this study is to design and develop a computer based learning and test system, which supports not only testing learner's ability but also learning contents with giving feedback and hint. In order to design and develop a computer based learning and test system, Visual Basic dot Net software is used. The system works in three stages: sequential problem solving stage, randomized problem solving stage, and the challenge stage of pass/fail. The results of this study are as follows: (a) We propose the context of design for the computer based learning and test system. (b) We design and develop items display function with sequential and random algorithm in this system. (c) We design and develop pass/fail function by applying SPRT(Sequential Probability Ratio Testing) algorithm in the computer based learning and test system.