搜索资源列表
C++InputOutput
- 使用标准C++实现位图图像的输入和输出,自定义位图文件的格式。-Bitmap image input and output, since the definition of bitmap file format.
C++iostreamxiangxijieshao
- 这里面详细的介绍了c++的流输入输出的函数,叙述详尽,内容很全,请大家参考!-detailed introduction to the c + + input and output flow of the function, described in detail, as is the whole, Please reference!
c++02--
- 关于C++的一个PPT教程C++语言概述,包括介绍 2.2 基本数据类型和表达式 2.3 数据的输入与输出 2.4 算法的基本控制结构 2.5 自定义数据类型 -on a PPT C C language tutorial overview Introduction 2.2 include basic data types and expressions 2.3 data input and output 2.4 algorithm basic control structu
CORDIC算法快速求反正切
- CORDIC算法快速求反正切,迭代10次输出弧度误差<|0.002|,迭代15次输出弧度误差<|0.0001|,对电机矢量算法计算速度要求高非常有用;myarctan_cordic1.c输入输出为float,myarctan_cordic3.c输入输出为int,pdf文件为CORDIC算法原理。-CORDIC algorithm quickly find tangent, curvature of the output error iteration 10 < | 0.002
standard-output-redirect
- 本人偶得在 Visual C++ 中进行输入输出重定向的办法,比通常的做法“freopen”更加的灵活和方便,特在此共享。目前,代码正在不断地摸索和完善中,先把“输出”(stdout)部分提供给大家-I even get in the Visual C++ input and output redirection in the way for more than the usual practice of " freopen" is more flexible and conv
2
- BP算法的C++类,输入输出全部采用文件格式,不用在运行的时候一个一个输入拉-BP algorithm C++ Category, input and output file format used, do not have a running time of an input pull
NetTalk
- 分网络传输部分、音频输入、音频输出、视频输入、视频输出、音频视频压缩、音频波形显示、界面。共创建个线程,音频输入线程、音频输出线程(这两个有WINAPI隐式创建)、音频视频压缩传送线程和主线程。因为音频的采样率比视频采样率高得多,这里的音频的采样率为8000Hz而视频仅为20左右,所以从宏观来看,音频是连续的,而视频是非连续的,这也就是无须为视频输入输出创建独立线程的原因。- Minute network transmission part, audio frequency input, aud
wangxiaoping-resource
- 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输
c
- 1写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。 2有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。 3编写input()和output()函数输入,输出5个学生的数据记录。 4反向输出一个链表。 5找到年龄最大的人,并输出。-1 to write a function, and the length of a string, in the main function in the
tcsearch
- 本软件一共收录了355个TC2.0库函数,每一个函数都提供了相应的头文件,函数用途,函数全称,输入输出参数,函数的返回值,以及函数是如果应用的例子。提供了按功能分类,字母分类,直接输入,下拉列表等快速查询。是学习C语言,C++语言的好助手。希望能给C,C++编程爱好者一点帮助,学习好C语言。 -The software includes a total of 355 TC2.0 library functions, each function has been providing the
linux_shell_C
- C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
course
- C语言学生选课系统程序,课设时所作,简单文件输入输出,没有数据库-C language students elective system procedures, made by the class-based, simple file input and output, there is no database
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
c
- 编写input()和output()函数输入,输出5个学生的数据记录-The preparation of input () and output () function of input and output data of the five student records
RSA
- 输入明文,用rsa算法加密,然后输出加密后的密文,再用此算法解密,输出解密后的明文。-Input plaintext, using rsa encryption algorithm, and then the output encrypted ciphertext, and then decrypt this algorithm, the output of the plaintext after decryption.
The-C-programming-Language-
- 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Denn
AD-or-PWM-input--PWM-output
- 2路AD兼容PWM输入,PWM输出程序(内置)(20120612)用C语言,STC单片机,含原理图,是灯具上调光测试过的-2 Road AD compatible PWM input, PWM output program (built-in), including principle
C语言相关
- 对C语言的基础相关知识介绍并有相应讲解编程代码
C经典程序
- 最基础的C语言程序,覆盖输入输出操作,数组,函数,指针,文件等,很典型。(The most basic C language program, covering the input and output operations, arrays, functions, pointers, documents, etc., is very typical.)
C++ hex class
- 实现十六进制类,包括对四则运算的运算符重载和对输入输出流的重载(Implementation of the sixteen class class Including the operator overloading of the four operations and the overloading of the input and output stream)