基于人工智能技术,实现人脸的识别,辨识率较高,分享一下。
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
Java解析bt torrent种子文件的工具类代码分享,只能用炫酷来形容,感兴趣就下载看看吧
2015-07-31 00:00:00 9KB Java bt torrent
1