-
二进制文件观察器,类似于VisualC++的二进制数据察看界面
二进制文件观察器,类似于VisualC++的二进制数据察看界面-Binary file viewer, similar to VisualC++ View of binary data interface
- 2023-01-23 01:35:05下载
- 积分:1
-
atviewer是一个组件可以查看各种类型的文件。没有。
ATViewer is a component which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/BCB application.-ATViewer is a component which allows to view files of various types. There is no edit possibility, just quick view- so it s useful to implement "View file" feature in your Delphi/BCB application.
- 2022-02-28 18:31:02下载
- 积分:1
-
Download address translation, can be converted Thunderbolt, Express, Cyclones, r...
下载地址转换,可以转换迅雷、快车,旋风,rayfile的下载地址.-Download address translation, can be converted Thunderbolt, Express, Cyclones, rayfile download address.
- 2023-01-02 19:40:19下载
- 积分:1
-
编写的一个文件右移的源程序,供大家参考。
编写的一个文件右移的源程序,供大家参考。-A document prepared by the source shifted to right, for your reference.
- 2022-08-21 23:26:57下载
- 积分:1
-
演示了将用","分隔的文件转换到Excel文件的转换。包括组件调用,Excel单元格的字体、颜色、属性设置等操作。...
演示了将用","分隔的文件转换到Excel文件的转换。包括组件调用,Excel单元格的字体、颜色、属性设置等操作。-Will be used to demonstrate " ," delimited file conversion to Excel file conversion. Including the components to call, Excel cell fonts, colors, and other property operation.
- 2022-05-26 10:33:09下载
- 积分:1
-
sdcc 在 8051 的生成文件
#GNU 生成文件使用 SDCC
########################################################################
# GNU 生成文件证明 C 和汇编源文件的组合
# 文件名称: 生成文件
# 所有目标文件中的宏定义是按顺序都处理由 SDCC
# 到 "file.hex" 使用 GNU 使创建的文件,只是执行 "做"
########################################################################
TRG = led_pb
OBJ = led_pb.rel
设备 = mmcs51
SDCCCFLAGS =--模型小
ASLINKFLAGS =--代码-loc 0x8000 — — xram-loc 0xC000
- 2023-02-01 01:30:04下载
- 积分: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
-
关于农村基层政权建设 的思考 关于农村基层政权建设 的思考...
关于农村基层政权建设 的思考 关于农村基层政权建设 的思考-on rural grass-roots political power on the construction of rural grassroots political power of
- 2022-06-18 16:51:45下载
- 积分:1
-
读取文件校验和 读取文件校验和 读取文件校验和
读取文件校验和 读取文件校验和 读取文件校验和-Read the paper and read the file checksum checksum checksum read from the file read the file checksum
- 2022-02-03 19:04:04下载
- 积分:1
-
Through the program, you can achieve the update file copy, then you can call the...
通过该程序,可以实现更新文件的拷贝,然后可以调用更新后的文件-Through the program, you can achieve the update file copy, then you can call the updated files
- 2022-08-12 13:53:39下载
- 积分:1