-
基于c#窗体的简单图书管理实现
本代码主要实现了简单图书管理,使用了winform窗体实现。
- 2022-04-18 22:22:25下载
- 积分:1
-
用C# 写的网络嗅探器,跟传统的不一样的是,采用了新的算法,减轻了CPU的消耗,并且对数据包进行了详尽的分析,很有参考价值...
用C# 写的网络嗅探器,跟传统的不一样的是,采用了新的算法,减轻了CPU的消耗,并且对数据包进行了详尽的分析,很有参考价值-With C# Write network sniffer with the traditional is not the same as adopting a new algorithm to reduce the CPU consumption, and data packets carried out a detailed analysis of the valuable
- 2022-03-01 22:02:31下载
- 积分:1
-
STM32 Usart驱动
STM32中的USart驱动的编程,其中包括串口的设置(波特率,停止位,校验位,数据位),串口的发送函数,串口的接收函数,用于串口的读写数据
- 2023-07-31 05:55:03下载
- 积分:1
-
ckongzhi
说明:
思想:控制端向服务器端发送一段控制代码,6位的控制代码,服务器根据控制码的要求,完成指定操作。完成操作后,服务器发送反馈控制码,为3位。
服务器端程序后台运行(Thought: Control client to the server-side send a control code, control code 6, the server control code in accordance with the requirements of the completion of the specified operation. After the completion of the operation, the server code to send feedback control for three. Server-side program running in the background)
- 2008-11-15 11:16:58下载
- 积分:1
-
统计出现词频次数
统计词频,相当简单的一个C++示例,有关于文件打开,文件关闭的新手示例
- 2023-02-25 13:25:03下载
- 积分:1
-
C# 以浮雕效果显示图片
Visual C# 以浮雕效果显示图像控件中的图像,private void Window_Loaded(object sender, RoutedEventArgs e)
{//以浮雕效果显示图像控件中的图像
var MyEmbossBitmapEffect = new System.Windows.Media.Effects.EmbossBitmapEffect();
MyEmbossBitmapEffect.LightAngle = 320;
MyEmbossBitmapEffect.Relief = 0.8;
this.image1.BitmapEffect = MyEmbossBitmapEffect;
}
- 2022-05-23 11:20:57下载
- 积分:1
-
WPF-ColorDialog
WPF中实现调用颜色面板,并对字体进行设置的功能。(WPF calls the color palette to achieve, and the feature set of fonts.)
- 2013-12-19 10:53:33下载
- 积分:1
-
winform 中chart控件使用大全
实现了放大,缩小,时间轴,点击事件,光标等
- 2022-02-26 04:28:45下载
- 积分:1
-
单片机控制电机转动的速度
对单片机进行控制的代码,实现单片机控制电机转动的速度,也可以控制灯亮度
- 2022-03-15 00:40:07下载
- 积分:1
-
LFM信号产生
LFM信号产生
- 2021-05-06下载
- 积分:1