-
The procedure is achieved by the C language function of time, the realization of...
该程序是由C语言实现的时间函数,实现一个猜数游戏,判断一个人反应快慢的功能。-The procedure is achieved by the C language function of time, the realization of a guess the number of games to determine the response speed of a person functions.
- 2022-03-22 14:00:54下载
- 积分:1
-
dialer programme, need some work, not really the best there is, but may help som...
dialer programme, need some work, not really the best there is, but may help some to get ideas how to write something better
- 2023-07-26 16:25:04下载
- 积分:1
-
VC++制作的很多精品源码,这次一块打包给大家享用,记得觉得我们好的给宣传一下哈
本文来源于虾客源码 http://www.xkxz.com...
VC++制作的很多精品源码,这次一块打包给大家享用,记得觉得我们好的给宣传一下哈
本文来源于虾客源码 http://www.xkxz.com-VC++ Produced many fine source, this time to enjoy a package to the U.S., I remember that we look good to the propaganda in this article come from the shrimp off Kazakhstan source http://www.xkxz.com
- 2022-09-20 23:10:03下载
- 积分:1
-
链表面试题
3.创建一个学生链表,进行链表的插入、删除、查找操
作,要求:(1)使用函数模板;
- 2022-06-30 03:55:29下载
- 积分:1
-
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考...
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考-Easy to see someone else shares source language, the compiler can be run after the system, can be used for stocks and reference software development
- 2022-09-20 19:40:03下载
- 积分:1
-
利用Visual Basic编写的小程序,模拟手机上消息编辑,可以在电脑上编辑手机消息。...
利用Visual Basic编写的小程序,模拟手机上消息编辑,可以在电脑上编辑手机消息。-The use of Visual Basic procedures for the preparation of a small, analog mobile phone news editor, can edit on your computer phone message.
- 2023-02-25 08:45: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
-
选举小程序,可以进行投票,首先输入参加选举的名单即可
选举小程序,可以进行投票,首先输入参加选举的名单即可-Election of small programs, you can vote, first of all, the list of input can participate in the elections
- 2023-01-21 01:40:04下载
- 积分:1
-
用51 控制硬盘的读写,但不包含文件系统
用51 控制硬盘的读写,但不包含文件系统-control with 51 drives to read and write, but does not include file system
- 2022-05-13 08:23:10下载
- 积分:1
-
程序实现多国语言的动态切换解决方案。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。这样不但可以动态切换语言,而且用...
程序实现多国语言的动态切换解决方案。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。这样不但可以动态切换语言,而且用户可以根据需要自己添加新的语言。-Procedures for multi-language dynamic switching solution. All the strings used are into file, a language of a document, depending on the chosen language to the corresponding file to load a string. Not only can dynamically switch languages, and users can add a new language needs its own.
- 2022-01-31 15:22:15下载
- 积分:1