-
用C语言播放音乐文件,调用API函数.链接时要指定库文件。VC++是vfw32.lib, GCC是libvfw32.a....
用C语言播放音乐文件,调用API函数.链接时要指定库文件。VC++是vfw32.lib, GCC是libvfw32.a. -Using C language to play music files, call the API function. Links to the specified library file. VC++ Is vfw32.lib, GCC is libvfw32.a.
- 2022-11-26 15:40:03下载
- 积分:1
-
实现处理机模拟调度算法,四种进程调度算法,先进先出算法,短作业优先算法,高响应比优先算法,时间片算法...
实现处理机模拟调度算法,四种进程调度算法,先进先出算法,短作业优先算法,高响应比优先算法,时间片算法-Scheduling algorithm to achieve processor simulation, four kinds of process scheduling algorithm, FIFO algorithm, the short job first algorithm, a high response ratio of priority algorithms, time slice algorithm
- 2022-04-19 14:38:27下载
- 积分:1
-
用于专业的应用,对于处学者是个不错的选择.可以下载的,好东西...
用于专业的应用,对于处学者是个不错的选择.可以下载的,好东西-For professional applications, the Department scholars is a good choice. Can be downloaded, and good things
- 2022-04-18 16:09:03下载
- 积分:1
-
棋盘信息无疑会快于90个字节的棋盘,但这并不意味着所有的运算和操作都会更快。使用32个字节的数据表示,程序员在确定一个棋子的位置时往往需要增加额外的移位操作以取...
棋盘信息无疑会快于90个字节的棋盘,但这并不意味着所有的运算和操作都会更快。使用32个字节的数据表示,程序员在确定一个棋子的位置时往往需要增加额外的移位操作以取出一个字节中含有的两个坐标信息。2.2 比特棋盘(BitBoards)随着计算机存储能力的大幅提高,棋盘表示的空间需求往往已不是设计人员最为关注的问题。-chessboard information will undoubtedly faster than 90 bytes of chessboard. But this does not mean that all arithmetic operations and will be faster. Using 32 bytes of data, programmers in determining the location of a piece often need additional shift operation to remove a byte containing the 2 Coordinate information. 2.2 bits chessboard (BitBoards) with the computer storage capacity substantially higher. The board said the demand for space is not often designers most concern.
- 2022-10-30 02:45:07下载
- 积分:1
-
双向DC_DC变换器
应用背景设计并制作了一个用于电池储能装置的双向 DC-DC 变换器,实现电池的充放电功能,功能可由
按键设定,亦可自动转换。
关键技术
作品设计了一个电池储能的双向DC-DC变换器。该系统以STM32F103ZET6单片机作为控制核心,其输出PWM信号通过6N137光耦隔离,IR2110驱动功率MOS,采用LM358做电压跟随,INA282采集电流,通过ADS1115采集到单片机以实现负反馈控制。用TFT-LCD进行显示操作界面及相应参数,加上PID算法,能够实现软件上的过冲保护,及稳定充电电流。GUI界面的应用,使得人机交互更为友好、整体操作更为智能、简洁。通过测试,该系统能够实现在1-2A范围内以0.01A的步进值进行调整,其精度高于5%。充电模式效率达95%,放电效率达96%以上。
- 2023-01-02 16:35:05下载
- 积分:1
-
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子...
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子-robot soccer competition simulation platform to implement multiple robots to recover the ball a practical example
- 2023-08-08 13:45:03下载
- 积分:1
-
JSON HTML5结合实现网页播放器功能
JSON HTML5结合实现网页音乐播放器,本播放器运行时显示在网页的右下角,可折叠、展开,展开后显示播放列表,播放 器本身具备自动播放的功能,支持手动控制音量、上一曲、下一曲、拖动进度等功能,界面简洁。使用了JSON调取播放列表和音乐地址,测试请在服务器环境下,不要直接打开。
- 2022-06-28 15:30:21下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1
-
让我们自己动手做屏保
让我们自己动手做屏保-our own hands screensaver
- 2023-08-15 16:40:02下载
- 积分:1
-
在一个程序中通过修改参数实现三种调制方式,分别是AM、DSB和FM。
注释详细,适合初学者参考。...
在一个程序中通过修改参数实现三种调制方式,分别是AM、DSB和FM。
注释详细,适合初学者参考。-It s an analog modulation program by change a parameter.The three modulation types are AM, DSB, and FM. The program is easy to read and suitable for beginners.
- 2023-01-01 12:35:07下载
- 积分:1