-
简单的功能介绍:本软件是由,三块模块组成。一个是打字练习,一个是打字计时,一个是音乐练习。本软件解决了打字练习途中的估噪无味,提升练习效果。本游戏有4个等级,可...
简单的功能介绍:本软件是由,三块模块组成。一个是打字练习,一个是打字计时,一个是音乐练习。本软件解决了打字练习途中的估噪无味,提升练习效果。本游戏有4个等级,可以根据情况来选择。这个软件还改进了,判断你是否打字失败功能。如果,打字失败,还可以从来,亦可退出。打字计时,为你打字计时间,提高效率。同时,电子琴音乐,为你在无聊时,增添色彩,可以练习歌谱,提高兴趣。-Simple, functional description: This software is, three modules. 1 is a typing exercise, one is typing time, a music practice. The software solves the assessed noise typing practice tasteless way to improve practice effect. This game has four levels, you can choose depending on the circumstances. The software also improved, to determine whether you have failed typing feature. If, typing fails, you can never can quit. Typing time for your time typing dollars and improve efficiency. At the same time, organ music, for when you" re bored, add color, you can practice song sheet, interest.
- 2022-04-20 01:50:50下载
- 积分:1
-
一个AD9851的驱动程序。并行时序。现在的程序和原理图…
一个AD9851的驱动。用的并行时序。
现在把程序和电路图发上来,大家帮帮我看看问题出在那里。谢谢了。
要是有做成功的能共享一下电路和程序感激!
main.c
-An AD9851 driver. Timing used in parallel. Now that the procedures and schematics hair up, everyone help me to see the problem there. Thank you. If success has to do to share about the circuit and procedures grateful! main.c
- 2023-03-18 21:55:03下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
51单
51单片机开发应用的程序,包括数制转换,人机交互等原程序。-51 Single-chip development and application of procedures, including the number of system conversions, HCI, such as the original procedure.
- 2022-04-19 05:37:18下载
- 积分:1
-
Stepper Motor Controlled by pic12F629
我发现在我的盒子里有电子设备单极步进电机-PM35L-048-HP04。这是我第一次接触步进电机。
- 2022-01-26 01:07:56下载
- 积分:1
-
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;...
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;-Document an increase in pe executable code the program is to try to use win32 assembler of pe most fundamental changes to documents
- 2022-03-31 17:57:29下载
- 积分:1
-
一种基于arm的嵌入式linux软件开发jtag烧写工具
一种基于arm的嵌入式linux软件开发jtag烧写工具-Based on arm embedded linux software development tools for JTAG programmer
- 2023-08-05 04:10:03下载
- 积分:1
-
IA-32汇编原代码,mars算法.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, mars algorithm. Compared to c/c++ Write the original code, more efficient
- 2022-04-19 18:54:28下载
- 积分:1
-
MCS
MCS-96单片机两个HSO输出脚同时输出驱动步进电机,通过使用8098HSO的4个输出脚HSO.0~ HSO.3来分别控制4相线圈的通断,有效地驱动步进电机工作。-MCS-96 microcontroller output HSO two feet while stepping motor drive output, HSO 8098 through the use of the four output feet HSO.0 ~ HSO.3 control four separate phase coil-off effectively drive stepper motor.
- 2022-03-20 22:00:10下载
- 积分:1
-
Procedures provided in the class realize the establishment of a sub
程序中提供的类实现了建立一个各子项都是可以编辑的列表框的功能。-Procedures provided in the class realize the establishment of a sub-items can be edited list box functionality.
- 2023-03-26 12:50:04下载
- 积分:1