-
可以将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
-
BIG5转换成GB和GB转换成BIG5的最只直观最简洁的源代码
BIG5转换成GB和GB转换成BIG5的最只直观最简洁的源代码-BIG5 into GB and GB into BIG5 most intuitive only the most concise source code
- 2022-06-21 12:39:34下载
- 积分:1
-
一个节目为 tanck 的
它是一个为 tanck 与 c + + 语言的程序。它是为学生好。这是一个用 c + + 语言写的游戏。享受它......
- 2022-07-08 20:05:40下载
- 积分:1
-
编辑处理Unicode和多字节文本文件。
编辑处理Unicode和多字节文本文件。-Editing processing and multi-byte Unicode text file.
- 2022-05-28 20:37:17下载
- 积分:1
-
分形图象压缩的软件,利用迭呆法实现图象的压缩算法
分形图象压缩的软件,利用迭呆法实现图象的压缩算法-Fractal image compression software, use again and again to stay law realize image compression algorithm
- 2022-06-16 02:12:52下载
- 积分: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
-
对文件操作的程序使用C语言编写,使用的huffm…
本程序使用C语言进行文件操作,使用哈夫曼算法进行编码压缩-procedures for the use of the C language for file manipulation, the use of Huffman coding compression algorithm
- 2022-05-20 20:40:15下载
- 积分:1
-
zip compression and decompression source, all source code can be downloaded for...
zip 压缩和解压源码,全部源代码的,可免费下载。-zip compression and decompression source, all source code can be downloaded for free.
- 2022-03-20 19:03:49下载
- 积分:1
-
scheduling process management processor is the core content. The experiment call...
进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation and to experience and understand a few priorities and time-Cycle Scheduling Algorithm of concrete measures for implementation
- 2022-04-30 03:24:33下载
- 积分:1
-
VC资料,值得一读。
编程交流请E_mail Me:ghcyq@263.net
VC资料,值得一读。
编程交流请E_mail Me:ghcyq@263.net-VC information, it is worth a read. Exchange program please reproduced Me : ghcyq@263.net
- 2022-05-15 01:29:54下载
- 积分:1