登录
首页 » Windows开发 » source codesource codesource codesource codesource codesource codesource codesou...

source codesource codesource codesource codesource codesource codesource codesou...

于 2022-04-17 发布 文件大小:24.22 kB
0 226
下载积分: 2 下载次数: 1

代码说明:

source code source code source code source code source code source code source code -source codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource codesource code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vs2005 实现运行时线程优先级的动态显示
    vs2005开发 实现运行时线程优先级的动态显示-VS2005 realize the development run-time thread priority of the dynamic display
    2023-07-29 09:30:04下载
    积分:1
  • 小球碰倒窗口边界,按物理原则反弹。vb的小程序
    小球碰倒窗口边界,按物理原则反弹。vb开发的小程序-Small ball碰倒window border, according to the physical principles of a rebound. vb development of small programs
    2022-08-22 10:02:53下载
    积分:1
  • 这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出...
    这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出错信息,CLbraryError用来处理C运行时库的出错信息,CWin32APIError用来处理Win32 API出错信息。-contains three types of code sets, respectively, to deal with three different kinds of error messages, custom error messages, built-in CRT or Win32 API error messages. CBasicError to handle custom error messages, CLbraryError to handle C Runtime Library error messages, CWin32APIError to deal with the Win32 API error messages.
    2023-03-19 01:15:03下载
    积分:1
  • 快速注册/注销字体到位(Windows)
    如何快速注册Windows字体,然后迅速注销它在的地方。有什么用呢?我创建的字体编辑字体,然后测试它,因为它出现在另一个程序。 ;我做的每一个字符检查。所以我必须执行许多操作,如:安装字体到系统,从系统中删除字体。我这么做是通过使用标准的Windows工具。这是简单的,但一个苦差事因为大量重复操作。减少点击次数必须防止沸腾的灰质。决策 ;在Windows API函数便已发现两addfontresource和删除字体资源。随着Visual Studio帮助创建了两个简单的C程序 ; ; ; ;使用它们:addfont.exe -在系统中注册的字体;removefont.exe -从系统中删除一个字体。使用应用程序我们的路径表示有计划& lt;程序路径>;,路径和字体afont.ttf,您需要注册/从系统中删除,表示为& lt;字体路径& gt;。 ;然后,注册字体,进入命令提示符: ;; addfont.exe & lt;字体路径>; afont.ttf ;或者,如果路径或名称包含空格 ;“; addfont。EXE”& lt;字体路径>;种形式。”注销的字体,在命令提示符下输入: ;; removefont.exe & lt;字体路径>; afont.ttf ;或者,如果路径或名称包含空格 ;“; removefont。EXE”& lt;字体路径>;种形式。”对于这些命令,你可以在桌面上创建快捷方式的快捷方式和分配热键。所以,注册和注销系统和从系统中删除字体可以做分数秒时按下相应的快捷键。 ;字体文件是永远存在的,在那里他和不可复制。
    2022-01-26 06:28:53下载
    积分:1
  • D3D加载显示图像
    基于 MFC 的应用程序使用显示的图像的 D3D 演示,开发利用 VS2008 支持常规图像,如 JPG bmp PNG 支持 PNG 透明度。支持图像显示的原始比例的图像。
    2022-03-03 12:16:08下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • gis 系统 vc 的简单入门级别的gis系统
    gis 系统 vc 开发的简单入门级别的gis系统-gis
    2022-02-25 06:22:38下载
    积分:1
  • Summary of the environment are: window XP VS2005 major technical: MFC Title: Thi...
    小结 环境是:window XP VS2005 主要技术:MFC 题目: 这是一个让你选择找出指定文件类型,让后把文件名输入到一个指定文件中。 比如你要找D盘中 以.txt文件类型的文件,然后就把它们的名字输入到output.txt文件中。 [BBsee]《锵锵三人行》2008-05-12.也说藏传佛教.rmvb 这样的文件名太长,所以在window上显示不完。 这样你可以方便查阅在一个目录下的文件。 如果有什么问题与意见可以与我联系 hanyuejun2006@163.com -Summary of the environment are: window XP VS2005 major technical: MFC Title: This is a let you choose to find the specified file type, so that after the file name entered into a specified file. For example, you are looking to D intraday. Txt file type of file, and then put their names entered into the output.txt file. [BBsee] Qiang Qiang Three 2008-05-12. Also said that Tibetan Buddhism. Rmvb this file name is too long, so could not finish in the window display. So that you can easily access a directory in the document. If you have any questions and comments can contact me hanyuejun2006@163.com
    2022-01-24 14:37:45下载
    积分:1
  • A10飞机大战游戏原代码 VC,画面很不错
    A10飞机大战游戏原代码 VC开发,画面很不错-A10 ?机
    2022-05-24 10:23:29下载
    积分:1
  • 实现判卷和扩展编辑框以及使用动态控件功能
    实现判卷和扩展编辑框以及使用动态控件功能-Achieve graders and expanded edit box and the use of dynamic control function
    2023-07-18 09:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载