-
多项式乘法 ,用函数调用形式m用c编的,输出乘积结果
多项式乘法 ,用函数调用形式m用c编的,输出乘积结果-Polynomial multiplication
- 2022-03-18 13:58:34下载
- 积分:1
-
获取系统的内部信息,如CPU,硬盘,还有系统信息
获取系统的内部信息,如CPU,硬盘,还有系统信息-Access to system
- 2022-03-25 05:32:41下载
- 积分:1
-
java struts的经典教材之一,有学习此意想的同志有必要好好研究...
java struts的经典教材之一,有学习此意想的同志有必要好好研究-java struts one of the classic textbook, this study intended comrades should properly study
- 2023-06-07 21:05:03下载
- 积分:1
-
VCADLINK PCI
这是本人在校期间用VC编写的对数控焊接机床的控制程序,工控机采用ADLINK PCI-8136六轴控制卡,可根据输入的焊缝特征参数采用多线程控制机床自动焊接。-VCADLINK PCI-8136
- 2022-03-19 10:09:37下载
- 积分:1
-
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。...
源码,挺有用的。
不过里面是用txt写的,自己在vc里运行一下吧。-Source, quite useless. But there is a txt written to run in vc you.
- 2022-12-10 14:20:03下载
- 积分:1
-
A very interesting game to guess the word, enter a word do you think, and then w...
一个很有意思的猜字游戏,输入一个你猜的字,然后会告诉你输入更大或更小的字,直到猜对为止。-A very interesting game to guess the word, enter a word do you think, and then will tell you more or less input characters, until you guess it right so far.
- 2022-10-07 11:05:03下载
- 积分: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
-
特征码定位器可以根据机器码找到代码所在的内存地址,是定位CALL的好工具...
特征码定位器可以根据机器码找到代码所在的内存地址,是定位CALL的好工具-Signature locator can be found under the binary code where the memory address is the better instrument positioning CALL
- 2022-07-17 08:42:10下载
- 积分:1
-
模拟一个飞机场一天中的飞机起降问题
飞机降落的优先级别高于起飞的优先级...
模拟一个飞机场一天中的飞机起降问题
飞机降落的优先级别高于起飞的优先级-day simulation of an airport of aircraft taking off and landing aircraft landed issue the priority level higher than the take-off priority
- 2023-08-18 11:00:03下载
- 积分:1
-
基于OpenCV的彩色目标跟踪
基于开源的计算机视频库进行对彩色目标的跟踪定位。对于指定的颜色对象进行识别,并进行动作的跟踪,完成彩色目标的拾取定位操作。
- 2022-02-28 13:11:58下载
- 积分:1