-
智能卡的嗅探器
与搜索和截获命令APDU一起工作的嗅探器智能卡
- 2022-10-09 21:25:03下载
- 积分:1
-
enhancements of the Chronicle, wrote this
增强功能的自己写的记事本-enhancements of the Chronicle, wrote this
- 2022-11-09 14:35:03下载
- 积分:1
-
云升公文传输系统 v3.3 Access版
云升公文传输系统 v3.3 Access版
- 2023-04-10 18:50:04下载
- 积分:1
-
Plx9054_WDM_Driver
该工程为WDM驱动,采用DriverStudio进行编译。其中包含IO操作,及DMA传输。
如果有PLX9054的板卡,可以直接安装测试。
- 2022-04-30 20:56:48下载
- 积分:1
-
WavPack的实现代码,实现WavPack的基本功能
WAVPACK实现代码,实现了WAVPACK的基本功能-WAVPACK the realization of the code to achieve the basic functions of WAVPACK
- 2022-01-25 21:50:40下载
- 积分:1
-
Internet与WEB服务源代码:cicmpsrc
Internet与WEB服务源代码:cicmpsrc-Internet and Web service source code : cicmpsrc
- 2022-01-26 08:03:27下载
- 积分:1
-
steganography in compressed images(jpeg),dc coeffs not touched
steganography in compressed images(jpeg),dc coeffs not touched
- 2023-04-01 07:20:03下载
- 积分:1
-
阿计算 两地分居了 阿嫂及电力附加
阿计算 两地分居了 阿嫂及电力附加-A calculation of the two separated Simon and electricity surcharge
- 2022-01-27 21:12:28下载
- 积分:1
-
步骤语言参考手册,是一个对象
STEP Express语言参考手册,是一个面向对象的建模语言,在机械产品设计中应用非常广泛-STEP Express language reference manual, is an object-oriented modeling language, the design of mechanical products in a wide range of applications
- 2022-04-02 11:27:29下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1