-
处理文件数据,将各种文件的内容处理成十六进制码的形式保存到文件,每个数之间用逗号隔开,可直接将其复制到数组中....
处理文件数据,将各种文件的内容处理成十六进制码的形式保存到文件,每个数之间用逗号隔开,可直接将其复制到数组中.-Handle file data, will deal with a variety of documents into the form of hexadecimal code saved to the file, each separated by commas between, can be directly copied to the array.
- 2022-01-26 03:51:34下载
- 积分:1
-
FTP服务器
个人编写的文件服务器,拥有管理简单的文件上传和管理功能-ftp server
- 2023-08-14 22:20:03下载
- 积分:1
-
DSP-BASED IMPLEMENTATION DOA
许多基于传感器阵列测量的声源波达方向(DOA)估计算法已经得到了很好的发展,并通过计算机模拟和/或小规模水槽实验进行了验证。然而,这些
- 2022-02-03 11:42:58下载
- 积分:1
-
*
*
* 38 11/03/98 2:10p Admin
* Added jackpot and gambit. Removed random player selection. Added part
* of MPede support. Added response to ChatgamesID request. Added code
* to track server name.
*/-*
* 38 11/03/98 2:10p Admin
* Added jackpot and gambit. Removed random player selection. Added part
* of MPede support. Added response to ChatgamesID request. Added code
* to track server name.
*/
- 2022-03-04 22:34:58下载
- 积分:1
-
这是一个在后台读取闪盘里所有东西的小软件。只要闪盘一插上,所有的内容都会被拷走。...
这是一个在后台读取闪盘里所有东西的小软件。只要闪盘一插上,所有的内容都会被拷走。-This is a flash in the background to read all the things a small software. As long as the flash plug in one, all the content will be copy away.
- 2023-05-09 21:15:03下载
- 积分:1
-
这个程序的puurpoise是解析表达式从输入文件和DIS…
the puurpoise of this program is to parse expressions from an input file and display token type and value in an output file
- 2022-01-26 01:56:38下载
- 积分:1
-
FAT32文件系统结构研究
.对 FAT32 文件系统的结构和技术实质进行了详细分析...
FAT32文件系统结构研究
.对 FAT32 文件系统的结构和技术实质进行了详细分析-FAT32 file system structure. On the FAT32 file system structure and technology, a detailed analysis of the substance of
- 2022-05-20 05:44:51下载
- 积分:1
-
这一代码作曲家在相关文件。
this a file related to code composer stdio.
- 2023-07-09 05:30:03下载
- 积分:1
-
这是一个用二分法搜索数据的例子,希望对朋友们有帮助。
这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
- 2022-02-02 23:11:55下载
- 积分: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