-
宠物小精灵 C# 自动播放 bluestacks 接口上
用于播放自动测控宠物小精灵的代码跟 bluestacks 背景。
其上的应用程序在 bluestacks 软件,打开 pokestops,倾斜扔球自动等
- 2022-02-03 13:24:25下载
- 积分:1
-
几个C# 窗口标题栏 按钮 任务栏自定义实例
本源码主要是收集的几个C# 窗口标题栏 按钮 任务栏自定义实例,比如隐藏和显示标题栏、允许和禁止在窗口任务栏显示程序图标等,帮助C#初学者了解一些基础的C#窗口操作知识,有很好的学习参考价值。
private void button1_Click(object sender, RoutedEventArgs e)
{//隐藏标题栏
this.WindowStyle = System.Windows.WindowStyle.None;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//显示标题栏
this.WindowStyle = System.Windows.WindowStyle.SingleBorderWindow;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//禁止在任务栏上显示程序按钮
this.ShowInTaskbar = false;
}
private void button4_Click(object sender, RoutedEventArgs e)
{//允许在任务栏上显示程序按钮
this.ShowInTaskbar = true;
}
如下图所示,点击对应的按钮,可演示对应的功能。
- 2023-03-24 21:30:03下载
- 积分:1
-
auto_run
风机和太阳能的发电系统的模拟DSP的程序用的是飞思卡尔的DSP(Wind turbine and solar generation system of DSP simulation procedure is used DSP fly think of Carle)
- 2012-04-19 21:49:56下载
- 积分:1
-
C#调用摄像头拍照 示例代码
C#调用摄像头拍照 示例代码
- 2017-05-09下载
- 积分:1
-
des
C++源代码,3des,加密,解密,非对称性密钥的生成、导入及导出示例 (C++ source code, 3des, encryption, decryption, VC++ asymmetric key generation, import and export example)
- 2011-09-24 20:26:51下载
- 积分:1
-
Single-threaded-file-transfer
实现单线程文件传输,不支持断点传出,功能相对简单,但是性能很好。(Achieve single-threaded file transfer, does not support breakpoints spread, function is relatively simple, but the performance is very good.)
- 2013-06-11 12:51:41下载
- 积分:1
-
speed-factor
电子产品软件验证越来越重要,通过加速硬件软件协同的目标、价值和方法充分证明(asic speed)
- 2010-02-06 21:06:07下载
- 积分:1
-
Visual-Csharp-NET-web-programming
Visual.C#.NET.网络核心编程(Visual.C#. NET. The core of the network programming)
- 2012-08-10 16:12:42下载
- 积分:1
-
main_helical_dynamic
石川法求时变啮合刚度,只针对于圆柱齿轮,斜齿轮不能用(Applying the stone Sichuan method to solve the time-varying meshing stiffness of gear)
- 2020-10-14 15:37:31下载
- 积分:1
-
uart_two&touch
说明: 该程序基于STM32F767实现双串口通信交互、触摸屏交互实验。(The program is based on stm32f767 to realize the experiment of two serial port communication interaction and touch screen interaction)
- 2020-04-06 16:22:52下载
- 积分:1