-
会声会影效果程序进程
会声会影效果程序进程的启动和停止会声会影X4仿AE画中画效果01(去背景)(abc abc abc abc abc abc abc abc abc )
- 2012-03-11 19:43:23下载
- 积分:1
-
arduinorobot
ardunio robot tutorial
- 2019-04-11 15:27:44下载
- 积分:1
-
project
本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。初始优先数60。为了便于处理,程序中的运行时间以时间片为单位计算,各进程的优先数或轮转时间数以及进程需要运行的时间片数的初值均由用户给定。3) 在优先数算法中,进程每执行一次,优先数减3,CPU时间片数加1,进程还需要的时间片数减1,在轮转算法中,采用固定时间片,时间片数为2,进程每执行1次,CPU时间片数加2,进程还需要的时间数减2,并排列到就绪队列的尾上。(This procedure using two algorithms for five scheduling process, each process can have three states, and assuming that the initial state to the ready state. The initial priority number 60. To facilitate processing, the program runs in time for the unit time slices, each time slice process priority number or rotation time and the number of processes that need to run the initial value by the number given by the user. 3) the priority number algorithm, the process Each time, priority number minus 3, CPU time slices plus one, the process needs time slices minus one, in the Round Robin, the fixed time slice, the time slice number 2 , each process is d once, CPU time slices plus 2, the process needs time minus 2, and arranged into the tail of the ready queue.)
- 2016-05-19 13:18:40下载
- 积分:1
-
TIMPWM
基于stm32单片机编程,使用TIM3产生四路PWM波形(Based on STM32 microcontroller programming, using TIM3 to generate four PWM waveform)
- 2017-12-27 11:03:37下载
- 积分:1
-
winform+SQL 的超市管理
超市管理系统,模拟其他实例制作,界面有点雷同,但是代码不一样。只要用于初学者掌握winform 的控件的应用,SQL的数据库操作
- 2019-01-07下载
- 积分:1
-
stm32Interrut
嵌套向量中断控制器(NVIC)和处理器核的接口紧密相连,可以实现低延迟的中断处理和有效处理地处理晚到的中断(The NVIC and the processor core interface are closely coupled, which enables low latency
interrupt processing and efficient processing of late arriving interrupts.)
- 2013-11-29 10:47:47下载
- 积分:1
-
PMA
PMA规约模拟测试软件。适合初学者使用,包含几个常用规约(PMA Statute of the simulation test software)
- 2013-09-17 12:23:28下载
- 积分:1
-
序列号生成代码
public static string DesEncrypt(string encryptString, string key)
{
byte[] keyBytes = Encoding.UTF8.GetBytes(key.Substring(0, 8));
byte[] keyIV = keyBytes;
byte[] inputByteArray = Encoding.UTF8.GetBytes(encryptString);
DESCryptoServiceProvider provider = new DESCryptoServiceProvider();
MemoryStream mStream = new MemoryStream();
CryptoStream cStream = new CryptoStream(mStream, provider.CreateEncryptor(keyBytes, keyIV), CryptoStreamMode.Write);
&nb
- 2022-02-14 04:41:29下载
- 积分:1
-
32程序测频率。mini板可达20M
可用于高频检测,程序内注释很多,要接的引脚已经表明,自己在电子科技竞赛用的程序,只要最小的32最小系统就足够了,不会出现不兼容问题,若是是需要低频精度检测可在下载后的评论里留言。
- 2022-08-15 01:42:05下载
- 积分:1
-
pvvnn
一种流形学习算法(很好用),包括主成分分析、因子分析、贝叶斯分析,包含收发两个客户端的链路级通信程序。( A fluid manifold learning algorithm (good use), Including principal component analysis, factor analysis, Bayesian analysis, Contains two clients receive link-level communications program.)
- 2017-04-15 21:53:49下载
- 积分:1