-
【程序70】
题目:写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。
1.程序分析:
2.程序源代码:...
【程序70】
题目:写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。
1.程序分析:
2.程序源代码:-[70] procedures Topic: Writing a function, and the length of a string, in the main function in the input string and output its length. 1. Program analysis: 2. Program source code:
- 2023-05-26 06:30:03下载
- 积分:1
-
VC实现的简单得串口通讯程序
VC实现的简单得串口通讯程序-VC in a simple serial communication program
- 2023-06-13 06:25:03下载
- 积分:1
-
监控网络计算机,在网络上把接网的计算机信息读出来,并且得到计算机屏幕...
监控网络计算机,在网络上把接网的计算机信息读出来,并且得到计算机屏幕-Monitoring network computers on the network to access the computer information network to read out, and get the computer screen
- 2022-07-27 04:02:26下载
- 积分:1
-
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定...
图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-image compression defined pixel sequence (p1, p2, ..., pn) sub-optimal, sub accordingly makes the storage space required at least. The length of each section is not more than 256. The digital image is m m pixel arrays. Assume that each pixel is a 0-2 5 5 of the gray values. Therefore storage of up to a pixel 8. If each pixel with the largest storage capacity of 8-bit, the total storage space for 8m ^ 2. In order to reduce storage space, and we will use variable-length model (variable bit scheme), that is different with different pixel median storage. Pixel values of 0 and 1 and only a storage space; The value of 2,3 required two; Value 4,5,6 and 7 of the required three; Analogy.
- 2022-11-29 05:50:03下载
- 积分:1
-
this rar file for the developers of projects
this rar file for the developers of projects-this is rar file for the developers of projects
- 2022-03-19 21:51:11下载
- 积分:1
-
wonderful the Little Stars (Capture Genius) v1.0. can capture the entire screen,...
非常棒的抓图小精灵(Capture Genius) v1.0,可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存位墙纸.具有打印图片功能.这个小工具还支持多国语言(简体中文、英文)-wonderful the Little Stars (Capture Genius) v1.0. can capture the entire screen, activity window, delay capture window, capturing the title contains the window, the window users, and rolling window. Photo capture and can be saved as BMP, JPGE pictures, you can use Microsoft tools for drawing editor, Wallpaper spaces can be preserved. Photo Print function is. This small device also supports multiple languages (English, English)
- 2023-07-05 13:35:04下载
- 积分:1
-
VC++多线程编程实例集锦,很多多线程编程的例子
VC++多线程编程实例集锦,很多多线程编程的例子-VC++ examples of multi-threaded programming highlights many examples of multi-threaded programming
- 2022-05-31 06:11:25下载
- 积分:1
-
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!...
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!-Rendering system of electronic components, very good with Oh! VC prepared using a direct drag on the graphics rendering can be achieved!
- 2022-04-15 19:57:25下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
用于jsp的日期转换
用于jsp的日期转换-jsp for the date change
- 2022-08-13 11:42:40下载
- 积分:1