登录
首页 » Windows开发 » small win32

small win32

于 2023-03-03 发布 文件大小:79.23 kB
0 67
下载积分: 2 下载次数: 1

代码说明:

小巧的win32反汇编程序-small win32- assembler

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

发表评论

0 个回复

  • VB modbus CRC16查表法校验循环法校验
    vb6.0 或VB.net 中关于Modbus 与仪器、plc、仪表通讯的CRC16 校验,CRC16校验包含循环法和查表法
    2023-05-25 07:45:03下载
    积分:1
  • 基于c# wcf的酒店管理系统
    本项目接近商业版的酒店管理系统,包含酒店管理,酒店预定,酒店消费,结账等所有传统功能,项目包含wcf框架的客户端和服务端,对c#wcf的初学者是不个相当不错的项目
    2022-02-05 01:57:13下载
    积分: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
  • 解决软件不能安装的WINDOWS INSTALLER
    解决软件不能安装的WINDOWS INSTALLER-Can not solve the software installed WINDOWS INSTALLER
    2022-07-19 01:18:58下载
    积分:1
  • VC 操控 IE 的使用方式
    VC 操控 IE 的使用方式-VC control the use IE
    2022-11-24 05:40:03下载
    积分:1
  • iphone mobile source code
    iphone mobile source code
    2022-12-06 03:05:03下载
    积分:1
  • 贪吃蛇贪吃蛇游戏,吃的像贪吃蛇游戏,吃的像贪吃蛇游戏,
    食贪蛇游戏, 食贪蛇游戏,-Fresh greedy snake game, eat like a snake game, eat like a snake game,
    2023-05-09 21:45:03下载
    积分:1
  • 基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用...
    基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用C++编制,速度奇快,支持5000人同时在线! AbcChat灵活的模板结构,提供您一个充分展示自己个性的平台支持-Based on MeChat, an increase of the background to the management and chat room management capabilities and enhanced performance to deal with web pages dedicated to beautify the interface to achieve high-performance web chat room features, installation, maintenance is extremely simple. AbcChat using C++ Establishment, the speed of a swift pace in support of 5,000 people online at the same time! AbcChat flexible template structure, and provide you with a fully personalized platform to display their support
    2022-05-13 04:23:19下载
    积分:1
  • 一个FFT的频谱分析的例子
    一个FFT的频谱分析的例子-FFT spectrum analysis of an example
    2022-07-18 17:58:24下载
    积分:1
  • 一个简单高效的循环缓冲区的管理代码,与平台无关,可以方便在各种场合使用。...
    一个简单高效的循环缓冲区的管理代码,与平台无关,可以方便在各种场合使用。-A simple and efficient management of the cycle of the buffer zone code, and platform-independent, it will be convenient to use on various occasions.
    2022-03-25 17:00:48下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载