-
C# 程序互斥实例
C# 程序互斥实例,只允许运行一个程序实例的演示,互相排斥不让另一个运行,若运行两次本程序,则只有一个线程,会给出提示正在运行。
- 2022-02-13 10:56:13下载
- 积分:1
-
一个小程序 ,是ACM竞赛的源码,因为是学生,还没有很好的源码上传,不好意思...
一个小程序 ,是ACM竞赛的源码,因为是学生,还没有很好的源码上传,不好意思-A small process, the source is the ACM competition because it is students, not a very good source upload, sorry
- 2022-04-19 06:05:01下载
- 积分:1
-
一款迷人而有趣的迷题游戏,是一个测试你智力水平的游戏。Java语言开发,使用方便,画面生动有趣。...
一款迷人而有趣的迷题游戏,是一个测试你智力水平的游戏。Java语言开发,使用方便,画面生动有趣。-one charming and interesting games that fans, is a test your intelligence level of the game. The Java language development, ease of use, picture lively and interesting.
- 2022-06-13 18:11:39下载
- 积分:1
-
the best game of routing vc6.0
有关游戏最佳寻径问题的 vc6.0-the best game of routing vc6.0
- 2022-11-23 15:40:03下载
- 积分:1
-
delphi源程序看看,这可能对你有帮助
delphi源程序看看,这可能对你有帮助-delphi look at the source, which may have been helpful to you
- 2023-02-06 20:05:04下载
- 积分:1
-
这个程序能够实现各种模板的中值滤波处理,还能够计算处理后图象的熵!...
这个程序能够实现各种模板的中值滤波处理,还能够计算处理后图象的熵!-the process to achieve the various templates median filter handling, but also to calculate the processed image entropy!
- 2022-03-24 11:09:44下载
- 积分:1
-
这是一个java写的俄罗斯方块的程序,使用frame写的,而不是传统的applet,希望大家玩过之后给点意见 lzz_zsu_2005@yahoo.com.cn...
这是一个java写的俄罗斯方块的程序,使用frame写的,而不是传统的applet,希望大家玩过之后给点意见 lzz_zsu_2005@yahoo.com.cn-This a java Russian ideographic written procedures, the use of the frame was made, rather than the traditional applet hope that after we tried to point lzz_zsu_2005@yahoo.com.cn
- 2022-07-26 21:46:42下载
- 积分:1
-
关于C++高级培训课程。它非常有用的人谁想要提高…
It about c++ senior traing course. it very usefull for someone who want to enhance c++ programing. it comes frome hua wei company s traning course
- 2022-02-05 16:10:12下载
- 积分:1
-
delphi 怎样在数据表中调整记录指针的位置
delphi 怎样在数据表中调整记录指针的位置的源码实例,源代码运行于Delphi7环境,有兴趣的可下载测试。有兴趣可参考以下核心代码:
procedure TFrmOrderBy.FormShow(Sender: TObject);
begin
ADODataSet1.Active := false;
ADODataSet1.Active := true;
end;
procedure TFrmOrderBy.BtnCloseClick(Sender: TObject);
begin
Close;
end;
procedure TFrmOrderBy.Button1Click(Sender: TObject);
var
No: Integer;
begin
No := StrToIntDef(Edit1.Text, 1);
ADODataSet1.MoveBy(No);
end;
- 2022-04-11 22:27:36下载
- 积分:1
-
VC++获取DNS 子网掩码 IP地址等网络配置参数
VC++获取DNS 子网掩码 IP地址以及路由设置等网络配置参数,另外还可获取主机名、工作域、网卡MAC地址、默认网关以及是否使用IP路由等,编写网络相关软件时,这是一些必备的网络参数。程序运行截图如图所示。
- 2022-11-06 08:30:03下载
- 积分:1