数组操作和合并。 [英] Array manipulation and merging.

查看:75
本文介绍了数组操作和合并。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编写可由C程序调用的以下函数:


编写一个函数来填充0到99之间随机整数的数组。使用以下函数,原型可以在stdlib.h中找到

? randomize()?使用一次初始化随机化过程

?兰德()?生成一个介于0和整数最大值之间的随机数。您可以通过模数缩小值。


编写一个函数来从整数数组中删除重复项。


写一个函数按升序对数组进行排序。以下是一个简单的排序算法

Write the following functions that can be called by a C program:

Write a function to populate an array with random integers between 0 and 99. Use the following functions of which the prototypes are to be found in stdlib.h
? randomize() ? use once to initialize the randomization process
? rand() ? generates a random number between 0 and the maximum value for an integer. You can scale the values down by means of the modulus.

Write a function to remove duplicates from an array of integers.

Write a function to sort an array in ascending order .The following is a simple sorting algorithm

展开 | 选择 | Wrap | 行号

推荐答案

你做了什么工作?


holla!


(对不起,我无法抗拒。)好的,你有一个那里有很多东西 - 你能问一个更尖锐的问题吗?我打赌那里的代码已经为你提供了 - 所以看起来你需要填充数组,从中删除重复项,并合并两个数组。那里你需要什么帮助(或者我错过了什么)?
holla!

(Sorry, I couldn''t resist.) Ok, you have a lot of stuff in there - could you ask a bit more pointed of a question? I''m betting the code in there was already provided for you - so it looks like you need to populate the array, remove duplicates from it, and merge two arrays. What did you need help with there (or am I missing something)?



holla!


(对不起,我无法抗拒。)好的,那里有很多东西 - 你能问一个更尖锐的问题吗?我打赌那里的代码已经为你提供了 - 所以看起来你需要填充数组,从中删除重复项,并合并两个数组。那里你需要什么帮助(或者我错过了什么)?
holla!

(Sorry, I couldn''t resist.) Ok, you have a lot of stuff in there - could you ask a bit more pointed of a question? I''m betting the code in there was already provided for you - so it looks like you need to populate the array, remove duplicates from it, and merge two arrays. What did you need help with there (or am I missing something)?



u没有遗漏任何东西,我今年开始编程我无法弄清楚发生了什么。编写一个可以填充数组的函数(btw整数0和99)然后你从中删除重复项并合并两个

u are not missing anything the thing is that i have started with programming this year i could not figure out what happening.u write a function that can populate an array(btw integers 0 and 99) then u remove duplicates from it and merge the two


这篇关于数组操作和合并。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆