-
ini文件的读写方法
ini文件的读写方法-ini file read and write methods
- 2022-02-02 20:32:38下载
- 积分:1
-
步进电机c编程
基于c语言编程,实现对步进电机的控制。包括控制电机换向相顺序,以及对电机的速度控制、位置控制、和转向的控制,同时设计了键盘程序以实现对电机功能的实现。
- 2022-01-20 22:52:30下载
- 积分:1
-
AutoCad中关于使用vc++编程进行各种对象类型之间转换的一个类实例。...
AutoCad中关于使用vc++编程进行各种对象类型之间转换的一个类实例。-AutoCad vc on the use of various programming object type conversion between the examples of a type.
- 2022-01-27 10:13:19下载
- 积分:1
-
This code describes how to create instance from object in the run time in c#
This code describes how to create instance from object in the run time in c#
- 2023-07-14 21:05:02下载
- 积分:1
-
VHDL83
用VHDL语言写的一个8位动态扫描显示的时钟程序,数码管的片选须接一个3-8译码器。-VHDL83-8
- 2022-05-18 07:05:45下载
- 积分:1
-
DMA和DMA控制器,对DMA(直接存储器访问)和C DMA系统
DMA与DMA控制器,讲解了DMA(Direct Memory Access)的概念以及DMA系统组成及工作过程
-DMA and the DMA controller, on a DMA (Direct Memory Access) and DMA system the concept of the composition and the working process
- 2022-05-19 10:08:09下载
- 积分:1
-
将灰度级图像分割为二进制级
segment gray level image into binary level -segmentate gray level image into binary level
- 2022-06-21 18:29:47下载
- 积分:1
-
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考...
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考-Easy to see someone else shares source language, the compiler can be run after the system, can be used for stocks and reference software development
- 2022-09-20 19:40:03下载
- 积分:1
-
use of the ppc2003, an online calls to change the practice of ringtones
使用在ppc2003,一个线上改变来电铃声的作法-use of the ppc2003, an online calls to change the practice of ringtones
- 2022-03-20 23:12:54下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1