-
经典的CDMA扩频通信书籍,A.J.维特比编写
经典的CDMA扩频通信书籍,A.J.维特比编写-Classic books CDMA Spread Spectrum Communication, AJ Viterbi prepared
- 2022-02-26 06:26:05下载
- 积分:1
-
使用VBA在Excel、Word、Access中进行数据交换。从Access中取出数据,使用Excel中的参数在Word中建立需要的文件。...
使用VBA在Excel、Word、Access中进行数据交换。从Access中取出数据,使用Excel中的参数在Word中建立需要的文件。-The use of VBA in Excel, Word, Access in the data exchange. Remove the data from Access using Excel in the parameters in Word to create documents required.
- 2022-07-02 01:07:58下载
- 积分:1
-
polarMUSIC.rar
极化敏感阵列的MUSIC算法,包含四元数和长矢量(The MUSIC algorithm of polarization sensitive array contains four elements and long vectors.)
- 2020-12-17 11:19:11下载
- 积分:1
-
DOS下利用VESA调用更改显示刷新频率
DOS下利用VESA调用更改显示刷新频率-DOS using VESA changes show called high frequency
- 2022-08-14 21:34:28下载
- 积分:1
-
exercici2
Builds game map given an input file with pre-specified format.
- 2011-12-16 00:05:44下载
- 积分:1
-
本程序是一个有关屏幕鼠标跟随的小设计。从前曾用过许多Windows桌面主题,其中有关鼠标跟随非常单调,无法体现个人风格。不久前发现一个很有趣的小程序――TopC...
本程序是一个有关屏幕鼠标跟随的小设计。从前曾用过许多Windows桌面主题,其中有关鼠标跟随非常单调,无法体现个人风格。不久前发现一个很有趣的小程序――TopCat,启动后Cat可以跟随鼠标的运动作出不同的动作(该程序在文件夹《下载原始版》中)-this program is a mouse on the screen with a small design. Many used to secure Windows desktop theme, the mouse with a very monotonous and not be able to demonstrate personal style. Not long ago found a very interesting small programs-- TopCat, after commencement Cat can follow the movement of the mouse to make different movements (in the program folder "download the original version")
- 2022-06-19 14:27:47下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
tqhdmsj
提取横断面数据,直接横断面图数字化,获取高程偏距资料。(Extraction of cross-sectional data, direct digital cross-sectional view, access to information elevation offset.)
- 2016-11-13 22:20:58下载
- 积分:1
-
source_file
说明: 有限状态机 rtl code 和 TB验证环境(Finite state machine RTL code and TB verification environment)
- 2020-08-13 15:05:19下载
- 积分:1
-
swagger
说明: swagger与springboot的集成(Swagger integration with Spring Boot)
- 2021-04-08 15:47:27下载
- 积分:1