-
约瑟夫环程序,在Visual C++里运行,可以运行的。
约瑟夫环程序,在Visual C++里运行,可以运行的。-Josephus procedures, the Visual C Lane running, running.
- 2022-05-18 12:13:59下载
- 积分:1
-
双车会车
说明: 飞思卡尔双车断道会车鹊桥相会,好好调试,摄像头四轮加电磁三轮,两套代码(Freescale double car road will meet magicbridge meet, good debugging, camera four wheels and electromagnetic three wheels, two sets of code)
- 2020-06-18 19:40:01下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
是算术表达的计算,可以处理带括号的表达式
是算术表达的计算,可以处理带括号的表达式- Is the arithmetic expression computation, may process the belt
parenthesis the expression
- 2022-01-25 19:57:02下载
- 积分:1
-
VB icom控件例程,比较详细,可以参考
VB icom控件例程,比较详细,可以参考-VB icom control routines, in more detail, you can refer to
- 2022-07-09 23:28:34下载
- 积分:1
-
一个调用具有输出参数的存储过程的小工程,喜欢就
一个调用具有输出参数的存储过程的小工程,喜欢就-Call a stored procedure with output parameters of the small-scale projects like the look
- 2023-07-05 23:20:03下载
- 积分:1
-
基于c语言的贪吃蛇游戏代码
基于c语言的贪吃蛇游戏代码,结构完整清晰,注释易懂
开发环境为tc,使用语言为c语言
需要用到tc的图形库
由于结构清晰完整,所有容易一直到不同的平台上去
- 2022-02-10 07:02:23下载
- 积分:1
-
Icon library
最为丰富的图标库,编程必备(most abundant in the icon library, programming required)
- 2004-08-08 19:05:30下载
- 积分:1
-
纸牌游戏
说明: VisualC#.net基础与应用教程(第2版)课后习题第五章第八题、设计黑白棋游戏程序。(Visual C# .net Basic and Application Course (2nd Edition) Exercise Chapter 5, Question 8, Design black and white chess game program.)
- 2019-06-05 20:19:56下载
- 积分:1
-
redblack
红黑棋游戏 在VC上可直接运行 不过要注意设置图片路径(Red Black game on the VC can be run directly but to pay attention to set the picture path)
- 2012-07-09 10:08:40下载
- 积分:1