-
CS_iso_creator_src
CS Image Creator.to creato image from specific data.
- 2013-01-21 01:00:57下载
- 积分:1
-
microsoft-bluetooth-API
使用 VC++ 调用微软蓝牙 API 函数的示例代码。可以使用 VC++6.0 至 VC++2010 编译代码。(Using VC++ call Microsoft Bluetooth API sample code. You can use VC++6.0 to VC++2010 compiled code.)
- 2020-12-23 09:09:06下载
- 积分:1
-
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形,可以方便的自定义图形的边框大小,如示例截图所示的效果,具体的代码编写方法为:
private void button1_Click(object sender, EventArgs e)
{
Graphics graphics = this.CreateGraphics();//声明一个Graphics对象
Pen myPen = new Pen(Color.Black, 8);//实例化Pen类
//调用Graphics对象的DrawRectangle方法
graphics.DrawRectangle(myPen, 10, 10, 150, 100);
}
- 2022-03-24 16:40:35下载
- 积分:1
-
19264农历带24节气
说明: 19264液晶时钟,带按键,两页显示,带闹铃,带农历属相,二十四节气显示,功能非常全(24 solar terms with lunar week alarm)
- 2021-01-30 17:28:40下载
- 积分:1
-
双轴型DSP28335电机开发
TMS320F28335实现双轴型控制电机,实现对两个三相电机控制,两个电机一个是发电机一个是电动机。
- 2023-02-08 12:00:10下载
- 积分:1
-
ButtonMenuContro_and_Demol
C#按钮式菜单控件和测试源代码ButtonMenuContro_and_Demo,类似outlook样式的按钮菜单控件,包含测试程序的源代码,注意:在测试程序里要定义响应控件的OnMenuButtonClick事件。(C# button menu control and test source code ButtonMenuContro_and_Demo similar outlook style button menu controls, containing test program source code Note: To define a response control OnMenuButtonClick events in the test program.)
- 2013-05-15 09:22:21下载
- 积分:1
-
ooh323c-0.8.3.tar
Objective Systems Open H.323 for C (ooh323c) is a simple H.323 protocol stack developed in C. The ASN.1 PER messaging code was developed using the ASN1C compiler using a modified version of our core run-time libraries. Additional open source components as well as code developed in-house were added to produce a functioning stack.
- 2007-07-24 15:08:54下载
- 积分:1
-
Ex8_1
是一个个人资料管理的例程,将个人的一些简单资料输入便可管理(is a personal information management routines, some simple personal information management can be imported)
- 2005-04-13 12:00:25下载
- 积分:1
-
Project_15352073_Dengdian_v2
停船问题退火解决,启发式算法解决泊位分配问题,退火是比较简单的,这里介绍简单的退火贪心来求解(To solve the problem of annealing, a heuristic algorithm to solve the berth allocation problem, annealing is relatively simple, this simple greedy annealing to solve)
- 2020-07-02 15:20:01下载
- 积分:1
-
Game
小游戏集合 五子棋+黑白棋+俄罗斯方块+井字游戏(game)
- 2010-11-05 10:43:45下载
- 积分:1