-
这是一个基于CFileFind类的比较完善的文件查找程序。
这是一个基于CFileFind类的比较完善的文件查找程序。-This is a category based on the relatively perfect CFileFind documents Finder.
- 2022-01-26 01:41:38下载
- 积分:1
-
A document written using vc partition, and absolutely original Oh, is currently...
一个用vc写的文件分割器,绝对原创哦,目前是单线程的所以分割大文件时有点假死的现象,稍微改下就可做成多线程版的,留给大家来改吧-A document written using vc partition, and absolutely original Oh, is currently single-threaded split large files so when the phenomenon of suspended animation a bit, a little change can be made under the multi-threaded version, leaving you to change it
- 2022-02-11 14:44:36下载
- 积分:1
-
Pendulum.cpp
#include"stdafx.h"
#include < iostream >
#include < conio.h >
#include < locale.h >
#include < stdio.h >
#include < math.h >
使用命名空间 std ;
作废双时间 (双 L、 双 P 双 G)
void main)
{
setlocale (LC_ALL,"RUS") ;
双 L,T;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
//ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ
L = 100 ;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
//ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ
system("cls") ;
cout «"Dведите L =";
cin» L;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
返回 0 ;
}
作废双时间 (双 L、 双 P 双 G)
{
双 M;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ
返回 M;
}
- 2022-03-13 01:33:14下载
- 积分:1
-
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面...
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面-a simple anti-debug source code by the system debugging spaces corresponding to prohibit additional debugger process, mainly used shell software, encryption software, etc.
- 2022-04-07 20:04:06下载
- 积分:1
-
check here
-check here
- 2022-01-31 00:14:44下载
- 积分:1
-
仿Excel风格的表格设计器如果大家喜欢可以加我,谢谢大家支持!...
仿Excel风格的表格设计器如果大家喜欢可以加我,谢谢大家支持!-Excel-style imitation Forms Designer
- 2023-03-31 12:35:04下载
- 积分:1
-
LCD source file is meant for microcontroller usage in making lcd projects
LCD source file is meant for microcontroller usage in making lcd projects
- 2022-12-07 20:05:03下载
- 积分:1
-
生成Jar文件 手把手教你!
非常有价值
生成Jar文件 手把手教你!
非常有价值-Generated Jar file手把手教you! Very valuable
- 2022-06-28 12:39:11下载
- 积分:1
-
windows下,可创建多层目录的小函数,十分方便。
windows下,可创建多层目录的小函数,十分方便。-windows, the directory will help to create a small multi-function, it is very convenient.
- 2022-06-01 07:23:27下载
- 积分:1
-
用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。...
用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。
-binary tree algorithm used for the specified directory of files and directories to the formatting preserved. The original amendments to the procedures in some bug.
- 2023-06-22 12:10:03下载
- 积分:1