-
鼠标的控制和优化的几个很好的小程序的源代码,对鼠标好些功能都作了设计。...
鼠标的控制和优化的几个很好的小程序的源代码,对鼠标好些功能都作了设计。-these are good source codes of several small program which is designed for some functions of mouse.
- 2022-03-18 07:00:34下载
- 积分:1
-
操作注册表的例子
罗的操作注册表的例子
.386
.model flat, stdcall
option casemap :none
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Include 文件定义
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib
include Advapi32.inc
includelib Advapi32.lib
;>>>>>>>>>>>>>>>>>
- 2022-06-30 19:09:30下载
- 积分:1
-
在D3D中创建三维字模型。可以设置颜色,位置,旋转等功能
在D3D中创建三维字模型。可以设置颜色,位置,旋转等功能-created in 3D Display word model. Can set the color, position, rotation and other functions
- 2023-01-08 02:50:02下载
- 积分:1
-
TEC
在TEC―2教学机上扩展出如下几条指令,包括确定指令格式和具体内容,指令执行步骤,每一步的操作功能和控制信号等,最后在教学计算机上真正实现出来,调试正确并应用在要求的程序设计中。 要求扩展的指令: ⑴ 比较两个无符号数,并根据比较的记过转移 ① 高于或等于则转移 ② 低于或等于则转移 程序设计要求: 按收键入的n个数据,排序后显示在屏幕上。按键选择下列排序方式: ⑴无符号数排升序 ⑵无符号数排降序-the TEC-2 aircraft to expand teaching the following several directives, including the identification of specific instruction format and content of instruction execution steps, each step of the operation function and control signals, the last in teaching computer truly realize, debug and correct application of the requirements of the program design. The request to expand the order : 1 compared with two symbols, and a comparison under the demerits transfer greater than or equal to a transfer less than or equal to a transfer of program design requirements : by the admission of n-type data sequentially on the screen. Click the following Sort : 1 unsigned row ascending 2 unsigned row descending
- 2023-08-16 11:30:04下载
- 积分:1
-
一些专业的c++bulider小程序示范
一些专业的c++bulider小程序示范-Some professional c++ Bulider applet demonstration
- 2022-02-14 05:36:30下载
- 积分:1
-
用了好久的AVR编程软件,不错,跟大家分享一下!
用了好久的AVR编程软件,不错,跟大家分享一下!-Used for a long time of AVR programming software, yes, to share with you!
- 2022-12-30 17:45:04下载
- 积分:1
-
WPF 自定义屏幕
• 检查各种 "风味" 的 WPF 应用程序
• 概述 WPF 提供的服务
• 审查的核心 WPF 程序集和命名空间
• 与窗口和应用程序的类类型
• 了解 XAML 的语法
• 了解 XAML/代码的关系
• 调查核心 WPF 控件类型
• 审查的 WPF 控件的编程模型
• 学会定位控件使用布局管理器
• 了解 WPF 控制命令的作用
• 了解 WPF 文档的 API 的范围
• 区分固定的文档和流文档
• 用填充文档中线和块元素
• 工作与 WPF 文档的 Api
- 2022-01-27 19:28:56下载
- 积分:1
-
dappermap
dappermap设计事例仅仅作为参考-dappermap
- 2023-02-14 03:20:04下载
- 积分:1
-
这是关于计算机的简介,适合所有初学者。这是非常好的…
This about computers brief and is it suitable for all beginners. It is very good.-This is about computers brief and is it suitable for all beginners. It is very good.
- 2023-07-21 06:20:03下载
- 积分:1
-
Cplex优化程序 Tsp
旅行商问题(TSP)询问以下问题:由于城市和每对城市之间的距离的名单,什么是访问每个城市恰好一次,并返回到出发城市的最短路线?它是组合优化的NP难问题,在运营研究和理论计算机科学的重要。
- 2022-07-27 17:45:24下载
- 积分:1