-
这个节目的图像识别,MATLAB的部分
一个用于图像识别的程序,用matlab编的-an image recognition for the program, part of the Matlab
- 2022-01-26 08:33:08下载
- 积分:1
-
判断一个序列(从1―N,N<=10)的出
栈序列是否合法,合法序列输出YES,非
法输出NO。
例如:N=3,输入序列:1 2 3 或1 3...
判断一个序列(从1―N,N
- 2022-04-21 04:16:37下载
- 积分:1
-
Atomic AppletGrab this nuclear applet! A basic applet.
Atomic AppletGrab this nuclear applet!一个基本的applet程序。-Atomic AppletGrab this nuclear applet! A basic applet.
- 2022-05-22 10:45:43下载
- 积分:1
-
用MFC编写的五子棋游戏,可以实现局域网与人
用mfc编写的五子棋游戏,可以实现人机对战和局域网对战-Prepared using mfc Gobang games, can be achieved and LAN against man-machine war
- 2022-04-19 00:22:12下载
- 积分:1
-
MATLAB脚本模拟孤子脉冲在克尔介质
Matlab script simulates a soliton pulse in a kerr medium
- 2022-08-06 16:47:52下载
- 积分:1
-
基于数据链路层的RPC编程,在C SHELL中实现编写
基于数据链路层的RPC编程,在C SHELL中实现编写-Based on the data link layer of the RPC program to achieve in the preparation of C SHELL
- 2023-04-24 00:50:03下载
- 积分:1
-
Visual C++角色扮演游戏程序设计 》一书中的一个完整PRG游戏源代码
这是一个电脑上的简单PRG游戏,目前还没有打开运行过,应为电脑里面缺少winlib.h,但是看了源码,还是觉得写得很有参考价值。本人也是初学者,四处找各种源码来胡乱研究,希望分享的一些源码能够对他人有所帮助。本小游戏源码用VC打开,就这么多。 感谢原作者,请下载的人不要用于任何商业用途,保护原创者的权益。
- 2022-03-17 11:07:22下载
- 积分:1
-
as did the show behind the object floating window
象vc那样的显示对象后面的成员的浮动窗口-as did the show behind the object floating window
- 2022-03-06 05:08:11下载
- 积分:1
-
动态创建控件实例,演示如何动态创建和删除控件
动态创建控件实例,演示如何动态创建和删除控件-Examples of dynamically created controls, demonstrate how to dynamically create and delete controls
- 2022-04-19 16:59:09下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1