-
基于C# winform的音乐播放器
这是一个自己编写的基于C#的Winform的一个音乐播放器小软件,可以实现基本的播放功能,添加歌曲,循环播放,单曲循环,列表播放等等。简单实用,方便快捷。
- 2022-01-22 15:24:46下载
- 积分:1
-
三星s344b0x蜂鸣器测试/如果(关键= =)/ /如果(beepfreqlt;20000)/ beepfreq…
三星S344B0X蜂鸣器测试
// if(key== + )
// if(BeepFreq100)
// BeepFreq -=100
// SetBeepPwm(BeepFreq, 50)
// printf("Now beep frequence is %d
", BeepFreq)
// Delay(2000000)
// StopBeepPwm() -Samsung S344B0X buzzer testing// if (key ==)// if (BeepFreqlt; 20000)// BeepFreq = 100// if (key ==-)// if (BeepFreqgt; 100)// BeepFreq-= 100// SetBeepPwm (BeepFreq, 50)// printf ( "Now beep frequence is% d n", BeepFreq)// Delay (2000000)// StopBeepPwm ()
- 2022-07-08 17:03:10下载
- 积分:1
-
Simple transformation of the number of M
简单的数字进制转化程序,相对WINDOWS自带计算器的优势是可以自动转换整数与小数部分的数值。-Simple transformation of the number of M-ary procedures, the relative advantages WINDOWS own calculator can be automatically converted to an integer and decimal part of the value.
- 2022-01-27 14:49:31下载
- 积分:1
-
ttf字体转换,可以修改ttf参数,设置需要输出的字体形式
ttf字体转换,可以修改ttf参数,设置需要输出的字体形式-ttf font
- 2022-08-23 10:31:43下载
- 积分: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
-
这是一个求网络最小费用最大流问题的一个C++的程序已经经过调试,请放心使用....
这是一个求网络最小费用最大流问题的一个C++的程序已经经过调试,请放心使用.-This is a minimum cost network for the largest flow of a C procedures after debugging, please rest assured that use.
- 2023-01-05 21:45:04下载
- 积分:1
-
opc HDA历史服务器源代码下载
资源描述网上找到的OPC HDA服务器开发案例,内有OPC HDA服务程序,有测试用例,那个测试用例不是程序,而是给你看如何实现一个server
- 2022-05-27 19:48:21下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
伙伴系统虚拟分配和回收内存方法,buddy算法
伙伴系统虚拟分配和回收内存方法,buddy算法-A method about partner systems distribute and recycle memory visually
- 2022-01-24 16:59:51下载
- 积分:1
-
可以从注册表中存取windows启动命令的简单程序。允许用户执行一些如删除、复制、移动、编辑、创建启动命令等的简单操作命令。对于那些反感于浏览windows注册...
可以从注册表中存取windows启动命令的简单程序。允许用户执行一些如删除、复制、移动、编辑、创建启动命令等的简单操作命令。对于那些反感于浏览windows注册表的用户来说可谓是雪中送炭了。 -Edit the startup/run information from registry of the Windows, it can delete/copy/move/edit/create startup item.
- 2022-03-12 13:21:06下载
- 积分:1