C. The application of object oriented programming in the old bag of North China University of Techno

Updated on educate 2024-06-07
3 answers
  1. Anonymous users2024-02-11

    Three forms of parameters: (define a swap function for example) 1. Common parameters (value type).

    For example: using system;

    class test, j = ", i, j);

    2. ref (citation type).

    Example: using system;

    class test, j = ", i, j);

    3. out (output type).

    using system;

    class test

    static void swap(out int x, out int y)

    Here the initialization of i and j is done.

    x = 1; y = 2;

    int temp = x;

    x = y;

    y = temp;

    static void main()

    In this case, I and J can be initialized without it.

    int i , j ;

    swap(out i, out j);

    i = , j = ", i, j);

  2. Anonymous users2024-02-10

    The digital technology major of North China University of Technology is mainly PS, 3DMAX, DW, FLASH, etc., such as retouching and modeling, animation, software and programming languages such as C language.

    Digital technology (digital media technology) (belongs to the electrical information class) aims to cultivate both technical quality and artistic quality of modern art and design talents, compared with the digital art major, this major slightly pays attention to the cultivation of technical quality, can adapt to the new ** art creation, network multi-** production, advertising, film and television animation, mass media, real estate industry demonstration animation production work.

    This major aims to cultivate senior compound talents with an international vision, familiar with the development trend of related industries at home and abroad, advanced game design concepts and design ideas, familiar with various game types, familiar with game design processes, with solid basic theories of digital technology, broad professional and technical foundation, strong logical thinking ability and program development ability, strong game creation practice ability, and can be engaged in game program design, game numerical and logical planning, game project management, etc.

  3. Anonymous users2024-02-09

    Here's a suggestion: You have to learn well in the courses offered by the school, which involves whether you can graduate or not. However, you should not expect too much that these courses in the school will bring you a lot of professional ability, if you want to improve your professional ability, you still have to determine what you want to do by yourself, and then completely rely on your own efforts to improve your professional ability.

    The school's teaching materials are discipline-based, and they are far from reality.

Related questions
8 answers2024-06-07

If the landlord is looking for the textbook for the class, it is not helping the landlord, the book is not good, and no one has to do the electronic version. >>>More

2 answers2024-06-07

1 Overview of Programming.

An overview of programming languages. >>>More

4 answers2024-06-07

In fact, it's not difficult to learn C, the key is that you have to find a teacher who suits you or self-study**, I didn't learn when I signed up for the class, and then I didn't learn it online**, I read it at the beginning, Mr. Xia's, I feel that the lecture is very concise and clear, the kind that you can understand when you listen to it, and what you talk about is the key, and there is a difference from others is that there are many difficult concepts with metaphorical examples, for example, the array I recently saw is compared to a box with things in order, and I understand the array variables and assignments at once. It's much better than what I read before, Hao Bin and Zeng Yi's cumbersome like reading a textbook.

4 answers2024-06-07

Hello, there hasn't been much time lately, so I can only remind you that the focus of this zhi topic is not dao >>>More

4 answers2024-06-07

1 Enter three numbers.

2 Compare the first two to get the greater of the first two. >>>More