搜索资源列表
vc
- 在VC_中利用API实现多线程编程实例 .〔摘 要〕32 位Windows 环境下的Win32 API 提供了一些多线程应用程序开发所需要的接口函数,本文介绍 了一种在Visual C + + 中利用Win32 API 编制多线程程序的实例,有助于加深对Windows 多线程编程技术的 认识及理解.-The Case to Real ize Multi- thread Programming Based on API in VC++
monidos
- 易语言模拟DOS窗口源码例程程序结合易语言控制台操作支持库,调用API函数实现模拟纯DOS窗口的功能。本易语言例程还使用到易语言特殊功能支持库,易语言多线程支持库 -DOS window simulated easy language source code routine operation procedures for the console with easy language support library, call the API functions for simulation
FindFile
- 文件查找工具,用到了多线程和一些API.-pool English
h5vqaHhN
- 以前一直认为易语言服务端组件编写多线程是妄想,现在发现只是误解,很多时候只是处理方式的问题,本程序只使用了服务端组件,No Api,No 其它网络支持库,No 多线程支持库。-Previously been considered easy language to write multi-threaded server component is delusional, now found only misunderstood, often just a way to deal with the p
Gshutdown
- 生成一个整蛊的关机程序,恩这个程序在生成的程序中使用了多线程还有一些比较常见的api之类的。比如设定好60s 然后解除口令它就会生成一个60s关机然后除非输入口令否则就会关闭计算机这样的一个exe-Tricky to generate a shutdown procedures, uh this program generates a multi-threaded program using some of the more common api and the like. Set a good
MultiThread1
- Win32 SDK函数支持进行多线程的程序设计,并提供了操作系统原理中的各种同步、互斥和临界区等操作。Visual C++ 6.0中,使用MFC类库也实现了多线程的程序设计,使得多线程编程更加方便。该例程为Windows API 编写的一个多线程程序实例。-Win32 SDK function supports multi-threaded programming, and provides a variety of operating system principles in synchron
thf
- C++编写的关于API多线程的实例,处理争抢资源的问题 不错的-C++ written about API multithreaded instance, deal with the issue of competing for resources well
wcdb-master
- WINQ(WCDB语言集成查询): 通过WINQ,开发者无须为了拼接SQL的字符串而写一大坨胶水代码。 ORM(Object Relational Mapping): WCDB支持灵活、易用的ORM。开发者可以很便捷地定义表、索引、约束,并进行增删改查操作。 多线程高并发: WCDB支持多线程读与读、读与写并发执行,写与写串行执行。 加密:WCDB提供基于SQLCipher的数据库加密。 损坏修复: WCDB内建了Repair Kit用于修复损坏的数据库。 反注入:
Rolling star
- 调用API函数涉及到多个功能的实现,包括进程、线程、内存、编码等。(Calling the API function involves the implementation of multiple functions, including processes, threads, memory, coding, and so on)
221p
- 360程序进度下载源码程序,例程结合易语言扩展界面支持库和多线程支持库,调用API函数实现360最新版本的下载。可以时时来定位当前的位置来显示(360, download the source code program. The routine combines the easy language extension interface support library and multi thread support library. The API function is called to
Windows下线程的创建和并发执行
- 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithreading is executed concurrentl
TinyPNG客户Duan
- 做这个的原因:TinyPNG这个网站大家应该都知道,是一个在线压缩图片的,而且压缩比很高,图片质量也很好,我用过很多压缩工具,对比下来还是这个网站最屌,可是这个网站有时候打开很卡,加载都要等半天,主要是它的CSS、JS文件放在CDN导致的问题,写成软件直接POST上传就可以解决了。 源码介绍: 1.使用精易模块与论坛上开源的 winhttp api模块 2.多线程进度上传、进度下载 3.多文件拖放 (精易模块) 4.解析返回的信息使用json 可供学习的几点: 1.EXUI图标
VB Timer
- VB中仿定时器的多线程实现,使用系统API来实现该功能(Multi-threaded implementation of imitation timer)