资源列表
[对话框与窗口] menutest
说明:设计一个创建二级菜单的程序 其中菜单有“File”菜单项和“Format”菜单项。“File”菜单项中有子菜单“About…”和“Exit”菜单;“Format”菜单项中有“Color”和“Font”子菜单项,“Color”子菜单项下有单选按钮“Blue”、“Red”和“Yellow”子菜单项,“Font”子菜单有复选框“Bold”和“Italic”子菜单项。 对“About…”和“Exit”菜单项注册监听对象,当选择“About…”或“Exit”菜单项时,弹出一个对话框或退出程序。对“<轩轩> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[进程与线程] Clock_test
说明:本程序是利用多线程技术绘制的一个钟表,该钟表可以显示当前本机的时间-This procedure is to use multi-threading technology rendering a watch, the watch can display the current local time<鄢章宝> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[多媒体编程] flashlibrary
说明:flashplayer解码库,其中包括MP3的解码、JPEG的解码-flashplayer decoder library, including the MP3 decoder, JPEG decoder<cambriage> 在 2025-09-22 上传 | 大小:262kb | 下载:0
[多媒体编程] win32_FlashPlayer
说明:win32下的flashplayer,可以支持swf文件的播放-win32 under flashplayer, can support the swf file player<cambriage> 在 2025-09-22 上传 | 大小:1.49mb | 下载:0
[其他小程序] tongxunlu
说明:通讯录。一些基本功能。 /*编程建立一通讯簿,存放有姓名、电话号码、住址,然后对通信簿进行查找、添加、修改及删除。*/-Address Book. Some basic features./* Set up a programming book, store name, phone number, address, and then the communication book to find, add, modify and delete.* /<zhouyimian> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[其他小程序] zuobiaozhuanhuan
说明:CDC的所有成员函数都以逻辑坐标作为参数,而CWnd的成员函数都以设备坐标作为参数,所以要画出正确的图像需要进行坐标转换,本代码给了详细的说明-CDC all member functions are logical coordinates as a parameter, and a member of CWnd equipment functions are to coordinate as a parameter, there is a need to draw a correct imag<张兰> 在 2025-09-22 上传 | 大小:4kb | 下载:1
[Windows编程] zuobiaotuhuizhi
说明:这段代码基本适合画各种坐标曲线,既可以把原点画在坐标轴上,也可以不画在坐标轴上。为了方便大家调试运行,我全部改成了VC代码,只要在VC中新建一个project,把下面的代码拷贝到OnDraw()函数中即可实现。各位只要稍微修改一下,就可以在其他各种编程语言中实现。 -The code for drawing all kinds of coordinates of the basic curve, we can draw in the axis origin, it may not draw in<张兰> 在 2025-09-22 上传 | 大小:6kb | 下载:0