搜索结果
找到约 41,129 项符合
c-out 的查询结果
人工智能/神经网络 FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering fo
FCMDEMO displays a GUI window to let you try out various parameters
in fuzzy c-means clustering for 2-D data. You can choose the data set
and clustering number from the GUI buttons at right, and then click
"Start" to start the fuzzy clustering process.
VC书籍 《C++程序设计教程(第二版)》源代码 源代码中包括运行所需的数据文件,它的格式是*.txt,还有*.in和*.out的。头文件格式是*.h
《C++程序设计教程(第二版)》源代码
源代码中包括运行所需的数据文件,它的格式是*.txt,还有*.in和*.out的。头文件格式是*.h
游戏 Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primi
Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics.
This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h
单片机编程 XA-S3的IIC接口的驱动器软件程序(C语言)
The XA-S3 is a member of Philips Semiconductors’ XA (eXtended Architecture) family of high performance 16-bit single-chip Microcontrollers. The XA-S3 combines many powerful peripherals on one chip. Therefore, it is suited for general multipurpose high performance embedded control functions.One of t ...
VxWorks vxworks下的GIS系统。 使用说明: 1.下载 "VxEmapgis.out" 或则 "VxEmapgis2.out" 到目标机 2.运行 "main"
vxworks下的GIS系统。 使用说明: 1.下载 "VxEmapgis.out" 或则 "VxEmapgis2.out" 到目标机 2.运行 "main" ,启动应用程序 , 3.按 "ESC" 弹出菜单, 4.选择 "打开图层" , 弹出图打开窗口 , 输入图层文件名称 如 “road.vxw” 或者 “water.vxw” 5.按 大写字母"O",确定, 或者大写字母 “C”取消 6.按方向箭头、pagedow ...
压缩解压 LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数
LZW压缩和解压缩程序
lzw.c 主要的功能模块
bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O
用法:
压缩 lzw E <in-file> <out-file>
解压缩 lzw D <in-file> <out-file>
压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。
解压缩时,读入<in-file>中内容,将结果存入<out-file>中 ...
其他 The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode mes
The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided ...
DSP编程 针对TI公司的DSK6713所发展的Audio范例包含Line in/Line out
针对TI公司的DSK6713所发展的Audio范例包含Line in/Line out,采用Poll方式,包含完整C语言编译,CCS2.x/CCS3.x版
DSP编程 针对TI公司的DSK6713所发展的Audio范例包含Line in/Line out
针对TI公司的DSK6713所发展的Audio范例包含Line in/Line out,采用中断(Interrupt)的方式,包含完整C语言编译,CCS2.x/CCS3.x版
VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...