-
用VC++ 编的冲击波程序,供大家参考使用!不能用于非法用途!...
用VC++ 编的冲击波程序,供大家参考使用!不能用于非法用途!-VC series of the shock wave procedure for reference use! Not for illegal purposes!
- 2022-06-16 01:21:25下载
- 积分:1
-
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明...
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明-gprs development procedures, wince on gprs applications. Serial communication to control the use of gprs module. Source also includes examples of PDU encoding and decoding and a detailed description
- 2022-02-05 05:52:38下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。 -SDK This is a process. This program tracking shows the coordinates of the mouse position, and if the mouse operation, the window title bar shows operating information, if the window area for customers double-click, double-click will be the point location shown on the location information. In addition, customers there are two bitmap, when the mouse movement on the plan in place, they will change their definition of the cursor. The program suitable for beginners Win32 programming, with a lot of Chinese Notes.
- 2023-02-14 02:50:04下载
- 积分:1
-
Web网站架构设计与部署的课件
网站架构与部署的介绍
网站架构设计的目标与要求
网站架构设计与部署的原则与方法
案例分析
相关阅读...
Web网站架构设计与部署的课件
网站架构与部署的介绍
网站架构设计的目标与要求
网站架构设计与部署的原则与方法
案例分析
相关阅读
-Web site architecture design and deployment of courseware
- 2022-07-23 07:41:05下载
- 积分:1
-
kinect 数学库
中值滤波近似的Kinect体点?和平滑不良减轻了公认的肢体动作
- 2022-01-29 04:32:36下载
- 积分:1
-
EVC高级编程及应用开发书上例程源代码,剩余部分内容待传。...
EVC高级编程及应用开发书上例程源代码,剩余部分内容待传。-EVC high-level programming and application development books routines source code, to be part of the contents of the remaining mass.
- 2022-01-24 14:10:45下载
- 积分:1
-
基于肤色的人脸检测,在VC++6.0的环境下运行
基于肤色的人脸检测,在VC++6.0的环境下运行-Based on the color of human face detection, in VC++ 6.0 environment running under
- 2022-03-24 00:41:28下载
- 积分:1
-
FiveChess.rar, Gobang network, c++ development, network communications, please d...
FiveChess.rar,网络五子棋,c++编写,网络通信,欢迎下载!-FiveChess.rar, Gobang network, c++ development, network communications, please download!
- 2023-08-10 04:20:03下载
- 积分:1
-
算术编码实现数据压缩(C语言实现)
算术编码C语言实现,这是我的信息安全实习代码,可以学习到字符串的操作和位运算。算术编码C语言实现,这是我的信息安全实习代码,可以学习到字符串的操作和位运算。
- 2022-09-12 07:15:03下载
- 积分:1
-
具有暂停/继续和进度条的目录复制
翻译 maninwest@Codeforge 作者 :MikesRuthlessYa@CodeProject这只是个具有暂停/继续按钮和进度条的目录复制程序。它很有用,因为展示了如何使用 backgroundworker 为 progressbar 增量以及如何制作简单的暂停/继续按钮,不论是使用 file.copy 代码或者类似我使用的代码的代码。我想它不是世界上最好的代码,但是希望它对“初学者‘有用。使用代码 代码很直观。您可以找到要复制的目录和要复制到的目录,然后单击开始按钮。如果需要,可以暂停或者继续。暂停时,无法取消复制。继续复制后,你可以取消。//My Imports
Option Explicit On
Imports System
Imports System.IO
Public Class FileCopy
//All Of My Variables
Dim filetotalsofarcopied As Double = 0 _
""""Variable To Show How Many MB"s/GB"s Have Been Copied
Dim int As Integer = 0 """Variable For Which File On The Counter That It Is Currently On
Dim filecount As Integer = 0 """"To
- 2022-04-22 06:24:59下载
- 积分:1