-
Lesson19Code
孙鑫VC++windows编程视频19课配套程序(Sun Xin VC++windows Programming Video Lesson 19 supporting program)
- 2012-12-10 09:51:28下载
- 积分:1
-
STM32F103开发板(26个实验例程)
【实例简介】
- 2021-09-26 00:31:16下载
- 积分:1
-
VC-Room-monitoring-system
VC 机房监控系统,包括一些论文资料等。(VC room monitoring system, including a number of papers information.)
- 2013-11-05 09:36:45下载
- 积分:1
-
function
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2015-08-06 09:23:13下载
- 积分:1
-
C# timer应用范例:左右飘动的窗体
C# 创建一个飘动的窗体,左右飘动,主要是对Timer的控制,基本的原理是:窗体的左上角横坐标随着timer1不断加一,窗体的左上角横坐标随着timer2不断减一,这个过程由Timer控制,因此你要写出一个循环,来控制Timer不停变化,比如timer不断加一:
Point p = new Point(this.DesktopLocation.X + 1, this.DesktopLocation.Y);
this.DesktopLocation = p;
if (p.X == 630)
{
timer1.Enabled = false;
timer2.Enabled = true;
}
以上代码的执行我们放入到private void timer1_Tick私有函数中,运行程序后即运行该函数。
- 2023-03-26 23:00:04下载
- 积分:1
-
用stm32f103c8t6 编写的通过USB,进行DFU模式下,升级用户程序
1,MCU ---STM32F103C8T6
2,USB通信
3,DFU模式,
4,小容量的用户程序进行升级
5,库版本有点低
- 2022-07-12 21:28:26下载
- 积分:1
-
c#聊天程序
简单的c#聊天程序--课程设计
使用说明
开发软件 visual studio 2015(其他版本可能打不开)
运行环境 .NET4.6.1
直接打开
dns开发2dns开发2inDebugxxx.exe
dns2为服务端运行程序
dns3微客户端运行
- 2023-05-07 22:25:02下载
- 积分:1
-
xmsswifiqd
vc书籍。入门级教学,用于引导新手。用于自学。(vc books. Entry-level teaching, to guide novice. For self-study.)
- 2014-05-25 08:17:35下载
- 积分:1
-
blockmimoofdmchannelestimation
OFDM下的MIMO模块,可以实现信道估计,而且本程序可以喝C相连接,方便。(OFDM under the MIMO module,channel estimation can be achieved,but this program can drink C is connected and convenient.)
- 2009-11-06 09:31:42下载
- 积分:1
-
Game
一个widget内分开处理两个actor(one widget handle two saperate actor)
- 2020-06-21 03:20:01下载
- 积分:1