成績數據庫管理系統. 1.能夠實現菜單顯示、菜單選擇、編輯(錄入、插入、修改、刪除等)、查找、顯示、求總成績、按總成績排序(高→低)并顯示、裝入數據文件、數據文件存盤、退出、為數據動態分配存儲空間[10.3.1]等功能。 2.至少分為主、子兩個模塊,其中主控菜單必須在主模塊中。 3.主控程序用CASE結構,顯示用宏指令,排序用子程序并且在子模,其它功能隨意。 4.數據用結構定義,并單獨存在一個文件中(文件擴展名隨意)。 5.排序子程序要求:十(ASCII)→ 二 →排序(二進制)→ 十(ASCII)→ 輸出。 6.編輯可以全屏幕也可文本行方式,若為文本行方式,以姓名為關鍵字,以其它字段為關鍵字作為可選項。 7.查找條件以姓名為關鍵字。 8.學號、姓名、各科成績從鍵盤輸入。 9.網格。
上傳時間: 2014-01-25
上傳用戶:天誠24
Code was successfully implemented within ALtera FPGA with Quartus 6.0. It presents two polish own female names: ULA and ALA whose are scrolling on the 4-columns crystal LED. When you press the switch it will turn from ULA into ALA and continue scrolling.
標簽: successfully implemented presents Quartus
上傳時間: 2013-12-09
上傳用戶:zjf3110
function to compute an expression using int value parameters throw an exception of type illegalParameterValue in case one of the parameters is <= 0
標簽: illegalPara expression parameters exception
上傳時間: 2014-01-20
上傳用戶:a6697238
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance scenarios used to shoe design shortcomings. and revise them to accomodate maintenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception handling, user-defined types, procedures, functions, packages and child packages.
標簽: example-driven introduction gradually approach
上傳時間: 2014-01-12
上傳用戶:koulian
A cylindrical wave expansion method is developed to obtain the scattering field for an ideal two-dimensional cylindrical invisibility cloak. A near-ideal model of the invisibility cloak is set up to solve the boundary problem at the inner boundary of the cloak shell. We confirm that a cloak with the ideal material parameters is a perfect invisibility cloak by systematically studying the change of the scattering coefficients from the near-ideal case to the ideal one. However, due to the slow convergence of the zeroth order scattering coefficients, a tiny perturbation on the cloak would induce a noticeable field scattering and penetration.
標簽: cylindrical scattering expansion developed
上傳時間: 2017-03-30
上傳用戶:lhc9102
-The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal images. Component images forming multimodal images should be aligned, or registered so that all the data, coming from the different modalities, are displayed in proper locations. Mutual Information is the similarity measure used in this case for optimizing the two images. This method requires estimating joint histogram of the two images. The fusion of images is the process of combining two or more images into a single image retaining important features from each. The Discrete Wavelet Transform (DWT) has become an attractive tool for fusing multimodal images. In this work it has been used to segment the features of the input images to produce a region map. Features of each region are calculated and a region based approach is used to fuse the images in the wavelet domain.
標簽: present modalities existence different
上傳時間: 2014-03-04
上傳用戶:15736969615
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths. Note that, these paths are not vertex-disjoint i.e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and the output should be the number of such disjoint paths and the paths themselves on separate lines. In case of multiple paths the output should be in order of paths with minimum vertices first. In case of tie the vertex number should be taken in consideration for ordering.
標簽: fault-tolerant algorithms redundant underlyin
上傳時間: 2013-12-18
上傳用戶:jkhjkh1982
有創新的4*4矩陣鍵盤,只用兩個switch搞定,學單片機的朋友可以分享一下。
上傳時間: 2017-04-22
上傳用戶:ccclll
This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case, O(log(n)) agerage case data.
標簽: search pointer segment binary
上傳時間: 2013-12-22
上傳用戶:wys0120
This software allows users to see how a serial async com port can be used to comunicate with a sync device (SPI). In this case, the software reads a low cost digital temperature sensor IC.
標簽: comunicate software allows serial
上傳時間: 2014-01-16
上傳用戶:huangld