最近写的MOEAD的matlab代码分享给大家供学习使用-MOEAD_陈旭编.rar            最近写的MOEA-D的matlab代码,分享给大家供学习使用。                     测试函数ZDT系列与DTLZ 系列,参考论文  MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition Qingfu Zhang, Senior Member, IEEE, and Hui Li   IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 11, NO. 6, DECEMBER 2007 写得。            下载的朋友请顶贴。
2019-12-21 21:41:07 1.41MB matlab
1
这是一个微信小程序版的论坛社区系统源代码分享,显示最新、最热的社区热点内容,界面也是社区类型APP习惯的风格,用户可发表内容,将论坛搬到了手机微信中,现在互动性的系统很丰富了,在以前,像论坛一类的系统很火的,本源码更多的是参考性的范例。
2019-12-21 21:40:39 21KB 微信源码-功能模块
1
新闻类微信 APP客户端程序源码,利用微信小程序官方开发者工具开发,使用截获的搜狗搜索GET请求包有关微信平台热门新闻与关键词的数据生成的新闻列表浏览。   本小程序实例说明:   * 首页到新闻列表详情页的路由跳转   * MODAL框绑定显示新闻详情   使用和配置方法:克隆本项目代码到本地   * 打开微信开发者工具;   * 添加项目->选择本项目目录->编译执行;   预览:   界面简陋,请多包涵。
2019-12-21 21:40:05 307KB 微信源码-功能模块
1
基于人工智能技术,实现人脸的识别,辨识率较高,分享一下。
2019-12-21 21:31:49 47.29MB 人工智能 人脸识别 智能识别 分析
1
先介绍一下玩法: 1、在电脑端模拟机打开的话,可以通过 w s a d 来控制上下左右。 2、在手机端通过方向感应器,手机角度的变化来控制贪吃蛇的运动。 3、试着添加了记录排名的功能,后来觉得挺简单,但是有点冗杂,所以很粗糙的弄了个得分记录。 供大家参考。 具体可参考博客文章:http://blog.csdn.net/u011035622/article/details/42060547
2019-12-21 21:21:19 2.23MB 贪吃蛇源码
1
数字图像处理维纳滤波Matlab代码分享,另外有高斯滤波Matlab代码,有需要的同学请点击关注查看
2019-12-21 20:42:41 374B 维纳滤波
1
MATLAB源程序代码分享:MATLAB实现四阶龙格库塔法求解常微分方程组
2019-12-21 20:31:10 264KB matlab
1
Code from Programming Pearls Column 1: Programs for sorting integers bitsort.c -- Sort with bit vectors. sortints.cpp -- Sort using C++ STL sets. qsortints.c -- Sort with C library qsort. bitsortgen.c -- Generate random integers for sorting. Column 2: Test and time algorithms rotate.c -- Three ways to rotate the elements of a vector. The next two program are used in a pipeline to compute all anagrams in a dictionary sign.c -- Sign each word by its letters in sorted order. squash.c -- Put each anagram class on a single line. Column 5: Scaffolding for testing and timing search functions search.c -- Linear and binary search. Column 7: Tiny experiment on C run times timemod0.c -- Edit main to time one operation. Column 8: Compute the maximum-sum subsequence in an array maxsum.c -- Time four algs: n3, n2, n log n, n. Column 9: Code tuning programs genbins.c -- Profile this, then try a special-purpose allocator. macfun.c -- Time the cost of macros and functions. The column also uses rotate.c (Column 2), search.c (Column 5) and maxsum.c (Column 8). Column 11: Test and time sorting algorithms sort.cpp -- Mostly C, but also C++ sort function. SortAnim.java -- Animate those sort functions in Java. Column 12: Generate a sorted list of random integers sortedrand.cpp -- Several algorithms for the task. Column 13: Set representations for the problem in Column 12 sets.cpp -- Several data structures for sets. genbins.c (Column 9) implements the bin data structure in C. Column 14: Heaps priqueue.cpp -- Implement and test priority queues. The column also uses sort.c (Column 11) for heapsort. Column 15: Strings wordlist.cpp -- List words in the file, using STL set. wordfreq.cpp -- List words in the file, with counts, using STL map. wordfreq.c -- Same as above, with hash table in C. longdup.c -- Find long repeated strings in input. markov.c -- Generate random text from input. markovhash.c -- Like markov.c, but with hashing. markovlet.c -- Letter-level markov text, simple algorithm. Appendix 3: Cost Models spacemod.cpp -- Space used by various records. timemod.c -- Table of times used by various C constructs. You may use this code for any purpose, as long as you leave the copyright notice and book citation attached.
2019-12-21 20:00:40 26KB 编程
1
labview的源代码分享,整体是一个计算机模拟的数采系统,涉及到的知识点非常全面,包括配置文件的使用、数据库的使用、生产者消费者框架的使用、报表的使用、高级控件多列列表框的使用和属性节点的调用.........对新手学习大有裨益。
2019-12-21 18:57:50 558KB labview 源代码
1
自写同化棋代码,内含决策AI,注释也是挺详细的。 发上来造福后人。
2019-12-21 18:56:47 24KB 同化棋 计算概论
1