-
一个基于ucos的文件管理系统 可以支持cf卡 硬盘等存储器 但是对于单独的flash芯片还需要自己编写硬件的底层驱动...
一个基于ucos的文件管理系统 可以支持cf卡 硬盘等存储器 但是对于单独的flash芯片还需要自己编写硬件的底层驱动-based document management system can support cf memory card drives, etc. But for a separate flash chip also need to prepare themselves to the bottom of the hardware drivers
- 2022-02-02 09:25:00下载
- 积分:1
-
一个通过网络传输文件的程序,供网络编程学习。
一个通过网络传输文件的程序,供网络编程学习。-A network to transfer files through the procedures for learning network programming.
- 2023-07-06 21:35:02下载
- 积分:1
-
整理文档时将所有小文件合并为大文件的简易程序
整理文档时将所有小文件合并为大文件的简易程序-Document finishing all the small files into large file of summary procedure
- 2022-09-27 08:30:03下载
- 积分:1
-
文件快车1(227KB)<END>
文件快车1(227KB)-a document Express (227KB) lt; ENDgt;
- 2022-08-12 08:09:56下载
- 积分:1
-
access and document attributes summary of the contents, such as : the document t...
此源码是获得和设置文件的属性中的摘要中的内容,如:文件的标题、主题、作者、类别、关键字、备注等等。由vb.ne编写。-access and document attributes summary of the contents, such as : the document title, subject, author, category, keyword, etc. Remarks.vb.ne
- 2022-04-15 09:55:01下载
- 积分:1
-
Find files on drives FAST using wildcards within search criteria. Easy and fully...
Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. 使用通配符查询文件- Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it.
find files by wildcard
- 2022-03-13 01:13:00下载
- 积分:1
-
输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。...
输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。-Enter the characters in his entourage, the statistics were one of the letters, spaces, numbers and the number of other characters.
- 2022-03-01 14:29:53下载
- 积分:1
-
a copy of the document Liezi, they can refer to http://www.micrel.cz/delphi/inde...
一个复制文件的列子,可以参考http://www.micrel.cz/delphi/index_e.html-a copy of the document Liezi, they can refer to http://www.micrel.cz/delphi/index_e.html
- 2022-05-08 19:14:06下载
- 积分: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
-
cab格式的压缩源码
cab格式的压缩源码-cab source of compressed format
- 2022-09-05 08:40:02下载
- 积分:1