-
judge whether matching brackets
判断括号是否匹配-judge whether matching brackets
- 2023-04-12 03:45:04下载
- 积分:1
-
bullets Loader unlimited source Jinshan drifter and tickets can Ollydbg know : c...
反恐精英1.5的子弹无限Loader的源代
用金山游侠和Ollydbg可以得知:
改目录“反恐精英cstrikedlls”下mp.dll文件以下值可使应的武器子弹无限
-bullets Loader unlimited source Jinshan drifter and tickets can Ollydbg know : change directory " Counter-Strike cstrike dlls" mp.dll documents under the following values can be the force for unlimited bullets
- 2023-02-19 11:15:04下载
- 积分:1
-
在两个运行的应用程序之间实时传递信息,以便一个程序获悉另一个程序状态
在Windows系统上,用C#制作两个窗口应用程序。两个程序运行后,一个程序的可以获悉另一个程序的运行状态以及输入的内容,以便于做出相应响应动作。
适合在Windows系统上实现控制程序与被控程序之间进行实时消息传递,实现对主控程序对被控程序的控制!
- 2022-03-23 17:24:16下载
- 积分:1
-
本文介绍了一个简单的日历,在您的桌面上。我创造了…
This article describes a simple calendar that sits on your desktop. I have created this application to just study about alpha blending, desktop wallpapers, and how a device context can be saved as a bitmap. I am planning to make a more refined version including a time scheduler and reminder also.
- 2022-10-22 21:40:03下载
- 积分:1
-
图像处理中SSE的应用
SSE – Streaming SIMD Extension,是Intel从PIII开始加入的一种x86扩展指令集。在SSE以前,x86的浮点运算都是以栈式FPU完成的,有一定x86汇编经验的人应该不会对那些复杂的fld、fst指令陌生吧。而SSE一方面让浮点运算可以像整数运算的模式、如 add eax , ebx 那样通过直接访问寄存器完成,绕开了讨厌的栈,另一方面引入了SIMD这个概念。SIMD – Single
Instruction Multiply Data,顾名思义,它可以同时让一条指令在多个数据上执行,这种
- 2022-02-09 16:46:15下载
- 积分:1
-
以VC++为编程工具,解决C语言中的经典问题:mail
以VC++为编程工具,解决C语言中的经典问题:mail-box问题。-to VC++ programming tools, C language to solve the classic problem : mail-box issue.
- 2022-01-26 02:59:44下载
- 积分: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
-
代码行数计算工具,
可以计算某个目录下面及其子
目录中指定类型[以后缀名]标识的
文件集合包含代码的总行数,大家可以
任意使用,任意修改源代码。...
代码行数计算工具,
可以计算某个目录下面及其子
目录中指定类型[以后缀名]标识的
文件集合包含代码的总行数,大家可以
任意使用,任意修改源代码。
空行不算
简单注释不算,比如, “//”开头的行不算-Lines of code calculated by the number of tools, can calculate a directory and its subdirectories below the specified type [to the suffix name] logo document collection contains a few head office code, we can use, modify any source code. Notes is not a simple blank line is not, for example, // at the beginning of the line is not
- 2022-10-25 04:50:02下载
- 积分:1
-
获取微信用户信息源码(.net)
通过网页获得微信OpenID以及用户性别,年龄等信息!!!!
- 2023-05-21 19:35:02下载
- 积分:1
-
common control products that Microsoft is a very important part, particularly fo...
通用控件是微软产品里很重要的一部分,尤其对许多 Windows 第三方产品开发者来说,但有时候开发者想在这么多通用控件里找个合适的,并有详细资料的却并不容易,本书就经常提出的问题进行了一些讨论,希望对 Windows 程序开发有所帮助。-common control products that Microsoft is a very important part, particularly for many Windows third-party product developers, but sometimes developers to the many common controls Lane to find suitable, and detailed information is not easy, this book often on the subject of some discussion, and I hope to Windows developers some help.
- 2023-09-10 04:35:04下载
- 积分:1