搜索资源列表
MycWork001
- 这是我的课程设计 由于时间有限,程序难免有不足。 还请多多指教。 程序建议不要在win2000和win xp的cmd下运行。 推荐在win98或纯dos中装有UCDOS中文DOS平台下运行。 主菜单程序为main.c 运行此程序,选择相应的菜单,即可运行查看到其他程序。 wnl.c万年历 adstd.c 学生数据库 ply.c小蜜蜂(UFO)游戏 tlife 生存模拟 但是要求main.c和其他程序的执行文件必须在同一目录里(文件夹)。否则连接其他程序将失
OpenandShutDownSystem
- 利用vc++编写的操作win系统的程序,主要实现开关机程序.初次编写,希望能提供帮助-use vc prepared by the operating system win the procedures main switching machine procedures. The initial preparation, hope can help
winmp3exp
- 一款仿Winamp的播放软件,实现了它的多种功能!支持MP3,WMA,WAV等多种格式! 支持多个面板!主面板为Win-XP样式!内存比Winamp小3MB!! 功能绍介 ·支持多种格式 ·支持更换面板 ·支持快捷键 ·保存/读取播放清单 ·播放列表 -A fake Winamp player software, achieved its multiple functions. Supports MP3, WMA, WAV and other form
lame_duote
- 一款仿Winamp的播放软件,实现了它的多种功能!支持MP3,WMA,WAV等多种格式! 支持多个面板!主面板为Win-XP样式!内存比Winamp小3MB!! 功能绍介 ·支持多种格式 ·支持更换面板 ·支持快捷键 ·保存/读取播放清单 ·播放列表 -A fake Winamp player software, achieved its multiple functions. Supports MP3, WMA, WAV and other form
新编Win API大全
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-32 as a Microsoft platform application programming interface,
迷宫求解的非递归算法
- #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
WinMain
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, the window closed with the applicatio
helloVC
- 利用ProjWizard创建Win32程序时,VC可以创建一个空项目,一个简单Win32架构程序,或一个典型的Win32 程序,分别利用这三种方式创建一个Win 32应用程序,应用程序的主窗口显示“Hello, VC”等字样,同时当按下鼠标左键时,计算机发出叮咚声.-Win32 program using ProjWizard create, VC you can create an empty project, a simple framework for Win32 program, or
usbdiskencrar
- 主要是U 盘加密的。可以对U盘 进行加密,是一个难得的例子-Files Descr iption: DD\EDDrv.c: The on-the-fly encryption/decryption filter driver. DD\EdDrv.h: Main header file for the above. DD\IoctlCmd.h: Containing the IOCTLs for the driver. DD\EdDrv.lib: The library fi
MyShell_35menu
- wince5 GPS 主界面软件,对在wince5上开发界面软件很有帮助-a main menu software on wince5, it is good for GPS main menu develepment.
ATM
- 主要功能就是实现密码的输入和修改,需用win-tc中文环境下运行,不然无法显示中文。-Main function is to achieve the password input and changes, needed win-tc Chinese environment to run, or can not be displayed in Chinese.
StudentManage
- 采用程序设计软件WIN-TC编写程序,本系统主要用于学校学生信息管理,其主要任务是用计算机对学生各种信息进行日常管理,如查询、修改 、清空、删除,针对这些要求设计了学生信息管理系统,本系统程序有图形界面函数、逻辑函数、输入输出函数、数据结构 函数、存储函数等函数组成。此外,系统采取类似于WINDOWS操作系统的界面,并有操作提示,易于用户的使用,有良好的人机交互功能。-The WIN-TC, the programming software, programming, this system i
An_Advance199150522006
- This a complete Tictactoe game, it includes many functionalities, you can play games against another human, you can play against the computer, you can also even let the computer play against itself. The A.I is very good, actualy it is unbeatable
main
- modbus crc16 implementation testing on win console application
tictactoe
- 2.2.1 程序功能简介 该程序是TICTACTOE游戏,棋盘为3*3,3个棋子连起来即为赢。输入参数时,若输入的数字超出边界在已有棋子的地方再输入,则提示出错,要求重新输入。 2.2.2程序设计要求 (1) 将程序改写成类; (2) 将棋盘扩充成4*4; (3) 统计输赢结果并打印输出; (4) 选做:使游戏更生动(输赢条件相同)。 2.2.3课程设计说明 (1) 棋盘可用数组来定义,如Board[4][4]={0,0,0,0,0,0,0,0,0,0,0,0,
main
- 胡牌检测算法 输入:13个麻将 输出:胡牌的个数和方案-Winning hand detection algorithm Input: 13 Mahjong output: the number of points to win and programs
Hook
- 利用winAPI设置钩子和释放钩子,空出了钩子处理过程供后续可用,基本实现了框架。-Implementation of hooks using win API, the handling procedure is left for further developing, the main contribution is the framwork
WinMain
- 第一个WinMain函数(修完整) 第一个WinMain函数(修完整)-Win Main Code
lonatinrerface
- 利用vc++编写的操作win系统的程序,主要实现开关机程序,初次编写,希望能提供帮助,-Using vc++ write programs to the Windows operation system, the main implementation switch machine process, first time to write, hope to provide help,
3982337
- 利用vc++编写的操作win系统的程序,主要实现开关机程序,初次编写,希望能提供帮助,(Using vc + + write programs to the Windows operation system, the main implementation switch machine process, first time to write, hope to provide help,)
