搜索结果
找到约 159 项符合
PRINT 的查询结果
按分类筛选
- 全部分类
- 技术资料 (21)
- 其他 (19)
- 数据结构 (11)
- Java编程 (10)
- 其他书籍 (7)
- Delphi控件源码 (7)
- 驱动编程 (5)
- 源码 (4)
- SQL Server (4)
- 设计相关 (3)
- 汇编语言 (3)
- 单片机开发 (3)
- 其他嵌入式/单片机内容 (3)
- 书籍 (2)
- PCB相关 (2)
- 单片机编程 (2)
- 数据库系统 (2)
- 开发工具 (2)
- 电子书籍 (2)
- 可编程逻辑 (2)
- 压缩解压 (2)
- 编辑器/阅读器 (2)
- 文件格式 (2)
- 数学计算 (2)
- 嵌入式/单片机编程 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- Java书籍 (2)
- VC书籍 (2)
- Jsp/Servlet (2)
- 教程 (1)
- C/C++语言编程 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 驱动程序 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 串口编程 (1)
- 语音压缩 (1)
- *行业应用 (1)
- 企业管理 (1)
- Applet (1)
- USB编程 (1)
- VxWorks (1)
- 生物技术 (1)
- 并口编程 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- VIP专区 (1)
数值算法/人工智能 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input
北京大学ACM比赛题目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper ...
书籍 Principles+of+Digital+Transmission
This book stems from its ancestor Digital Transmission Theory,published by 
Prentice-Hall in 1987 and now out of print. Following the suggestion of several colleagues who complained about the unavailability of a textbook they liked and adopted in their courses, laying a strong emphasis on ...
数据结构 首先定义一个点类Point
首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信 ...
书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h>
class Complex
{ public:
Complex( double r =0, double i =0 )
Complex(int a) { Real = a Image = 0 }
void print() const
friend Complex operator+ ( const Complex & c1, const Complex & c2 )
friend Complex operator- ( const Complex & c1, const Complex & c2 )
friend ...
单片机开发 /// /// /// ////1602驱动函数////////////////////////////////////// ////////////////////////////////////
/// /// /// ////1602驱动函数//////////////////////////////////////
//////////////////////////////////////////////////////////////
// 函数原型:print(ucahr *string)
// 输出字符串,超过16个字符时自动移入第二行
// printone(uchar x,uchar y,ucahr Data)
// 在指定的位置(x,y)输出一个字符
// lcm_init(void) ...
数据结构 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your prog ...
技术资料 最新版Multisim 14 专业版官方软件下载
文件较大,存在百度网盘,下载文件中提供了链接和提取码。This download includes a downloader file that should increase the transfer speed of the software and allow you to resume a download if you are interrupted. This adds an extra 131 KB to your download. Your software download begins after the NI downl ...
VxWorks tServer task executes functions at low priority (254). serverSend funtion is used to send a requ
tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task executes the i() system call to print the summary
of tShell task. Next an address exception is caused i ...
汇编语言 基于XSBOOK数据库
基于XSBOOK数据库,创建多语句表值型函数,该函数要能按院系返回包含(书名,作者,出版社,借阅次数)列的表,利用该函数获取计算机专业借阅图书信息,且按借阅的次数降序排列,从而了解计算机专业对哪些图书比较感兴趣,利用PRINT语句按降序输出计算机专业感兴趣图书的列表。 ...
技术资料 HM62256B Series
The Hitachi HM62256B Series is a CMOS static RAM organized 32,768-word ´ 8-bit. It realizes higher
performance and low power consumption by employing 0.8 mm Hi-CMOS process technology. The
device, packaged in 8 ´ 14 mm TSOP, 8 ´ 13.4 mm TSOP with thickness of 1.2 mm, 450 mil SOP (foot
print pitch ...