-
.net控制斑马Zebra打印机源码实例
.net控制斑马Zebra打印机源码实例
网络搜集整理 希望对大家有所帮助(Source example of zebra Zebra printer controlled by.Net
Network collation hopes to help people)
- 2018-03-03 10:56:58下载
- 积分:1
-
决策树与朴素贝叶斯算法实现
本程序实现基本的 决策树与朴素贝叶斯算法实现,采用c++语言编写 ,运行已通过。
- 2022-02-02 18:11:16下载
- 积分:1
-
c#平台下开发XNA2.0
这本书是xna入门的好书。可以算是官方材料...
c#平台下开发XNA2.0
这本书是xna入门的好书。可以算是官方材料-developed under c# platform XNA2.0 This book is a good entry-xna. Can be regarded as official material
- 2022-10-30 11:50:03下载
- 积分:1
-
PSO_BP
基于粒子群和BP神经网络的混合优化策略算法。将改进PSO算法与BP神经网络结合,用PSO算法取代梯度下降法来优化神经网络的连接权值和阈值。程序简单易懂。(Based on Particle Swarm and the BP neural network algorithm for hybrid optimization strategy. Will improve the PSO algorithm and BP neural network, using PSO algorithm to replace the gradient descent method to optimize the neural network connection weights and thresholds. Procedures are simple and easy to understand.)
- 2020-11-22 19:39:34下载
- 积分:1
-
69588609
使用WebRTC实现最简单的语言聊天代码,介绍了WebRTCd的用法()
- 2017-11-11 11:05:26下载
- 积分:1
-
C# 实现凹凸按钮(立体按钮效果)
Visual C# 实现凹凸按钮(立体按钮效果),鼠标放在按钮上,按下鼠标左键,即可看到凹凸效果:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//(上凸效果)
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
MyBevelEffect.EdgeProfile = EdgeProfile.CurvedIn;
MyBevelEffect.LightAngle = 320;
MyBevelEffect.Relief = 0.4;
MyBevelEffect.Smoothness = 0.4;
this.button1.BitmapEffect = MyBevelEffect;
bShift = true;
}
private void button1_Click(object sender, RoutedEventArgs e)
{//凹凸显示按钮(下凸效果)
if (bShift)
{
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
this.button1.BitmapEffect = MyBevelEffect;
bShift = false;
}
else
{
BevelBitmapEffect MyBevelEffect = new BevelBitmapEffect();
MyBevelEffect.BevelWidth = 20;
MyBevelEffect.EdgeProfile = EdgeProfile.CurvedIn;
MyBevelEffect.Ligh
- 2022-04-20 03:11:38下载
- 积分:1
-
basicDsp
这是数字信号处理方面的一些源码,主要涉及信号处理的基本内容,如傅立叶变换,基本的滤波器等。只供学习参考。(This is the digital signal processing some of the source, mainly involving the basic elements of signal processing, such as Fourier transform, the basic filter. Reference for learning.)
- 2007-10-22 16:12:50下载
- 积分:1
-
HighprecisionFlightTrackDesignforTransferAlignment
通过对战机飞行原理及传递对准仿真用轨迹特征分析,建立飞行轨迹生成模型,设计出高精度轨迹产生算法,实现了VC++环境下的飞行轨迹生成软件。
(Aircraft flying through the principles and characteristics of transfer alignment simulation with trajectory analysis, trajectory generation model, high-precision trajectory generation algorithm designed to achieve the VC++ environment, the flight path generation software.)
- 2011-01-08 11:25:56下载
- 积分:1
-
第二代样机控制程序
说明: 采用单片机控制步进电机完成小车前进、后退等动作。(Single Chip Microcomputer Controls Car Forward and Backward Action.)
- 2020-06-16 03:00:01下载
- 积分:1
-
运用面向对象程序设计思想
运用面向对象程序设计思想,基于linux文件管理和C++的I/O框架,实现命令行下的文件管理器。
- 2022-04-20 10:19:16下载
- 积分:1