搜索资源列表
sf1
- 算法函数实例,算法1,存放了书中所有的算法函数程序以及例子中的主函数程序-arithmetic functions example, an algorithm, the book store all the arithmetic functions procedures and examples of procedures for the main function
牛顿插值c语言程序
- 本程序带有一个子函数,原始数据在主函数中定义时即初始化赋初值,子函数是用来计算差商 值、连乘积和插值结果。-this program with a function, the original data in the main function definition is given initial initialization, Functions are used to calculate the value to poor, and even the product of interpol
TRF7960 主函数程序
- 这是89C52控制的主函数
matlab遗传算法的程序-主函数 T_youhua.rar
- matlab遗传算法的程序-主函数 T_youhua.rar
matlab遗传算法的程序-主函数
- matlab遗传算法的程序-主函数
基于AD9850的数字信号发生器程序
- 基于AD9850的数字信号发生器程序,包括延时子程序,将控制字写入AD9850子程序和主函数,Based on the AD9850 digital signal generator procedures, including time delay subroutine, write the word will be controlled and the main function AD9850 Subroutine
基于A星算法的MFC界面的八数码程序
- 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
cengxubianlierchashu
- ,该程序的功能是实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 -, The program
memory
- 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
CAlgorithm
- 按章存放了书中所有的算法函数程序以及例子中的主函数程序。其中在目录CHX中存放了第X章中所有的函数程序(X为章号),同时也存放了该章算法函数需要调用的其他章中的一些函数程序。算法函数程序的文件名为“X函数名.c”,例子中相应的主函数程序的文件名为“X函数名0.c(第一个例子)”或“X函数名1.c(第二个例子)”。-C Algorithm
0715
- NRF24L01无线模块收发C源程序,主要包含NRF24L01的各个命令函数,添加到主函数后,可直接调用!-NRF24L01 wireless transceiver module C source code, mainly contains NRF24L01 all command functions to the main function, can be called directly!
BFSKmain
- 搭建ofdm系统中的bfsk的主函数程序-Ofdm system bfsk build the main function of program
led
- 跑马灯的DSP编程的主函数程序源代码 最初级的编程学习例程-The program of DSP led
main
- MSP430 主函数程序-MSP430 main function of the program! ! ! ! ! ! ! ! !
PhaSpaRecon
- 相空间重构的主函数程序,可以根据自己的需要直接用该函数,并画出相空间的图-The main function of phase space reconstruction program, you can directly use this function according to their needs, and draw the phase space diagram
tt
- 粒子群算法主函数程序 粒子群算法主函数程序 -PSO algorithm main function program PSO algorithm main function program
改进遗传算法求最大值程序
- matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
vs15写.net 4.5.1程序
- C++ Student基类 构造函数 派生类 构造函数 打印 主函数代码(C Student base class constructor Derived class constructor Prints the main function code)
模数转换部分程序
- 此部分为单片机所计算的结果进行AD转换的程序(This part is a AD conversion program for the results calculated by a single chip microcomputer)
函数ch06
- 函数是一组一起执行一个任务的语句。每个 C++ 程序都至少有一个函数,即主函数 main() ,所有简单的程序都可以定义其他额外的函数。(A function is a set of statements that perform tasks together. Every C++ program has at least one function, that is, the main function main (). All the simple programs can define ot