-
心灵感应程序事实上是利用了两张图片的替换给使用者的心理暗示让人感觉琢磨不透。程序中使用了部分检测系统配置的代码,检测CPU速度的代码为汇编语言混合编程。...
心灵感应程序事实上是利用了两张图片的替换给使用者的心理暗示让人感觉琢磨不透。程序中使用了部分检测系统配置的代码,检测CPU速度的代码为汇编语言混合编程。-spiritual induction process is in fact the use of two pictures of the replacement for users of the psychological suggestion give people the impression pondering not penetrate. Procedures used in the assay system configuration code, the CPU speed detection code for compilation mixed language programming.
- 2022-04-20 20:22:50下载
- 积分:1
-
pain dragon line in Dos C
pain dragon line in Dos C
- 2023-01-20 06:00:04下载
- 积分:1
-
一个标准的C++程序库,能使你的开发减少大量工作
一个标准的C++程序库,能使你的开发减少大量工作-a standard C library, you can reduce a lot of development work
- 2023-04-07 05:10:04下载
- 积分:1
-
小世界网络的试验程序!可以观察小世界网络的生成过程和结果!...
小世界网络的试验程序!可以观察小世界网络的生成过程和结果!-small world network testing procedures. Can observe small world network formation process and results!
- 2022-02-05 08:48:37下载
- 积分:1
-
document management system using the java struts use mysql database basic bug
文件管理系统使用的是java struts数据库 使用mysql 基本没有bug-document management system using the java struts use mysql database basic bug
- 2022-05-30 11:32:33下载
- 积分:1
-
java version of Weiqi for U.S. exchanges and learning use
java版本的围棋,供大家交流和学习使用-java version of Weiqi for U.S. exchanges and learning use
- 2022-10-14 14:25:03下载
- 积分:1
-
fft源程序
fft源程序-fft source
- 2023-05-13 18:15:02下载
- 积分:1
-
Fresnel带的验证程序,地震资料中用的,带为椭圆也能用
Fresnel带的验证程序,地震资料中用的,带为椭圆也能用-Fresnel zone validation process seismic data using the band also can be used for Elliptic
- 2022-01-26 06:52:19下载
- 积分:1
-
jsp电子表单提交,和一些关于登陆注册的相关代码,适于初学者的功能模块...
jsp电子表单提交,和一些关于登陆注册的相关代码,适于初学者的功能模块-jsp electronic form submission, and some on the landing of the relevant register code, suitable for beginners of functional modules
- 2022-02-10 11:10:50下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1