搜索资源列表
Perlprimer
- 第1学时Perl 入门 第2学时Perl 的基本构件:数字和字符串 第3学时控制程序流 第4学时基本构件的堆栈:列表与数组 第5学时进行文件操作 第6学时模式匹配 第7学时哈希结构 第8学时函数-1 hour introductory paragraph 2 Perl school Perl's basic components : Digital string section and three school flow control procedures
C语言难点分析整理!
- 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。
retinex
- imgFileList:文件路径字符串数组; iNum:输入文件个数; outFilePath:输出图像的文件路径; outFileFormat:输出图像的文件格式,支持格式:1 - TIFF \ 2 - JPG\ 3 - PDF; iColorType:颜色类型, 0-彩色 \ 1-灰度 \ 2-黑白; iThresholdLevel:二值处理的阈值, iColorType = 2 时有效; strErrMsg:返回异常信息
顺序表的应用
- 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
123
- 常见的几种数据格式转换,例如16进制字符串转化为16进制字节数组-Several common data format conversion, such as 16 into a hexadecimal string of 16 hexadecimal byte array
java
- JAVA课程,包括Java基本语法,数组,字符串,输入输出流,线程,继承、多太、类!-JAVA programs, including the basic Java syntax, arrays, strings, input and output streams, threads, inheritance, too, class!
change
- 函数ReadDat()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中,请编制函数StrCharJR(),其函数的功能是:以行为单位把字符串中所有字符的ASCII值右移4位,然后把右移后的字符ASCII值再加上原字符的ASCII值,得到新的字符仍存入原字符串对应的位置上。最后把已处理的字符串仍按行重新存入字符串数组xx中,最后调用函数writeDat()把结果xx输出到文件OUT8.DAT中。-change words
C-language-array-string-programming
- C语言 数组与字符串 编程题 求方阵两条对角线之和 2)求矩阵中的“鞍点”。-C language array string programming question seeking to square two diagonal and 2) in the Matrix " saddle point" .
sort
- 0个不等长的字符串放入二维字符数组中,2. 字符串排序-sort the string table
Adobe-ActionScript-3.0
- adobe actionscr ipt 3.0编程手册。actionscr ipt 3.0简介;actionscr ipt快速入门;语言及其语法;中面向对象的编程;处理日期和时间;处理字符串;处理数组;处理错误;使用正则表达式;处理XML;-adobe actionscr ipt 3.0 programming manual. the actionscr ipt 3.0 Introduction actionscr ipt Quick Start language and its synta
javabeanlistMapSetJson
- java中把对象、对象bean、list集合、对象数组、Map和Set以及字符串转换成Json.rar-java in the object, the object bean list collection of an array of objects, Map and Set, and string convert Json
test_java
- 1、 求一维数组的最大值和最小值 2、 用一维数组输出杨辉三角 3、 找出一个二维数组的鞍点 4、 找出两个字符串中所有共同的字符 5、 输出金额的中文大写形式 6、 实现一个复数类 7、 实现一个银行账户类 8、 编写程序实现判断及识别标识符的功能 9、 实现一个计算器 10、 编程实现一个用户登录窗口,其中用户名要求为10位的数字,且第一个数字不能为0. -1, find the one-dimensional array of maximum and
cPP-Stringpint
- c++中字符串和字符数组 -c++ string and array of charactersc++ string and array of characters
javawenjian4
- 在Java开发环境下,将读取的字符串并转换到数组中-read and convert the string into an array
CPP
- C++,从基础入门到熟练掌握,包括简单程序设计,数组指针字符串,继承与派生,函数,类,对象,多态性-C++, basic entry to master, including a simple program design, pointer to an array of strings, inheritance and derived, functions, classes, object, polymorphism
ojbyhw
- 1.本文代码仅保证在visual studio 2005上运行通过! 2.高亮的题目为华为机试第三题左右难度。 3.本文的字符串基本运用C++里的string类,很少使用常规字符数组形式。 华为华东地区笔试/机试必备考题库。 -1. This code is only guaranteed in visual studio 2005 run through! 2. Highlight entitled Huawei third question about the diffi
json
- 数据格式的转换,例如将数组的形式转化为字符串的格式,将字符串传到页面。-Data format conversion, for example in the form of an array converted to the format string, the string passed to the page.
C-Language-Advanced-Topics
- C语言高级专题.数组&字符串&结构体&共用体&枚举-C language advanced topics. & String array structure & & & enumeration union
8
- 1. 掌握C语言字符数组的定义、初始化和引用。 2. 掌握C语言字符数组和字符串的联系和区别。 3. 掌握C语言字符串函数的使用。-1. Master C language character array definition, initialization and reference. 2. Master the C language character array and the string of links and differences. 3. Master the u
你必须知道的495个C语言问题
- 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library