资源列表
MD5Checksum
- MD5校验和算法源码-MD5 checksum algorithm source
DLT645
- 电力抄表规约dl/t645调试软件,有助于开发645抄表程序-Electricity meter reading of the Statute dl/t645 debugging software, helps to develop 645 meter-reading program
Butterworth
- 巴特沃斯幅度平方函数的数值计算软件,12年北邮的计算机实习题目。北邮的学弟学妹你懂的-Butterworth Function Calculator.Coded by laocui of BUPT.
06071419
- 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
GAMax
- 用遗传算法求二元函数的最大值,二元函数可以根据自己的需要更改。精度:0.001。 -Using GA to the maximum of the dual function, dual function can be changed according to their needs. Accuracy: 0.001.
optimization_cases_using_GA
- 运用遗传算法进行多元多峰函数优化,多目标问题优化!有案例!可以运行!-using Genetic Algorithm to test multi-peak function and multi-objective function.
03-MATLAB
- MATLAB 绘图教程对大家会有用的-MATLAB graphics tutorial would be useful to everyone
tfidfmatlab
- 用matlab实现TFIDF算法,有助于初学者了解关键字提取算法.-TFIDF algorithm using matlab implementation will help beginners understand the keyword extraction algorithm.
crc7
- CRC计算模块,7位CRC计算。经过FPGA及IC平台验证。-CRC calculation module, 7 CRC calculation. Through the FPGA and IC platform for verification.
hpc-lib-interduce
- 科学计算常用的基础并行求解软件库介绍PDF-Common basis for scientific computing parallel solving software library introduced PDF
ice
- ICE中文文档,翻译的不错,ice 是个好东西啊-ICE Chinese documents, the translation of good, ice is a good thing ah
LinkList 实现单链表的所有基本操作
- 1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table,
