-
队列相关的编程,数据结构课上做的,希望对大家有帮助
队列相关的编程,数据结构课上做的,希望对大家有帮助-Queue-related programming, data structure class to do, and I hope to have everyone help
- 2022-05-09 08:59:42下载
- 积分:1
-
一个CRM系统实例源码,有客户管理,联系人管理,商机管理,销售管理主要功能...
一个CRM系统实例源码,有客户管理,联系人管理,商机管理,销售管理主要功能-Examples of a CRM system source code, there are customer management, contact management, opportunity management, sales management function
- 2022-03-30 07:40:37下载
- 积分:1
-
2016年湖北省电子设计大赛C题 LDC1314基于STM32的源码 实测可读
这是本人参加2016年湖北省电子设计大赛所用LDC1314源码,实测可读数据,绝对没有问题.
LDC1314 是用于电感感测解决方案的4 通道 12 位电感数字转换器 (LDC)。 由 于具备多通道且支持远程感测, LDC1314 能以最低的成本和功耗实现高性能且可靠的电感感 测。 此类产品使用简便,仅需要传感器频率处于 1kHz 至 10MHz 的范围内即可开始工作。 由于支持的传感 器频率范围 1kHz 至 10MHz 较宽,因此还支持使用非常小的 PCB 线圈,从而进一步降低感测解决方案的成 本和尺寸。
- 2022-03-20 11:53:40下载
- 积分: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
-
快速抓IE网页里的文章.
可以用在快速得到用户当前在访问的文章上....
快速抓IE网页里的文章.
可以用在快速得到用户当前在访问的文章上. -rapid grasp Internet Explorer Web"s article. Can be used in the fast current users in the article on the visit.
- 2022-07-19 03:16:46下载
- 积分:1
-
文本解析器请认真阅读您的文件包和描述它在英语至少40字节…
text parser Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-07-17 18:36:08下载
- 积分:1
-
VC++ And DX9.0 开发的3D游戏(引擎加Demo)
C++加Dx开发3D游戏引擎,新手上手的好资源,来源于互联网。一个3D游戏引擎渲染部分所需的元素基本上都包括在内。纹理、模型加载、粒子、雾特效、脚本、数学库、碰撞检测、输入、声音、摄像机等等,新手不容错过的好东西。
- 2022-01-25 15:33:31下载
- 积分:1
-
winform program to achieve the operation of peeling the skin files and code proc...
winform程序实现换肤的操作及代码流程和皮肤文件-winform program to achieve the operation of peeling the skin files and code processes and
- 2022-01-25 18:03:41下载
- 积分:1
-
It is a dos clock I have made. It shows time continously
It is a dos clock I have made. It shows time continously
- 2022-12-24 23:00:03下载
- 积分:1
-
带头尾指针的list,从list的尾部插入,可以方便的删除list上的任意位置的节点...
带头尾指针的list,从list的尾部插入,可以方便的删除list上的任意位置的节点-lead the list tail pointer from the list, insert the rear, can easily delete the list of arbitrary location of the node
- 2022-02-26 20:15:09下载
- 积分:1