-
study artificial intelligence for a small design, VC 6.0 to achieve missionaries...
学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
- 2023-01-05 04:30:03下载
- 积分:1
-
java打印机
这个项目是为打印一些特定的要求…它使用一些有用的jar文件…它连接到打印机(将是一个本地打印机和唯一的打印机连接到机器)和更改默认区域与用户定义的值。。。
- 2022-05-06 16:42:53下载
- 积分:1
-
模拟银行客户端程序
健表脚本如下:
create table
tzh_account(userid int ,cqje int ,sfcq int, czy int ,sj date);
create table
tzh_sumup(userid int primary key ,ye
int);
create sequence
userid increment by 1 start with 1;
程序运行,在windows下首先配置数据源
然后点击图标即可。
- 2023-01-05 02:40:03下载
- 积分:1
-
vc下的超级好用的按钮类
vc6或vs都可以使用的按钮类,超级好用,可以设置各种属性实现图片加载、鼠标移入等特效动作
- 2022-07-26 09:11:42下载
- 积分:1
-
Interface Jef raskin
Interface Jef raskin
- 2022-03-25 14:52:23下载
- 积分:1
-
GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方面的需求,请参阅
GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方面的需求,请参阅-GridCtrl controls, Annex demonstrated enhanced GridCtrl control, if you have needs in this area, please refer to
- 2022-10-30 04:25:03下载
- 积分:1
-
本源码是一个任意多边形窗体的实例,作者采用了与与众不同的编程思路,使用VB的Shape控件实现....
本源码是一个任意多边形窗体的实例,作者采用了与与众不同的编程思路,使用VB的Shape控件实现.-the source is an arbitrary polygon forms example, the authors used the distinctive programming ideas, the use of VB Shape Control achieve.
- 2022-01-30 19:55:07下载
- 积分:1
-
24k真彩色任意图形窗体 24k真彩色任意图形窗体
24k真彩色任意图形窗体 24k真彩色任意图形窗体-24k arbitrary true color graphics Form 24k arbitrary true color graphics Form
- 2022-03-06 06:03:58下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
VB style tool tip control similar to IntelliSense ToolTip
是我在网上找的,版权归原作者所有。...
VB style tool tip control similar to IntelliSense ToolTip
是我在网上找的,版权归原作者所有。-VB style tool tip control similar to IntelliSense ToolTip is what I find online, and belongs to original author.
- 2023-06-26 13:35:04下载
- 积分:1