-
使用真正的Winsock做的最简单的通信程
使用真正的Winsock做的最简单的通信程-use the real Winsock do the most simple way of communication
- 2022-02-20 21:59:07下载
- 积分:1
-
软件简介:一个导出数据到wps表格的例子。其中WPSInterInface目录下的*lib.pas文件使用delphi的工具制作。由于WPS的三个组件:文字、表...
软件简介:一个导出数据到wps表格的例子。其中WPSInterInface目录下的*lib.pas文件使用delphi的工具制作。由于WPS的三个组件:文字、表格、演示有些接口的名称是一致的,这样在delphi的同一个单元中使用将比较麻烦,所以我写了uWPSTypeDef.pas文件来转换类名。-software description : a derived data to wps forms example. Which WPSInterInface* Contents of the document uses delphi lib.pas tool production. Because WPS three components : text, spreadsheet, and presentation of names of some interfaces are identical, so in the same delphi use of a unit to a more trouble, so I wrote a paper uWPSTypeDef.pas to change class name.
- 2022-02-05 02:20:06下载
- 积分:1
-
这是一个brew开发的游戏。是推箱子游戏。用到了底层的菜单,并非使用控件。有多个事件响应的实例。...
这是一个brew开发的游戏。是推箱子游戏。用到了底层的菜单,并非使用控件。有多个事件响应的实例。-It is a box game .it run in brew SDK. the menu is not use the Navi.
- 2022-05-19 14:39:21下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
非常好的VB学习案例程序,包括一定的财务知识,适合有VB基础的人学习...
非常好的VB学习案例程序,包括一定的财务知识,适合有VB基础的人学习-VB very good case study procedures, including certain financial knowledge, VB is the basis for learning from the people
- 2023-03-23 20:50:04下载
- 积分:1
-
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。...
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。-This is a computer equipment testing procedures, programming under vc. For example, detection of the keyboard, when you press the corresponding key when the corresponding interface on the highlighted text will be displayed in red.
- 2022-02-26 11:01:02下载
- 积分:1
-
In order to write data or write, we should first check the status of LCM, or sta...
在写数据或写命令之前,应先检查LCM的状态,即状态寄存器中命令就绪(STA0)和数据就绪(STA1)需要同时检查,只有这两位同时为“1”(LCM空闲状态)时,才可以进行数据和命令的写操作,通常情况下,可以设计一个读状态子函数,用以判断-In order to write data or write, we should first check the status of LCM, or status register in the order in place (STA0) and data-ready (STA1) need to check that only the two at the same time
- 2022-02-13 02:13:08下载
- 积分:1
-
一个漂亮的万花筒,对C++初学者很有帮助
一个漂亮的万花筒,对C++初学者很有帮助-a beautiful kaleidoscope of C beginners helpful
- 2023-04-03 01:15:03下载
- 积分:1
-
Windows environment
WINDOWS环境下宏命令批处理增强工具包C语言解释器 -Windows environment-order batch tool kit to enhance C language interpreter
- 2023-01-10 11:30:03下载
- 积分:1
-
基于winpcap网络嗅探器
winpcap(windows packet capture)是windows平台下一个免费,公共的网络访问系统。开发winpcap这个项目的目的在于为win32应用程序提供访问网络底层的能力。WinPcap是用于网络封包抓取的一套工具,可适用于32位的操作平台上解析网络封包,包含了核心的封包过滤,一个底层动态链接库,和一个高层系统函数库,及可用来直接存取封包的应用程序界面。 Winpcap是一个免费公开的软件系统。它用于windows系统下的直接的网络编程。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-07 00:55:24下载
- 积分:1