-
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。...
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-The use of recursive function call, and will enter the five characters, print out the order to the contrary.
- 2022-07-21 07:56:00下载
- 积分:1
-
SADirRead
Copyright (C) 2002 Smaller Animals Software, Inc.
This sof...
SADirRead
Copyright (C) 2002 Smaller Animals Software, Inc.
This software is provided as-is , without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
http://www.smalleranimals.com
smallest@smalleranimals.com
- 2023-05-25 18:10:04下载
- 积分:1
-
在VC++中进行word表格的填写,非常方便
在VC++中进行word表格的填写,非常方便-In VC++ In word form fill, a very convenient
- 2022-10-12 18:55:03下载
- 积分:1
-
UNIX unistd h头文件。
/*版权所有(C)1991-2009、2010、2011、2012自由软件基金会。
- 2022-01-25 16:51:10下载
- 积分:1
-
用C++复制文件代码,很好的代码。
文件拷贝的C语言源代码,虽然基础,却是十分实际的例子。-copying files code by c, good code.
- 2022-03-22 10:45:04下载
- 积分:1
-
this upload sample
this upload sample-this upload sample................
- 2022-03-09 23:56:30下载
- 积分:1
-
文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.
文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.-merger document procedures C, C merger documents under the algorithm, beginners can be used to increase.
- 2022-02-15 04:24:24下载
- 积分:1
-
可以用此代码播放自己想听的WAV和MIDI声音文件以及系统声音文件。软件虽小但用处很大...
可以用此代码播放自己想听的WAV和MIDI声音文件以及系统声音文件。软件虽小但用处很大-can use this code to listen to the players themselves WAV and MIDI sound files and the system sound files. Software is a small but very useful
- 2023-02-28 23:05: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
-
本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为
缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数...
本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为
缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数-the program"s main function right way to block copying of documents. Then read data include documents as a block buffer data sent through the serial port. See specific procedures three button interface response function
- 2022-03-13 17:43:28下载
- 积分:1