资源列表
ATM-Sourcecode
- In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.[1] The implementation of threads and processes differs
TestThread
- A thread is a coding construct unaffect by the architecture of an application. A single process frequently may contain multiple threads. Threads can also directly communicate with each other since they share the same variables.
NeuralNetwork_RBF
- RBF神经网络实现,MATLAB平台。附训练和测试数据(RBF neural network implementation, MATLAB platform. With training and test data)
1
- Algoritmo Ford Fulkerson para maximizar los flujos antes de llegar al flujo maximo.
cement
- 用于计算胶结砂岩的弹性模量,用于岩石物理分析(For caculate cement sand modulus)
DeepLearningImageClassificationExample
- 使用2012Imagenet数据大赛深度学习网络为架构的卷积神经网络,可进行多类数据分类任务(Using the 2012Imagenet Data Contest Deep Learning Network for Architectural Convolution Neural Networks, Multiple Class Data Classification Tasks)
2
- Power flow codes with forkers fulkerson algorithms
3
- Power flow fulkerson algorithms in step-by-step matlab
GolayCodeNbit
- 生成Nbit的golay互补码,注意输入的码长数值必须是2^n,输出为2*n的矩阵。包含源代码和输出波形图。(This function is designed for generating a N-bit Golay complementary code sequence. The syntax is "y=GolayCodeNbit(N)", where N is pattern of 2^n. The output result, y, is an output m
4
- All algorithms to increase power flows
5
- Matlab all algorithms to increase power flows
lab14-CAN
- can自测程序,自己根据实际改写,管脚定义(program of can selftesting)