资源列表
WiFi
- 通过WiFi与stm32通信,使用socket编程定义IP地址与端口实现数据的交换(Communicate with STM32 using socket programming to define the IP address and port to achieve data exchange)
知识图谱综述
- 描述了近年来知识图谱技术的发展情况,描述了几种知识图谱的技术方法,对感兴趣的人士有一定的引导和推荐作用。(This paper describes the development of knowledge mapping technology in recent years, describes several technical methods of knowledge mapping, and has some guidance and recommendation for interest
crrcle
- 通过一个小程序,介绍面向对象的编程方法(Introduce the object oriented programming method through a small program)
非接CPU卡加密指令
- 非接CPU卡加密指令 Non - CPU card encryption command(Non - CPU card encryption command)
xlxwcjcx
- Sina News collection procedures, Tianyu version using PHP development, can automatically collect Sina news. Small space, low cost of building, no waiting, you can have massive website data right away; Free from updating, maintenance free, convenien
zuobiaobianhuan
- 非常经典的坐标变换matlab仿真,包含各种情况下的仿真(Very classic coordinate transformation, matlab simulation)
zaiboyixiang
- matlab下的载波相移仿真,11电平,电力电子的可以看看(Matlab carrier phase shift simulation, 11 level)
DDSRFSPLL
- matlab下的双同步解耦坐标系的锁相环仿真(PLL simulation of double synchronous decoupling coordinate system under Matlab)
数据挖掘
- 各种经典的数据挖掘算法基本原理及核心代码。(The basic principle and key codes of various data mining algorithms.)
MATLAB在语音信号分析和合成中的应用》MATLAB程序
- MATLAB在语音信号分析和合成中的应用(Application of MATLAB in speech signal analysis and synthesis)
ElasticDamageAbaqus
- umat subroutine for ladovez elastic damage model in composite materials
遗传算法——旅行商问题mfc
- 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因