-
简单的程序可以访问DNS简单代码名称下,初学者可以参考。
简单的程序 可以获取dns名字 代码简单 初学者可下而学之-simple procedures can access dns simple code name under which beginners can be acquired
- 2023-07-13 19:15:02下载
- 积分:1
-
停车场
说明: 模拟停车场,可实现功能为:1.记录停车时间并计算停车费 2.智能计算停车位空余,用栈的方法进行排序 3.可查看停车场状态(The functions of the simulated parking lot are as follows: 1. Record the parking time and calculate the parking fee; 2. Intelligently calculate the parking space vacancy and sort it with the method of stack; 3. Check the status of the parking lot)
- 2020-04-04 18:18:05下载
- 积分:1
-
功能强大的Grid图表
功能强大的Grid图表,支持各种控件的操作,非常实用。
如IP控件,图片控件,combom控件,下拉控件,日期控件,输入框控件,选择框控件。
VC++ 2005编写。
- 2022-12-26 12:10:04下载
- 积分:1
-
aneet
基于K均值的PSO聚类算法,窗函数法设计一个数字带通FIR滤波器,高斯白噪声的生成程序。( K-means clustering algorithm based on the PSO, A window function design FIR digital band-pass filter, Gaussian white noise generator.)
- 2020-12-03 19:59:25下载
- 积分:1
-
用C#实现启动欢迎画面
用C#制作软件启动时的欢迎界面,开始画面,在软件被打开时最先显示的一个窗口效果,在本例中是直接调用一张图片来显示,但是具体的实现,比如图片显示的位置 、显示的时间长短等,用到的定时器,需要控制好,本实例代码就是向大家展示如何进行这些控制,部分代码为:
private void Form1_Load(object sender, EventArgs e)
{//启动窗体
Form2 MySplashForm = new Form2();
MySplashForm.ShowDialog();
}
private void Form2_Load(object sender, EventArgs e)
{//设置启动窗体
this.FormBorderStyle = FormBorderStyle.None;
this.BackgroundImage = Image.FromFile("test.jpg");
this.timer1.Start();
this.timer1.Interval = 10000;
}
private void timer1_Tick(object sender, EventArgs e)
{//关闭启动窗体
this.Close();
}
定时器控制:
private void Form2_FormClosed(object sender, FormClosedEventArgs e)
{//关闭定时器
this.timer1.Stop();
}
- 2022-01-22 15:57:51下载
- 积分:1
-
WPF写的模拟微信飞机大战的游戏
用C#写的模拟曾经的微信里的飞机大战的游戏,所有的窗口内容全都是用的 WPF控件MainWindow.xaml是窗口布局文件MainWindow.xaml.cs是对应的游戏管理器代码PlayerPlane.cs里是玩家飞机Enemy.cs里是敌机Settings里是参数设置
- 2022-11-07 19:55:04下载
- 积分:1
-
里面以源码的形式详细的介绍了c#的相关知识.对刚开始学习c#的很有帮助....
里面以源码的形式详细的介绍了c#的相关知识.对刚开始学习c#的很有帮助.-inside source in the form of a detailed account of the c# relevant knowledge. To start learning c# helpful.
- 2023-04-04 13:10:03下载
- 积分:1
-
cdesignmodel
设计模式 c++不仅将c++的语言特性展示出来
而且很巧妙的解释了设计模式的应用性(Design pattern c++ not only c++ language features displayed and explained a very clever application of design patterns)
- 2010-07-03 16:51:42下载
- 积分:1
-
texexp
Text Processing example, a program to recognize tokens
- 2014-11-25 00:43:38下载
- 积分:1
-
can accept indefinite number of integers, and the return of these integer number...
能接受不定数目的整数,返回这些整数的个数、平均值和方差-can accept indefinite number of integers, and the return of these integer number, the average and variance
- 2022-02-25 21:24:19下载
- 积分:1