-
一个简单的基于对话框的按钮,定时器使用例子
一个简单的基于对话框的按钮,定时器使用例子-a simple button on the dialog box, use examples timer
- 2022-06-26 17:55:47下载
- 积分:1
-
电力系统用分解系统谐波的傅氏变换程序,在谐波分析和电磁暂态分析中应用广泛。...
电力系统用分解系统谐波的傅氏变换程序,在谐波分析和电磁暂态分析中应用广泛。-Source code of Fourier transform using in electric system harmonic analysis. Fourier transform are general used in harmonic analysis and transient analysis
- 2022-03-18 23:55:37下载
- 积分:1
-
一个用于实现网络点播的播放程序vvplayer,实现网络中媒体流的点播
一个用于实现网络点播的播放程序vvplayer,实现网络中媒体流的点播-Used to realize a network of on-demand player vvplayer, realize the network of on-demand media streaming
- 2022-01-26 07:36:26下载
- 积分:1
-
具有基本的加、减、乘、除算术运算能力,可带有计算函数的扩充功能...
具有基本的加、减、乘、除算术运算能力,可带有计算函数的扩充功能-Have a basic add, subtract, multiply, with the exception of arithmetic ability to function can be calculated with the expansion of functions
- 2022-09-11 21:35:03下载
- 积分:1
-
右对齐文本的显示方式
右对齐文本的显示方式-right alignment of the text display mode
- 2023-08-23 20:50:04下载
- 积分:1
-
本程序结合实例用Monte Cale方法进行编写的程序,可以对多重积分进行计算...
本程序结合实例用Monte Cale方法进行编写的程序,可以对多重积分进行计算-This procedure combined with examples of methods using Monte Cale written procedures, multiple points can be calculated
- 2022-03-14 02:57:35下载
- 积分:1
-
windows编程中的字体定义和应用
windows编程中的字体定义和应用-the definition and application of fonts
- 2022-09-14 00:15:02下载
- 积分:1
-
可以查看一般的密码匡内的内容
可以查看一般的密码匡内的内容-can check the password within the Kuang
- 2022-08-23 09:00:28下载
- 积分:1
-
< C++典例> 习题解答
< C++典例> 习题解答-lt; Lt; C Code cases gt; Gt; Answer the questions
- 2023-08-22 04:00:03下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1