资源列表

« 1 2 ... .75 .76 .77 .78 .79 1280.81 .82 .83 .84 .85 ... 216384 »

[Windows编程C++面向对象高级编程代码资源

说明:复数的C++代码,C++面向对象开发的基础代码,简单易懂。(class complex { public: complex (double r = 0, double i = 0): re (r), im (i) { } complex& operator += (const complex&); complex& operator -= (const complex&); complex& operator *= (const
<mzshdyy > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法八数码问题

说明:八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。(Eight digital problems)
<annpion > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程Untitled2

说明:我自己做的,关于控制简单例子,不知道怎样(I do it, I don't know how to control a simple example)
<shinexue > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[Linux/Unix编程procosumer

说明:著名的生产者消费者问题多线程实现,建议在linux系统编译运行。(The famous issue: producer and costumer.)
<Kayama > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序Desktop

说明:这是我自己编写的MATLAB函数的.m文件,以测试函数图像。(This is the.M file of my own MATLAB function, with a test letter)
<zhang999 > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序Y14

说明:关于IEEE14 节点系统很实用的,经过运行可靠MATLAB程序上的潮流计算(IEEE14 node flow calculation)
<菲了个菲 > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序SOM

说明:自组织竞争神经网络,可以对数据进行无监督学习聚类,本质上是一种只有输入层--隐藏层的神经网络(The self-organized competitive neural network can carry out unsupervised learning clustering of data, which is essentially a neural network with only the input layer hidden layer.)
<云痴说梦 > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)Read_STL

说明:读取、显示STL格式的3D文件,可对二进制的STL文件进行读取、显示。显示模式可以选择有网格、无网格等。(Read and display STL format files.)
<answer727 > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[图形图象The design of the digital filter

说明:特定条件下的Butterworth digital filter and chebyshevI digital filter(Butterworth digital filter and chebyshevI digital filter)
<物含妙理 > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序Poj1042

说明:poj1042的源代码,含有比较详细的注释(The source code of poj1042 contains more detailed annotations)
<DonnieZeo > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[其他小程序Poj3254

说明:poj3254的答案, 含有比较详细的注释(The source code of poj3254 contains more detailed annotations)
<DonnieZeo > 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法DFS

说明:通过文件中的信息,进行搜索可达路径,行走过的正确路径标记为1,错误的路径标记为2(Through the information in the file, the search reachable path is searched, the correct path to walk is marked as 1, and the wrong path is marked 2)
<于世间争渡 > 在 2025-06-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 1280.81 .82 .83 .84 .85 ... 216384 »

源码中国 www.ymcn.org