搜索资源列表
二分查找法
- 汇编语言上机第三题:二分查找法,算法是等同于C语言数据结构中的算法.-assembly language on the plane Q3 : two searching method, the algorithm is equivalent to the C language data structure of the algorithm.
chazhaodianhuahaoma
- 查找电话号码的算法.采用C语言编写.语言简单明白.-search algorithm telephone number. Using C language. Simple to understand language.
zyglcx
- 作业管理程序,利用C语言编写的作业管理程序 模拟可变分区存储空间的分配回收算法。要求菜单式操作,用户输入作业名和作业长度后,系统能根据作业分配存储空间;用户输入作业名后能回收分配的存储空间,并能按需要输出空闲表区和已分配表区表格的内容。-operations management procedures, C language prepared by the operations management procedures simulated variable zoning storage s
PID
- PID算法C语言程序,实现了简单的PID控制功能
yfh
- 此为c语言的加减乘除算法,用汇编语言来开发的。
rengongzhineng
- 基于人工智能的深度优先算法!用c语言编写
Cyuyan
- 一个很典型的C语言算法 初学者在学习C语言过程中经常遇到的一种算法 气泡法 以及一些经典的例题
matlab
- MATLAB神经网络0-9数字识别 该程序利用神经网络对数字0-9...遗传算法优化小波神经网络源程序 基于C语言实现的人脸识别
cyuyanbaogao
- 1. 进一步掌握和利用C语言进行程序设计的能力; 2. 进一步理解和运用结构化程序设计的思想和方法; 3. 初步掌握开发一个小型实用系统的基本方法; 4. 学会调试一个较长程序的基本方法; 5. 学会利用流程图或N-S图表示算法; 6. 掌握书写程设计开发文档的能力 (书写课程设计报告) 。
eluosi
- C语言写的俄罗斯方块程序 其中的主要逻辑有: (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数
1213
- 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。 (2)最短作业
c
- 解遗传算法的c语言代码,就是关于货物配送路径-Genetic algorithm solution c language code
KMPsuanfa
- c语言 的 KMP算法(C语言实现) C语言字符串匹配KMP算法的简单实现。-The c language KMP algorithm (C language implementation) KMP algorithm simple realization of C language strings match.
C-94
- C语言经典算法94例,顾名思义,其中有94个C经典程序及其源代码,可以拿来研究研究-94 cases of C language classic algorithms, as the name implies, of which there are 94 classic C program and its source code can be used to study a
MoHu-pingpan--C-yuyan-code
- 模糊综合评判算法(C语言编程)的实现: 本算法采用了二级模糊综合评判法,评价集个数为4,评价因子个数为11,实现c语言编译过程 -Fuzzy comprehensive evaluation of the implementation of the algorithm (C programming language): This algorithm uses two fuzzy comprehensive evaluation method, the number of evaluati
RC4-C
- RC4加密算法的C语言实现,还包括它的带哦用示例,希望能够对大家有所帮助-The RC4 encryption algorithm C language implementation
GAC
- 一个简单实用的遗传算法C语言程序代码,可以方便有效的求解函数坐直问题。-A simple and practical genetic algorithm C language code, you can easily and effectively solve the problem of function upright.
genenetic-algorithm-C-
- 一个函数优化遗传算法的C语言程序,可解决一般的函数优化问题-A function to optimize the C programming language of genetic algorithm, to solve the general function optimization problem
rsa
- RSA加密解密算法C语言实现,代码思路清晰简洁明了。-RSA encryption and decryption algorithm C language, code ideas clear and concise.
1到100的和算法
- c语言 1到100的和算法,很简单的入门编程C语言代码