资源列表
sy4
- 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
sy5
- 动态分区分配算法的模拟 初始化功能:内存状态设置为初始状态。 分配功能:要求至少使用两种算法,用户可以选择使用。 回收功能: 空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。 显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allocation algorithm simulation
pid
- 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
music
- music算法进行到达角(AOA)定位的仿真源代码,希望对大家有帮助-music DOA algorithm (AOA) positioning the simulation source code, we want to help
clear
- 清除软件试用天数限制,里面有具体的功能说明-Remove the software limits the number of trial days, which has a specific function descr iption
ccccc
- 关于车间调度的一个主程序,是关于服装生产流水线工序编排的主程序-A main program on the shop scheduling
luyin
- 基于labview的录音机,也能播放声音,同时能录入*.wav和*.lm两种格式的文件-Labview-based tape recorder, can play a sound, and can input*. wav and*. lm file formats
s_machine
- 基于quertusII的序列状态机源码电子自动化eda设计源码 。电子设计自动化-Based on sequence state machine quertusII source of electronic design automation eda source. Electronic design automation
MIMOpower_distrbute_waterfiling
- MIMO系统为提高系统性能采用功率分配,这个程序主要采用注水发进行功率分配-MIMO system with power allocation to improve system performance, this program mainly for the power distribution of fat injection
QR_THPprecoding_BERstimulate
- 基于QR分解的MIMO系统的误码率性能仿真-QR decomposition based on the BER performance of MIMO system simulation
cifafenxiqi6
- 该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter =
matlabstork
- matlab构造股票过程,里面有详细的描述-matlab course of construction stocks, which are described in detail
