-
简单的显示LOGO的例子
简单的显示LOGO的例子-simple example shows LOGO
- 2022-04-20 23:38:32下载
- 积分:1
-
access under mouse control handle and content (mainly access to the website, and...
获取鼠标下控件句柄和内容(主要是获取网页中的,并操作).rar-access under mouse control handle and content (mainly access to the website, and operation). Rar
- 2023-05-12 07:05:03下载
- 积分:1
-
本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子...
本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子-???
- 2022-03-22 11:00:03下载
- 积分:1
-
,写程序的时候不太注意原程序的格式化排列,看的时候觉得很别扭,特别是程序长,程序短的时候可以用手工排列一下,但程序长了,排列就比较麻烦,因此就写了一个自动排列的...
,写程序的时候不太注意原程序的格式化排列,看的时候觉得很别扭,特别是程序长,程序短的时候可以用手工排列一下,但程序长了,排列就比较麻烦,因此就写了一个自动排列的程序,排列原程序就很方便了,排列几千行的程序也费不了多少时间-Written procedures do not pay attention to the original program with the format, look at the time feel very uncomfortable, especially the long program, the program can be a short period of time by hand with you, but the process is longer, with more trouble, so on the written with an automatic procedure, with the original program is very convenient, with thousands of lines of program costs also not much time
- 2022-02-12 11:35:13下载
- 积分:1
-
push pop program for basic learning
push pop program for basic learning
- 2022-03-30 01:35:33下载
- 积分:1
-
vb学生管理信息系统 适用与毕业设计 娘洗撇
vb学生管理信息系统 适用与毕业设计 娘洗撇-vb application of student management information system design and graduated from mother to wash charge
- 2022-04-08 18:45:09下载
- 积分:1
-
DelphiExpert 设置专家 安装 定制 环境
DelphiExpert 设置专家 安装 定制 环境-DelphiExpert experts set up to install Customization
- 2023-02-20 19:10:03下载
- 积分:1
-
用C++编程实现进程的创建与撤销功能,并在屏幕上观察进程活动的结果...
用C++编程实现进程的创建与撤销功能,并在屏幕上观察进程活动的结果-C programming process with the creation of functional revoked, and on the screen of the observation process results
- 2022-02-02 00:38:34下载
- 积分:1
-
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了...
读写usb
上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。
如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demonstrate how open the equipment GUID a USB interface equipment literacy and communications equipment when there is a need to understand the driving equipment in the end all support the way. UsbView tools can use USB devices in the end View supports several Endpoint. each of the ways to read and write. If your equipment supports three EndPoint, 0, control, on the 1st of reading, writing on the 2nd, you direct read 0, Endpoint, will take place regardless of the starting weight problem
- 2023-04-27 09:00:04下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分:1