-
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。...
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。-Int type can be converted to ascii code for a binary input for the content of the document, the contents of the output to a ascii file.
- 2022-05-19 15:13:30下载
- 积分:1
-
C代码的文件分割
C代码的文件分割- dividfile for c
- 2022-10-05 05:30:03下载
- 积分: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
-
arm嵌入式平台下保存avi文件的代码
q嵌入式平台下保存avi格式的代码,简单明了。
使用了ffmpeg库,源码在arm交叉编译环境下编译通过,适合arm v7架构直接使用。
- 2022-01-26 03:03:57下载
- 积分:1
-
VC++6.0写的关于用API函数操作INI文件的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数操作INI文件的测试程序,欢迎大家下载-VC++ 6.0 write operation on the use of INI file API function testing procedures are welcome to download the U.S.
- 2022-12-29 02:10:04下载
- 积分:1
-
一个很好的递归遍历文件的程序,首先输入查找的目录,然后输入匹配的文件后缀(例如:*.bmp),单击“查找”,ListCtrl列表框中会显示出匹配到的文件的完整路...
一个很好的递归遍历文件的程序,首先输入查找的目录,然后输入匹配的文件后缀(例如:*.bmp),单击“查找”,ListCtrl列表框中会显示出匹配到的文件的完整路径,同时给出匹配到的文件的总数。-A very good document recursive traversal procedures, first of all, enter the directory search, then enter the document matching suffix (for example:*. bmp), click
- 2022-12-08 16:25:02下载
- 积分:1
-
VB实现的文件各种操作,主要针对初学者,希望有所帮助
VB实现的文件各种操作,主要针对初学者,希望有所帮助-VB various operational documents, mainly aimed at beginners, some help
- 2023-04-29 19:25:03下载
- 积分:1
-
我自己写的文件列表程序,可以将一个目录下的文件名列表输出到一个文本文件中。...
我自己写的文件列表程序,可以将一个目录下的文件名列表输出到一个文本文件中。-my own list of documents written procedures can be a directory under the file name to a list of the output text file.
- 2022-06-18 23:08:29下载
- 积分:1
-
Simple to realize. Txt file compression format, this is my first to do curriculu...
实现了简单的对.txt格式文件的压缩,这是我做的第一个课程设计,希望对大家有帮助-Simple to realize. Txt file compression format, this is my first to do curriculum design, in the hope that everyone has to help
- 2023-04-09 02:05:03下载
- 积分:1
-
C's a simple procedure that can be used in the C language curriculum design...
C++的一个简单的程序,可以用于C语言的课程设计之用-C"s a simple procedure that can be used in the C language curriculum design use
- 2023-06-06 03:35:04下载
- 积分:1