-
有实例的程序,对
有例子程序,网上搜集,每次只能使用15分钟。winCE 下 zc030x 封装类-There are examples of programs, on-line collection, each can only use 15 minutes. winCE wrapper classes under the zc030x
- 2022-03-23 03:51:43下载
- 积分:1
-
几个 源代码,关于汇编dos窗口的,大家可以
几个 源代码,关于汇编dos窗口的,大家可以-several source code, on the compilation dos window, we can see!
- 2022-12-16 03:35:03下载
- 积分:1
-
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作...
对注册表的操作,对ini文件的操作,从对话框内读取文件内容的操作-The operation of the registry, ini file for the operation, from the dialog box to read the contents of the documents within the operation of
- 2023-04-20 02:45:03下载
- 积分:1
-
数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家开发时用,避免重复劳动。...
数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家开发时用,避免重复劳动。-Guinness category database operations, including MS SQL, Oracole, OLEDB, MySQL, ODBCDB. Developed for everybody, and avoid duplication of efforts.
- 2022-05-06 15:39:22下载
- 积分:1
-
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能...
squid3.0及以后的版本相对于squid2系列有所改变,主要是把squid2系列的源代码由C换为了C++,同时增加了一些rfc文档里所描述的功能-squid3.0 and subsequent versions as opposed to a change in squid2 series is meant to give the series squid2 source code from the C-for for C , while increasing the number of rfc document described the function of
- 2022-01-24 16:11:31下载
- 积分:1
-
ipcdemo.zip ipcdemo.zip
ip cdemo.zipipcdemo.zip
ipcdemo.zip ipcdemo.zip
ip cdemo.zipipcdemo.zip-ipcdemo.zip ipcdemo.zip
ip cdemo.zip
ip cdemo.zipipcdemo.zip
- 2022-01-21 20:02:05下载
- 积分:1
-
在静态控件中显示倒计时
该例子主要实现了在静态控件中如何动态显示倒计时的时间,这个例子可以学习定时器事件的使用及如何给静态控件传递数据
- 2022-03-05 20:23:26下载
- 积分:1
-
一个不错的学习程序 有兴趣的朋友可以看看的
一个不错的学习程序 有兴趣的朋友可以看看的-a good learning process are interested can look at the friends
- 2022-04-09 10:03:34下载
- 积分: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
-
本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。...
本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。-the mathematical procedures to achieve the objects for the volume and surface area of algorithms and realization process. We hope to have some insights.
- 2023-02-21 14:55:03下载
- 积分:1