-
debuggingresources
摘要:VC/C++源码,随书源码,书籍源码
advanced windows debugging一书的完整代码,不多介绍了,是书中的源码例子,学习C++有用处。(Summary: VC/C++ source, source books, books advanced windows debugging source code for a complete book, little introduction, is the source code examples in the book, learning C++ useful.)
- 2014-04-27 14:37:38下载
- 积分:1
-
OS_projectC_Mutex
You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate.
The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
- 2009-10-31 16:09:02下载
- 积分:1
-
Visual C++ 工程应用与项目开发实践
说明: 一个Visual C++ 工程应用与项目开发实践中的图形图象编程例子!供大家参考,有什么不正之处望大家不吝赐教!(a Visual C application and project development in the practice of graphic images Programming example! For your reference, what is unjust Office, we hope the wing!)
- 2005-12-24 15:50:10下载
- 积分:1
-
VGAPlayer
本播放器用于播放.vga格式的课件(大量西北工业大学的课件都是这种格式)
为了更好的使用本播放器,请注意以下几点:
1)视频文件(*.asf)必须和课件文件(*.vga)在同一个目
录下
2)同一节课具有相同的名字,例如01.asf对应01.vga,
反之亦然。
3)如有任何意见或建议请发邮件至dgx_lsyd3@163.com
或加QQ:259177377
(The player used to play. Vga courseware format (a large number of Northwestern Polytechnical University courseware is in this format) In order to better use of the player, please note the following: 1) the video file (*. asf) must be and courseware documents (*. vga) in the same directory 2) the same class with the same name, for example, 01.asf corresponding 01.vga, and vice versa. 3) If you have any comments or suggestions, please e-mail dgx_lsyd3@163.com or QQ: 259177377)
- 2020-06-26 03:20:02下载
- 积分:1
-
VisualAssist-10.9.2052
Visual Assist V10.9.2052 最新版 2014.11.05
原版安装文件及破解dll文件
压缩包内包含VisualAssist10.9.2052原版安装文件和破解后的dll文件
使用方法:
1 执行VA_X_Setup2052.exe安装原版文件
(官方下载地址:http://www.wholetomato.com/downloads/default.asp)
2 在电脑内搜索VA_X.dll文件的位置 把下载到的破解dll文件覆盖原VA_X.dll文件.
Windows7系统和VisualStudio2013的VA_X dll所在路径:
C:Users你的用户名\AppDataLocalMicrosoftVisualStudio12.0Extensions随机字符串的文件夹
3 安装破解结束
注:(使用时VisualAssist的版本信息显示License:trial 不影响使用,可使用VA的全部功能,时间永不过期)(Visual Assist V10.9.2052 original installation files and crack dll file dll file compression package that contains VisualAssist10.9.2052 use the original installation files and after the break: an execution VA_X_Setup2052.exe original installation file (official download address: http: // www. wholetomato.com/downloads/default.asp) 2 search VA_X.dll position in the computer file to download to crack dll file overwrite the original file VA_X.dll Windows7 system and VisualStudio2013 of VA_X dll path where:. C: Users Your username AppData Local Microsoft VisualStudio 12.0 Extensions files folder random string end Note 3 to install the cracked version :( When using VisualAssist information display License: trial does not affect the use, you can use all VA function, time never expires))
- 2014-12-19 17:26:55下载
- 积分:1
-
RadarSimulation
自己写的雷达MFC编程,适用于刚学习C++做雷达相关的MFC编程新人,(Write my own radar MFC programming for doing just learning C++ MFC programming related to the new radar,)
- 2014-12-02 23:53:10下载
- 积分:1
-
armYUANCHENG
基于linux arm的远程监控程序,包含lcd 音频 视屏和一定linux的基本命令,提供客户端和服务器代码,可根据需要自行修改(Remote monitoring program Linux based on arm, including basic commands LCD audio video and Linux, provide the client and server code, can be modified according to the needs of its own)
- 2014-04-18 09:51:17下载
- 积分:1
-
VCPP
实验了界面组态和串口通信,完成了界面显示,通过串口变化功能(Experimental interface configuration and serial communication, completed through the serial interface display change function)
- 2013-03-15 22:46:42下载
- 积分:1
-
字符串反转函数
反转string中的字符串。如果成功,则返回改变后的字符串,否则返回一个错误(reversal string of string. If successful, it returns the string change or return an error)
- 2004-09-21 11:19:30下载
- 积分:1
-
filetransserver
务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。
(side is based on the Treasury select I/O model. To prevent the program interface obstruction, a son threaded socket for receiving continuous and select which of treatment. Only one client thread function, but its high efficiency, long-distance directory can be used to exchange documents requested size, creating a number of threads to download files. Upload a file transfer and downloading, and the transmission of the project, specifically referring to transfer files downloaded.)
- 2007-04-19 10:07:59下载
- 积分:1