资源列表

« 1 2 ... .55 .56 .57 .58 .59 3660.61 .62 .63 .64 .65 ... 216394 »

[matlab例程moxing1

说明:matlab遗传算法,用遗传工具箱编写的,结合网上资料自己整理而成-matlab genetic algorithm, prepared by genetic toolbox, combined with the information they gathered the Internet
<黄震> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[Oracle数据库oracle

说明:oracle命令创建表空间,用户名和密码,给用户赋予权限-Oracle command to create a table space, user name and password to the user to give permission
<谢鑫> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[TCP/IP协议栈socket-java

说明:基于Socket通信的JAVA客户端和服务器端-JAVA-based client and server-side Socket Communications
<shechque> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[通讯/手机编程18-order-hilbert-transform

说明:此程序设计一个18阶的希尔伯特滤波器,实现了90度的相移。-This program is designed for a 18-order Hilbert filter to achieve a 90 degree phase shift.
<陈欢> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法stack_with_min_func

说明:定义栈的数据结构,要求添加一个min函数,能够得到栈的最小元素。要求函数min、push、pop的时间复杂度都是O(1)-Defined stack data structure, requires the addition of a min function, it is possible to obtain the smallest element of the stack. Function requires min, push, pop time complexity is O (1)
<大胡子> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法SortedList_to_BalancedBinaryTree

说明:给定一个升序排列的有序单链表,将其转换为一棵平衡的二叉搜索树。-Ordered to set a single list in ascending order, to convert it to a balanced binary search tree.
<大胡子> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法print_all_ancestors

说明:对于一颗普通的二叉树和一个节点key,找出该节点的所有祖先节点。-For an ordinary binary tree and a node key, to find all ancestors of this node.
<大胡子> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法preorder_tree_stack

说明:二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。 2.节点增加指向父节点的指针:通过指向父节点的指针来回溯
<大胡子> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[波变换sanji

说明:图像三级小波变换,将灰度图像进行三级小波分解成高频子带和低频子带等。- Three level wavelet transform, the gray level image of the three wavelet decomposition into high-frequency sub bands and low frequency sub bands, etc..
<崔荣全> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[matlab例程GN

说明:GN分裂算法的MATLAB实现,可以很好的学习用GN算法进行社团划分-GN algorithm
<朱超> 在 2025-11-23 上传 | 大小:1kb | 下载:2

[matlab例程zf2

说明:This the code about zero forcing detector in mimo system-This is the code about zero forcing detector in mimo system
<kanimozhi> 在 2025-11-23 上传 | 大小:1kb | 下载:0

[图形/文字识别facedetection_test

说明:人脸识别代码,可以检测到人脸,采用的是山世光老师的seetaface(face dectect cpp,use seetaface)
<fdas333> 在 2025-11-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .55 .56 .57 .58 .59 3660.61 .62 .63 .64 .65 ... 216394 »

源码中国 www.ymcn.org