-
基于流水车间的调度程序算法,适用于一般的流水机械加工车间调度...
基于流水车间的调度程序算法,适用于一般的流水机械加工车间调度-based on the water plant scheduler algorithm, applicable to the general flow machining shop scheduling
- 2022-04-30 01:55:04下载
- 积分:1
-
Bovine Latin
The cows have heard that the pigs use a secret language called "Pi...
对于元音字母(a e i o u)开头的英文单词结尾加上cow;相反,如果是辅音开头的英文单词,开头第一个字母移到末尾加ow-Bovine Latin
The cows have heard that the pigs use a secret language called "Pig Latin" when they want to communicate with each other without Farmer John being able to understand what they are saying. Thinking this is an excellent idea, they have invented their own version, aptly called Bovine Latin.
Converting an English word to a Bovine Latin word is quite simple. For words that start with a vowel ( a , e , i , o or u ), "cow" is added to the end of the word for example, "udder" becomes "uddercow". For words that do not begin with a vowel, the first letter is moved to the end of the word, and "ow" is added e.g., "farmer" becomes "armerfow". So "the cows escape at dawn" becomes "hetow owscow escapecow atcow awndow." The cows fervently believe that FJ will not understand this subterfuge.
Never known as enthusiastic linguists, the cows find this translation quite tedious and thus have asked you to write a pr
- 2023-01-30 03:25:04下载
- 积分:1
-
这是个能实现链队列的创建、删除、插入、销毁的程序,对于链表的学习很有用。...
这是个能实现链队列的创建、删除、插入、销毁的程序,对于链表的学习很有用。-This is a chain to realize the creation of the queue, delete, insert, the destruction of the procedure, the list of study very useful.
- 2022-08-07 15:59:34下载
- 积分:1
-
这是用Fortran编写的油藏数值模拟软件,同行都该知道,次程序绝对值得珍藏。...
这是用Fortran编写的油藏数值模拟软件,同行都该知道,次程序绝对值得珍藏。-This is prepared using Fortran numerical reservoir simulation software, all the peers know that time is worth collection procedures.
- 2023-01-15 12:05:04下载
- 积分:1
-
这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式...
这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式-This book introduces the basic regular expression syntax and application of easy step-by-step can help you quickly master the regular expression
- 2022-07-01 19:59:23下载
- 积分:1
-
一个利用WINDOWS自带的命令笔NET SEND发送消息的程序,将命令行界面化,如果有兴趣的话,可以研究研究...
一个利用WINDOWS自带的命令笔NET SEND发送消息的程序,将命令行界面化,如果有兴趣的话,可以研究研究-A program sending message using NET SEND of Windows. It use graphic interface instead of command.
- 2022-02-21 22:00:28下载
- 积分:1
-
本代码可以获得各种图形图像的基本属性,方便对图像进行基本处理
本代码可以获得各种图形图像的基本属性,方便对图像进行基本处理-This code can be a variety of graphic images of the basic attributes to facilitate the basic image treatment
- 2022-07-25 06:09:48下载
- 积分:1
-
关于语音情感识别的一篇论文,很好的,讲得很详细
关于语音情感识别的一篇论文,很好的,讲得很详细-Speech Emotion Recognition on a paper, very good, very detailed
- 2023-09-07 03:45:04下载
- 积分:1
-
一款利用vc调用windows API函数,模拟键盘输入的小程序。仅供参考...
一款利用vc调用windows API函数,模拟键盘输入的小程序。仅供参考-use vc calling Windows API functions, simulated keyboard input of small procedures. For reference
- 2022-03-21 07:18:48下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1