▍1. 控制计算机音量的简单的例子
控制计算机音量的简单的例子-control of the computer sound simple example
控制计算机音量的简单的例子-control of the computer sound simple example
一个可视化的学生基本信息管理系统,可以输入学生姓名,ID,性别,年龄等相关资料并保存,查询,删除,修改等-a visual basic student information management system, students can enter the name, ID, gender, age and other relevant information such as preservation, inquiries, deletion, modification, etc.
共享内存允许两个或多个进程进程共享同一块内存(这块内存会映射到各个进程自己独立的地址空间),从而使得这些进程可以相互通信。在需要频繁处理一个文件或者是一个大文件的应用场景时,使用共享内存这种方式处理IO效率比普通IO效率要高。本实例简单做了两个MFC的dialog, 一个作为server端,一个作为Client端,使用共享内存的方法实现两个exe间的数据共享。
c#实现的tab,page的界面,采用win32的发光字体,可以启用aeroglass效果,将aero扩展到整个软件。 实现了不规则窗体,可以自定义每个page的内容。可以自由切换主题背景,界面比较美观。
example c# program wich demonstrate using multi-layered architecture
视频 监控 程序, 值得参考, 调试通过!-Video surveillance program, it is also useful, debugging through!
80c196与pc机串口通讯的asm通讯程序-bits and PCs serial communications asm communication procedures
自定义的标签控件对话框-Custom Controls dialog box labels
Window远程访问服务 一些API的函数的使用和学习-Window Remote Access Service API functions of some use and learning
Draw line and circle in C,Very simple code
ac48开发实例-ac48 development example
一个小小的游戏!为自己找回一些些童年的回忆!仅此而已!-just a game for ownself!
经典编程语言的学习教材,非常的有用,值得反复研读-Classical programming language learning materials, very useful and worth reading again
telnet服务器的 vc 实现 源码 工程全可直接编译 telnet服务器的 vc 实现 源码 工程全可直接编译 源文件全 可以直接编译
编制一个功能强大和易操作的Windows应用程序所需要的代码肯定会比一般的C++程序要多得多,但并不是所有的代码都需要自己从头开始编写。 Visual C++不仅提供了常用的Windows应用程序的基本框架,而且可以在框架程序中直接调用Win32 API(Application Programming Interface , 应用程序接口)函数。 用户仅需要在相应的框架位置中添加自己的代码或修改部分代码就可实现Windows应用程序的许多功能。
win32最新版本api,值得学习,好好努力-this is a win32 interface
一个短小精悍的中文内码转换工具,支持文件或剪贴板中中文内码及繁简体转换。-a short and pithy Chinese code conversion tools to support document or clipboard Chinese code and the English language.
使用vc6.0。基于mfc开发的网络通信小工具,供初学者参考。主要功 能 是聊天 室软件,设计有客户 端和服务 器端,服务器 端建立聊 天室,可以连 接多 台客户端。