Căn cứ vào tất cả các thông tin phản hồi của đồng nghiệp và ý kiến của dịch - Căn cứ vào tất cả các thông tin phản hồi của đồng nghiệp và ý kiến của Anh làm thế nào để nói

Căn cứ vào tất cả các thông tin phả

Căn cứ vào tất cả các thông tin phản hồi của đồng nghiệp và ý kiến của tôi, chương trình của tôi đã đáp ứng tốt yêu cầu của nhà trường đưa ra. Trước hết, tôi sẽ nói tổng quan về chương trình. Chương trình đã đáp ứng tốt các chức năng mà nhà trường đưa ra. Hiện tại, chương trình đã có thể lưu tối đa 50 thông tin của học sinh và con số này có thể thay đổi. Về phần code, trong quá trình xây dựng tôi cũng đã liên tục thay đổi và cập nhật sao cho chương trình hoàn thiện và hoạt động tốt nhất có thể. Sử dụng các kiến thức và kĩ năng, cùng với sự đóng góp ý kiến của nhiều người thì cuối cùng tôi cũng hoàn thiện nó một cách tốt nhất có thể. Tôi đã sử dụng lập trình thủ tục trong toàn bộ chương trình của tôi. Điều này giúp cho việc cập nhật, thay đổi và sửa lỗi cho code sau này dễ dàng hơn rất nhiều. Code cũng đã hoạt động bình thường và không mắc phải bất kỳ lỗi kỹ thuật hay cú pháp nào. Tôi đã thêm vào trong code các điều kiện để kiểm tra tính hợp lệ của chương trình này, nếu thông tin nhập vào là hợp lệ thì người dùng được phép nhập tiếp thông tin tiếp theo. Ngược lại, khi thông tin người dùng nhập vào không hợp lệ thì chương trình sẽ yêu cầu người dùng nhập lại cho đến khi thông tin đó nhập đúng với định dạng mà chương trình yêu cầu.Mặc dù nó chưa đủ nhưng cũng giúp ích một phần nào đó cho người sử dụng và tôi sẽ hoàn thiện nó nhiều hơn nữa. Tôi cũng sẽ thiết lập lại bố cục cho chương trình của tôi sao cho nó trở nên thân thiện và đơn giản nhất cho người sử dụng. Khi nhập một số thông tin như tên, số điện thoại, mặc dù chương trình có kiểm tra một vài tính hợp lệ của thông tin được nhập vào nhưng bản thân tôi vẫn thấy nó chưa đủ và cần được hoàn thiện nhiều hơn nữa. Các lỗi đó xãy ra khi tôi thử kiểm tra bằng cách nhập vào chương trình các thông tin khác nhau, có một số bài kiểm tra đã hoàn thành tốt theo ý muốn của tôi, còn một số thì không. Để khắc phục điều này, tôi cần phải tìm hiểu thêm các thuật toán khác và kết hợp vào trong chương trình của tôi. Trong chức năng delete student, sau khi xóa xong thông tin của người dùng thì kết quả cho ra còn một số lỗi ở phần hiển thị. Ngày tháng năm vẫn xuất hiện ở dạng (0/0/0) khi tôi chọn chức năng ViewStudent. Một lỗ hổng khác nữa ở đây là khi tôi chọn ViewStudent, tất cả sinh viên được in ra trên màn hình. nhưng chúng không được sắp xếp theo thứ tự, và điều này ảnh hưởng khá nhiều đến quá trình làm việc của người dùng. Tiếp đến là chức năng cập nhật sinh viên, về cơ bản, các lỗ hổng trong chức năng này cũng giống với AddStudent. Và đây chính là điểm mà tôi cần phải sửa đổi và cải thiện trong thời gian tới. Cuối cùng là chức năng EXIT. Khi chọn chức năng này, chương trình sẽ lưu lại tất cả thông tin mà người dùng nhập vào để sử dụng cho sau này và thoát chương trình. Cuối cùng, đây là những công việc mà tôi cần hoàn thiện trong thời gian đến:
Khắc phục các lỗ hổng của chương trình khi nhập dữ liệu.
Sửa lỗi khi xóa thông tin của học sinh.
Thiết lập lại bố cục của chương trình.
0/5000
Từ: -
Sang: -
Kết quả (Anh) 1: [Sao chép]
Sao chép!
Based on all the feedback of colleagues and my opinions, my program has to satisfy the requirements of the school. First of all, I would say the program overview. The program has a good response to the function that the school put out. Currently, the program can save a maximum of 50 students information and this number may change. About the code, in the process of building I have also constantly changed and updated for improvement program and the best possible activities. Using the knowledge and skills, together with the contribution of many people's opinions then I finally perfected it in the best way possible. I've been using procedural programming in the entire program. This makes updates, changes and fixes to the code so much easier later. The code also has to function normally and do not make any technical or syntax error. I've added in the code the condition to check the validity of this scheme, if the information entered is valid, the user is allowed to enter further information. Conversely, when the information the user entered is invalid then the program will ask the user to re-enter until that information entered correctly with the format that the program requires. Although it is not yet enough but also help some part for the user and I will improve it more. I will also reset the layout for my program so that it becomes friendly and simple for the user. When you enter some information such as your name, phone number, although the program has checked a couple of the validity of the information being entered but I myself still find it not sufficient and should be much more complete. The errors that occur when I try to check by entering different information programs, there are a number of tests have finished good according to my wishes, while some do not. To remedy this, I need to learn more of other algorithms and incorporate into my program. The delete function in the student, after the delete is done at the user's information, the results are also some bugs at the show. Day may still appear in the form of (0, 0, 0) when I select the ViewStudent function. One other flaw here is that when I select ViewStudent, all students were printed out on screen. but they are not arranged in chronological order, and this pretty much influence to the working process of the user. Next up was student update, basically, the flaw in this function is the same with AddStudent. And this is exactly the point that I need to modify and improve the next time. Finally the EXIT function. When this function is selected, the program will save all the information that users enter to use for later and exit the program. Finally, this is the job that I need to improve in time to:Fix the flaws of the program when importing data.Fixed error when deleting the information of students.Reset the layout of the program.
đang được dịch, vui lòng đợi..
Kết quả (Anh) 2:[Sao chép]
Sao chép!
Based on all the feedback and comments of colleagues of mine, my program has met the requirements of the given school. First of all, I would say the program overview. The program has met the functions that the school provides. Currently, the program has been able to save up to 50 student information, and this figure may change. As for the code, in the construction process have also continually changed and updated so that complete programs and activities as possible. Using the knowledge and skills, together with the comments of many people, I finally perfected it in the best way possible. I have used procedural programming in my entire program. This makes updates, changes and fixes to the code later a lot easier. Code also operating normally and not suffer any technical errors or syntax. I've added the code to test conditions the validity of this program, if the information entered is valid, the user is allowed to enter the next relay information. Conversely, when the user input information is invalid, the program will require users to re-enter that information until the right to enter that program format cau.Mac though it is not enough love, but also help a somewhat to the user and I will complete it more. I will also reset the layout for my program so that it becomes the most user-friendly and simple to use. When you enter some information such as name, phone number, although the program has checked the validity of some of the information is entered, but I still find it yourself is not enough and should be improved more. The error that occurs when I try to check the program by entering different information, have some tests done according to my well, and some can not. To remedy this, I need to learn more other algorithms and incorporated into my program. Student in the delete function, after deletion of user information is finished, the results, there are some errors in the display. Date still appears in the form of (0/0/0) when I select ViewStudent function. An additional flaw here is that when I select ViewStudent, all students are printed on the screen. but they are not arranged in order, and this affects a lot to the work of the user. Next to the students update function, basically, the flaw in this function is the same with addStudent. And this is where I need to be revised and improved in the future. Finally EXIT function. When selecting this function, the program will save all the information that users enter for later use and exit the program.
Finally, this is the work that I need to complete in time to: Overcoming the vulnerabilities of the data entry program.
Fixed error when deleting the information of students.
Reset layout of the program. And this is where I need to be revised and improved in the future. Finally EXIT function. When selecting this function, the program will save all the information that users enter for later use and exit the program. Finally, this is the work that I need to complete in time to: Overcoming the vulnerabilities of the data entry program. Fixed error when deleting the information of students. Reset layout of the program. And this is where I need to be revised and improved in the future. Finally EXIT function. When selecting this function, the program will save all the information that users enter for later use and exit the program. Finally, this is the work that I need to complete in time to: Overcoming the vulnerabilities of the data entry program. Fixed error when deleting the information of students. Reset layout of the program.
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: