-
这是游戏的UI描述部分奥赛罗。实际上它是约..
This the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games - such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.-This is the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games- such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.
- 2022-11-11 08:40:03下载
- 积分:1
-
From a small program, VC++ written, DisplayMode used to obtain the various param...
上传个小程序,VC++写的,DisplayMode用于获取当前显示器的各种参数-From a small program, VC++ written, DisplayMode used to obtain the various parameters of the current display
- 2022-03-18 01:03:49下载
- 积分:1
-
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the distinction. How to use tool to view a dynamic link library function of the output, Depends tools, C++ Compiler technology to adapt the name of a dynamic link library function of the impact of the output, extern C usage, use module definition files to resolve the C++ Name adaptation problems. Typedef point to use the definition of function pointer type, how to obtain the dynamic link library function pointer.
- 2022-03-24 10:37:39下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
本代码是属性页当中操作工具条的代码,界面美观。
本代码是属性页当中操作工具条的代码,界面美观。-This code is among the properties page of the code of operation, attractive interface.
- 2022-04-06 15:46:04下载
- 积分:1
-
VC与matlab的结合,VC中调用Matlab测试代码
VC与matlab的结合,VC中调用Matlab测试代码-VC and Matlab, the combination of VC Calling Matlab test code
- 2023-04-21 10:20:03下载
- 积分:1
-
Atomic AppletGrab this nuclear applet! A basic applet.
Atomic AppletGrab this nuclear applet!一个基本的applet程序。-Atomic AppletGrab this nuclear applet! A basic applet.
- 2022-05-22 10:45:43下载
- 积分:1
-
串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理,出入均设有缓冲区,大小可任意设置。...
串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理,出入均设有缓冲区,大小可任意设置。-Serial port interrupt service routine, just make a simple call to complete the serial input and output processing, access are equipped with the buffer, the size can be arbitrarily set.
- 2023-01-25 05:05:04下载
- 积分:1
-
V0.8版新增加了:英文关键词建议,根据本地tags、文章标题和文章内容通过YahooAPI进行关键词解析,最终获得Yahoo建议的英文关键词组合。...
V0.8版新增加了:英文关键词建议,根据本地tags、文章标题和文章内容通过YahooAPI进行关键词解析,最终获得Yahoo建议的英文关键词组合。-An increase of the new v0.8 version: English Keywords recommendations, in accordance with local tags, article title and article content for keywords through YahooAPI analysis, eventually Yahoo English Keywords combinations.
- 2023-06-09 07:55:03下载
- 积分:1
-
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。...
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。-A good c/c++ Coding norms, can teach you to write good quality code.
- 2022-02-02 06:45:25下载
- 积分:1