-
刷屏走迷宫
本程序为迷宫路径探测,自动寻找出路并将已走过的死路标记,同时将路径与栈中坐标实时显示。并且拥有改变颜色,读取文件,设置中日英三种语言,充值等多种功能,本人刚接触数据结构不久,学艺不精,各位且档消遣看看笑笑就好。
- 2023-03-11 21:05:03下载
- 积分:1
-
main - WIFI
说明: WIFI芯片远程控制单片机,并控制继电器的开关。(WIFI Chip Controlling Single Chip Microcomputer)
- 2020-06-22 07:40:02下载
- 积分:1
-
wpf开发MVVM入门级示例源码(登陆)
wpf开发MVVM入门级示例源码(登陆)
- 2018-08-07下载
- 积分:1
-
Tsteepest_desh
这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法.
(The Matlab program to achieve the steepest descent algorithm. Steepest descent method is a basic algorithm, it occupies an important position in the optimization method. Advantage of the steepest descent method is the small amount of work, less storage reservoir variables, the initial point less demanding drawback is slow convergence, the steepest descent method for the optimization process of the early iterations, or as inserted steps are advised to use other kinds of fast convergence of the algorithm when close to the extreme point.)
- 2012-08-20 07:27:17下载
- 积分:1
-
dllexp-x64
说明: DLL Export Viewer v1.66
- 2020-06-23 02:20:02下载
- 积分:1
-
C#合成图片 组合文字及图像的实例
C# 将多个文字图形图像组合成复合图形,一个组合文字及图像的实例。基于WPF技术实现,可作为一个C#学习WPF图像处理的简单范例。C# 将多个文字图形图像组合成复合图形:
DrawingGroup MyGroup = new DrawingGroup();
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
string MyText = "Visual C++ 2017源码素材网实例精粹罗斌编著";
var MyFont = new FontFamily("宋体");
FormattedText MyFormattedText = new FormattedText(MyText,
System.Globalization.CultureInfo.GetCultureInfo(86),
FlowDirection.RightToLeft,
new Typeface(MyFont, MyStyle, MyWeight, FontStretches.Normal),
FontSize, MyRadialGradientBrush);
Pen MyPen = new Pen(Brushes.Black, 2);
MyPen.Freeze();
……
更多源代码敬请下载本源码。运行截图如下图所示。
- 2022-06-30 08:36:55下载
- 积分:1
-
MyMessenger
网络数据通信案例——MyMessenger
代码使用说明
==============================================================
将系统编译输出可执行文件的路径设为工程文件之外的bin文件夹。
系统运行之前,在binConf文件夹中的Profile.xml文件中先设定几
个远端通信目标的名字和ID号。
与远端通信目标的短消息收发都记录在在binCHAT文件夹下。
接受的文件传输都在binRECV文件夹下。(Network Data Communications Case- MyMessenger code for use ======================================== ====================== system compiler output path to the executable file as project file outside the bin folder. System before bin Conf folder document Profile.xml first several remote communication objectives set name and ID. And remote communication goals short message to send and receive are recorded in the bin CHAT folder. Accept the file transfer in the bin RECV folder.)
- 2009-02-21 14:24:18下载
- 积分:1
-
ASCII
ASCII码查询软件,可以查询任意字符.(ASCII code to query the software, you can query any character s ASCII code.)
- 2012-07-27 23:26:10下载
- 积分:1
-
一个获取本机网卡mac的VC源码
一个获取本机网卡mac的VC源码,用来程序绑定网卡运行的方法。
- 2022-06-29 16:06:03下载
- 积分:1
-
BlogSysManage
个人博客管理系统的代码,较为完整,用c++编的(Personal blog management system code, more complete, with c++ compiled)
- 2009-11-11 17:26:34下载
- 积分:1