-
GPSGSMmokuai
VC写GPS简单源码,易上手,适合初学者学习,请指教(GPS VC write simple source, Yishangshou, for beginners learning, improve!)
- 2007-05-25 12:44:34下载
- 积分:1
-
remoteDesktop_GDI32_mirrorDriver
屏幕录制,远程桌面传输,基于Windows图形驱动的屏幕截图技术,api hook,win32 gdi ,mirrorDriver(Screen recording, remote desktop transmission, based on the Windows graphics driver screenshots technology, api hook, win32 gdi, mirrorDriver)
- 2020-06-26 14:20:01下载
- 积分:1
-
MIMO MATLAB
说明: 仿真MIMO信道容量与信噪比和发收天线数目的关系,(Simulated MIMO Channel Capacity)
- 2021-05-14 04:30:02下载
- 积分:1
-
gobangCPP
C++五子棋代码,有详细的算法注释,代AI算法...可直接运行(C++ gobang game code-with AI。it can work directly)
- 2012-07-01 18:32:24下载
- 积分:1
-
免疫系统的仿真程序
关于一种免疫算法的优化,对于控制系统而言,通过不同的控制策略对它的控制效果进行了优化分析,最后我们能够实现预定的控制效果,这是一种当代比较先进的算法分析优化,对我们的自动化的改革产生重要的影响。
- 2022-04-19 19:58:26下载
- 积分:1
-
第八届
说明: 蓝桥杯嵌入式第八届模拟题及答案 蓝桥杯” 第八届全国软件和信息技术专业人才大赛个人赛 (电子类)模拟试题-嵌入式设计与开发项目 第二部分:实践题 “温湿度监控设备”设计任务书 一. 功能简述 “温湿度监控设备”通过采集传感器输出电压信号和信号频率得到环境温湿度数据,并能够根据设定的温湿度阈值执行相应动作,系统框图如图1所示:(Blue Bridge Cup Embedded 8th Analog Questions and Answers Blue Bridge Cup 8th National Software and Information Technology Professionals Competition Personal Competition (Electronic) Analog Questions-Embedded Design and Development Project Part 2: Practice Question "Temperature and Humidity Monitoring Equipment" Design Task 1. Function Brief Introduction of "Temperature and Humidity Monitoring Equipment" Output Voltage Signal and Signal Frequency by Collecting Sensors The environmental temperature and humidity data are obtained and the corresponding actions can be performed according to the set temperature and humidity threshold. The system block diagram is shown in Figure 1.)
- 2019-03-18 02:24:06下载
- 积分:1
-
C# 在程序中使用指针、十字光标、浮动窗口等不安全代码
C# 在程序中使用指针、十字光标、浮动窗口等不安全代码的实例,单击以下按钮会演示出对应功能:
在程序中显示一个浮动帮助窗口
显示等待光标
显示十字光标
对于功能实现,逐一分享源代码如下:在程序中使用指针等不安全代码:
var MyFileName = "C:atlog.txt";
var MyReader = new MyReaderClass(MyFileName);
const int MyBuffSize = 128;
byte[] MyBuffer = new byte[MyBuffSize];
ASCIIEncoding MyEncoder = new ASCIIEncoding();
var MyInfo = MyFileName + "的内容如下:";
while (MyReader.Read(MyBuffer, 0, MyBuffSize) != 0)
MyInfo += "
" + MyEncoder.GetString(MyBuffer);
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
private void button2_Click(object sender, EventArgs e)
{//在程序中显示一个浮动帮助窗口
Help.ShowPopup(this, "提高程序开发效率、拓展软件应用领域", new Point(300, 350));
}
private void button3_Click(object sender, EventArgs e)
{//显示等待光标
this.Cursor = Cursors.WaitCursor;
}
private void button4_Click(object sender, EventArgs e)
{//显示十字光标
this.Cursor = Cursors.Cross;
}
- 2023-05-20 08:40:02下载
- 积分:1
-
JUNHENGQI
混响器设计 能够实现对音频不同风格的设置,功能使用。(Reverb is designed to achieve different styles of audio settings, feature use.)
- 2012-05-22 13:38:39下载
- 积分:1
-
1
说明: Test of something to upload
- 2015-04-02 19:27:16下载
- 积分:1
-
MICRESS-Phase-Field-Software
一个介绍MICRESS Phase Field Software软件应用的pdf文件,有许多精美的微观组织图片(A pdf file MICRESS Phase Field Software software applications, there are many fine microstructure pictures)
- 2021-04-28 14:58:43下载
- 积分:1