-
国外有限元分析源程序4,用Fortran编写的结构…
国外有限元分析源程序4,用FORTRAN编写,用于结构的有限元分析。-foreign source Finite Element Analysis 4, FORTRAN prepared for the structure of the finite element analysis.
- 2022-03-12 01:07:43下载
- 积分:1
-
The source code about thread.it is very important to help understand how to crea...
The source code about thread.it is very important to help understand how to create java threads
- 2023-01-19 19:40:03下载
- 积分:1
-
nokiaarmy的XAP包
nokiaarmy的XAP包没有混淆的,可以直接反编译删除了wmappprheader。XML文件改名为XAP可以直接部署。研究逆向WP的难得的文件从诺基亚取得的。
- 2023-06-02 15:25:03下载
- 积分:1
-
为<实用Viusal C++ 6.0 教程>的源码,VC开发的,很经典,适合初学者。...
为的源码,VC开发的,很经典,适合初学者。-For < practical Viusal C++ 6.0 Tutorial> the source, VC development, it is a classic, suitable for beginners.
- 2022-07-04 19:31:43下载
- 积分:1
-
220个经典C程序源码
220个经典C程序源码,学习C语言的基础教程,从第一个hello world程序到最后的大工程项目,通过这220个程序,让你称为C编程高手
- 2022-03-23 02:50:19下载
- 积分:1
-
一个适合delphi初学者的软件源代码,自动数字排序
一个适合delphi初学者的软件源代码,自动数字排序-Suitable for beginners delphi software source code, automatic digital sorting
- 2022-11-24 23:40:03下载
- 积分:1
-
海明编码
应用背景这是16位海明码纠错和检测 ;16点,它是基于sechaming代码 ;这是实行在VHDL ; ;关键技术VHDL语言代码 ; ;和Xilinx工具是用来实现它是合成的代码,和自我 ;试验台 ;它 ; 了;
- 2022-07-08 18:30:19下载
- 积分:1
-
双人推箱子游戏源码
采用java swing编写,简单易学,适用于初学者。
- 2022-08-07 03:25:44下载
- 积分:1
-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
VBA在Word 2000中的信息
VBA For Word 2000 资料-Information of VBA For Word 2000
- 2022-02-13 15:13:25下载
- 积分:1