-
这本书是专为那些知道如何编程的人。
This book was intended specifically for people who know how to program already but have taken only rudimentary
stabs at graphics/game programming or never taken any stab at all, such as programmers in another field or college
students looking to embark on some side projects.
- 2022-05-17 07:44:22下载
- 积分:1
-
一些关于恒流源的资料,那里有电路原理图,用的着的话就拿去吧。...
一些关于恒流源的资料,那里有电路原理图,用的着的话就拿去吧。-Some information on the constant current source, where the circuit schematic diagram, if used in the case go forward.
- 2022-10-14 00:50:03下载
- 积分: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
-
verilog
verilog-wire a simple circuits
- 2023-02-08 20:15:03下载
- 积分:1
-
java games prepared by the 1000 block of Terry Avenue prepared by the 1000 block...
java编写的连连看游戏 java编写的连连看游戏 -java games prepared by the 1000 block of Terry Avenue prepared by the 1000 block of Terry Avenue java games prepared by the 1000 block of Terry Avenue java preparation of the 1000 block of Terry Avenue java games prepared by the 1000 block of Terry Avenue games java games prepared by the 1000 block of Terry Avenue
- 2022-07-24 04:56:20下载
- 积分:1
-
一个用asp和sql server开发的网上办公系统
一个用asp和sql server开发的网上办公系统-with an asp sql server and development of the Internet Office System
- 2022-08-10 01:47:46下载
- 积分:1
-
收集游戏模式,在互联网上为其他玩家加入聚集…
游戏的聚集模式,在互联网上为其他玩家加入聚集,形成一个以联盟为基础的群体体系
- 2023-08-15 21:10:03下载
- 积分:1
-
这是一个用于计算n!的小程序
这是一个用于计算n!的小程序-used to calculate n! The small program
- 2023-01-22 19:15:03下载
- 积分:1
-
VB 连连看源码 【网络版】
VB 连连看【网络版】源码,网络对战的实现是基于Winsock控件,游戏具备地图编辑模式、分数清零、游戏提示、重新排列、保存地图等功能,在监听的端口有连接请求发生时,立即调用Accept方法。游戏画面中的每个方块均采用一个Image控件来实现,有些麻烦了些,不过效果挺好。试玩了一下,别有一番风味。本连连看游戏源码支持二次开发,若你的水平足够高,完全可以继续开发完善。
- 2022-03-24 19:43:15下载
- 积分:1
-
Symbian OS 图片转换程序源代码
可以学习一下
Symbian OS 图片转换程序源代码
可以学习一下-Symbian OS source code picture conversion process can learn about
- 2023-02-03 01:10:03下载
- 积分:1