-
二
二层电梯模拟程序-two-story elevator simulation program
- 2023-07-09 13:35:03下载
- 积分:1
-
用C语言编写来模拟时钟,具有一般时钟的功能。可以精确到秒...
用C语言编写来模拟时钟,具有一般时钟的功能。可以精确到秒-this is a C code clock, with common functions of a clock and with precision to second.
- 2022-07-25 04:54:09下载
- 积分:1
-
用API编的小程序,可以模拟风车的转动
用API编的小程序,可以模拟风车的转动-Using API series of the small program can simulate the rotation of windmills
- 2022-02-20 14:01:02下载
- 积分:1
-
gpslogger是PDA
gpsLogger是一个基于手机或PDA的个人移动导航(车载导航)系统中记录gps信息的小工具-gpsLogger is a PDA-based mobile phone or personal mobile navigation (car navigation) system to record information gadget gps
- 2022-11-21 18:20:03下载
- 积分:1
-
Serial Port类串口测试,实现两串口数据打包、拆包收发!
Serial Port类串口测试,实现两串口数据打包、拆包收发!-Serial Port type serial port test, to achieve two serial data packing, unpacking send and receive!
- 2022-06-15 12:54:39下载
- 积分:1
-
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。...
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。-achieve registry simple operation. Programming Institute will use the registry your program more professional. The cases include basic programming method.
- 2022-07-24 07:29:35下载
- 积分:1
-
information of fwq
基于服务器推进技术的源代码信息。请大家多多点击。-information of fwq
- 2022-07-10 12:33:20下载
- 积分:1
-
这是我的任务,找到正确的列禁止快速菜单的小软件…
这是我找到的在任务栏中禁用右键快捷菜单的小软件,喜欢吗?-This is my task to find the right column Prohibited quick menu of small software like?
- 2022-03-03 22:14:25下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分: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