搜索资源列表
msim
- matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现-Matlab simulation annealing simple search process, with a few random arrays to achieve
qiudui
- 这是一个用C语言写的球队成员管理系统,是一个小的项目,其中用到了C语言的基本语法,指针,数组,链表,文件,结构体都有,对于学习语言很有帮助-This is a C language written by the team members of the management system, is a small item, which uses the C language's basic syntax, guidelines, arrays, linked lists, document
vbshuzu
- 1、熟练掌握一维数组、二维数组的定义、赋值和输入输出的方法。 2、掌握与数组有关的算法。 -1, the master of one-dimensional arrays, two-dimensional array definition, assignment, and input-output method. 2, master and an array of related algorithms.
branch
- 汇编程序的分支程序的设计 编写程序,将一个包含有20个数据的数组M分成两个数组:正数数组和负数数组N,并分别把这两个数组中的数据存储在数组M1和M2中。-Assembler branch design procedures programming, one containing 20 data array M is divided into two arrays: an array of positive and negative array N, and, respectively, thes
d01akf
- 求积分,可以计算被积函数高震荡的一维积分- D01AKF IS AN ADAPTIVE INTEGRATOR, ESPECIALLY SUITED TO C STRONGLY OSCILLATORY NON-SINGULAR INTEGRANDS, WHICH CALCULATES C AN APPROXIMATION TO THE INTEGRAL OF A FUNCTION OVER A FINITE C INTERVAL (A,B) C C
shuzuchazhi
- 数据结构的一道例题 两个数组合并 肯定好用-Example of a data structure merging two arrays certainly easy to use
2
- 数据结构的习题 第一个 是两个数组的合并 第二个是两个数组的差值-Data Structure Exercises The first is the merger of the two arrays are the second is the difference between the two arrays
rank
- 以grade为首地址的10个字的数组中保存了学生的成绩,其中grade+i保存学号为i+1的学生的成绩。要求建立一个10个字的rank数组,并根据grade中的学生成绩将学生名次填入rank数组中,其中rank+1的内容是学号为i+1学生的名次(一个学生的名次等于成绩高于该学生的人数加1)。-To grade, led the 10-word address stored in an array of student achievement, including grade+ i save th
arrays
- Demonstrates the use of arrays in the RabbitWeb HTTP enhancements
dj1
- 微机原理及应用,编写完整程序,将一个包含有100个数据的数组M分成两个数组:奇数数组A和偶数数组B。-Microcomputer Theory and Application, write a complete program, a data contains an array of 100 M is divided into two arrays: array A and the even-odd array of B.
4
- 编写程序将含有20个数据的数组M分成两个数组:正数组P和负数组N,并分别统计两个数组的个数,显示在屏幕上。 M DB 1,3,-4,…….. ;20个 P DB 20 DUP (?) N DB 20 DUP(?) -Write a program will contain an array of M 20 data into two arrays: an array P and the negative group is N, and two arrays were the nu
Project1_Origin
- To manipulate arrays using assembly language.-## First declare an array A of integer numbers 3,7,12,15,21. ## The program prompt user for an input between 1-50. And count down the entered number to 0. Print out the result. ## Print out the conten
win32-assembly-about-the-student
- 里面有关于汇编的一些基本操作。比如数组,子程序,还有学生成绩管理的程序。关于字符串的一些操作-There are some basic operations on the compilation. Such as arrays, subroutines, as well as student performance management process. Some operations on strings
xunhuan
- 设有两个数组A和B,其数据均为20个。编程实现将两个数组中的数据各自按由小到大的顺序存放。之后,再将既在A数组中出现又在B数组中出现的整数按照由大到小的顺序存放于数组C中。 -The known two integer the variables A and B, try to write complete the following operating procedures: (1), if two number one is odd number, it will be an odd
4
- 有2个数组: ary1 db 12,-35,0,126,-90,-5,68,120,1,-19 ary2 db 24,25,0,-38,-89,99,68,100,2,-20 比较两个数组的对应位,将大的数放在ary1数组中,小的数放在ary2中(要求采用子程序格式)-There are two arrays: ary1 db 12,-35,0,126,-90,-5,68,120,1,-19 ary2 db 24,25,0,-38,-89,99,68,100,2,-20
ddddd
- 编写程序将含有20个数据的数组M分成两个数组:正数组P和负数组N,并分别统计两个数组的个数,显示在屏幕上。-Write a program containing the data array 20 is divided into two arrays M: positive and negative groups Array P N, and the number of two arrays statistics were displayed on the screen.
4.shuzuzifuchuan
- 数组和字符串的应用,一维数组和多维数组以及字符串的编程-Programming applications arrays and strings, one-dimensional arrays and multidimensional arrays and strings
5zhizhenyingyong
- 指针在一维数组和多维数组的应用,指针在字符中的应用以及举例-Pointer in the application of one-dimensional arrays and multidimensional arrays
shujujiegou
- 《数据结构与算法设计》一书中的全部代码实现,包括线性表、栈和队列、串、数组和广义表、树、图等。-" Data structure and algorithm design," a book of all the code to achieve, including linear lists, stacks and queues, strings, arrays and generalized tables, trees, graphs and so on.
Exchange-of-elements-of-2-arrays-square-and-cube-
- exchange of elements of 2 arrays,square and cube of a number