资源列表

« 1 2 ... .76 .77 .78 .79 .80 4881.82 .83 .84 .85 .86 ... 216394 »

[进程与线程Mutex_Critical

说明:这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
<chenzifeng> 在 2025-11-25 上传 | 大小:836kb | 下载:1

[matlab例程IEEE-6

说明:人工鱼群算法在 IEEE电力系统规划中的应用程序-Artificial fish-swarm algorithm in power system planning applications
<洋洋> 在 2025-11-25 上传 | 大小:7kb | 下载:1

[微处理器(ARM/PowerPC等)Pro_1.4.0_STM3210C_RAM_TIM_OCToggle_26_Jul_2010_1

说明:stm3210C evam tim toggle + RAM examples
<eos> 在 2025-11-25 上传 | 大小:351kb | 下载:1

[其他小程序ATRStops_v1

说明:Mt4用的指标,atr止损指标,非常好用!-atr
<san> 在 2025-11-25 上传 | 大小:1kb | 下载:1

[金融证券系统databasereport

说明:银行数据库系统课程设计报告,详细分析了设计需求与数据库系统的应用及流程-Bank database systems curriculum design report, detailed analysis of the design requirements and the application of database systems and processes
<胡欣> 在 2025-11-25 上传 | 大小:325kb | 下载:1

[matlab例程jonswap

说明:a code to generate jonswap wave spectrum
<jikun> 在 2025-11-25 上传 | 大小:3kb | 下载:1

[matlab例程Three_phase_Induction_Motor

说明:Three phase induction motor in dq fr a me simulation
<jerry> 在 2025-11-25 上传 | 大小:12kb | 下载:1

[matlab例程mean_shift

说明:基于Mean_shift的运动目标跟踪算法,可实现高速公路车辆的检测-Moving Target Tracking Based on Mean_shift algorithm can achieve highway vehicle detection
<吴军> 在 2025-11-25 上传 | 大小:9.51mb | 下载:1

[matlab例程PSO-GA-S

说明:PSO与GA混合优化算法,可实现比单纯使用PSO或者GA算法更好的优化效果-PSO and GA hybrid optimization algorithm, can achieve more than a simple algorithm using PSO or GA optimization results better
<吴军> 在 2025-11-25 上传 | 大小:22.56mb | 下载:1

[matlab例程chaos_examples

说明:自己写的混沌优化算法,有注释,算法简单,适合学习-Chaos Optimization Algorithm for his writing, there are notes, simple algorithm for learning
<吴军> 在 2025-11-25 上传 | 大小:1kb | 下载:1

[matlab例程gabor_function.m

说明:自己写的Gabor方程函数,可以用来产生过完备的稀疏表示字典。-Gabor write their own equation function, can be used to generate the sparse representation over-complete dictionary.
<吴军> 在 2025-11-25 上传 | 大小:42kb | 下载:1

[matlab例程face

说明:Face Recognization algorith development in MATLAB
<Amit Raj> 在 2025-11-25 上传 | 大小:2kb | 下载:1
« 1 2 ... .76 .77 .78 .79 .80 4881.82 .83 .84 .85 .86 ... 216394 »

源码中国 www.ymcn.org