搜索资源列表
在COM中使用数组_code
- COM中使用SAFEARRAY数组例程,代码中给了两种数组的用法,一种是字符串数组,另一种是自定义数据结构数组。 -use COM SAFEARRAY array routines, a code for the use of two arrays, a string array, and the other is from the definition of array data structure.
ClassicalDataStructures
- 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and val
music_by_mcu
- 简谱为字符串数组,与用手机编写音乐一样,可放多首曲子 爱我中华 女人花-number notation to a string array, and using cell phones to prepare music, may be the first to put more women spend pointed song
nanka100ti
- 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS10.DAT中。 -ReadDat function () from a document ENG.IN read an article in English. credited to the string array xx; Plea
SplitString
- 将一个字符串根据空格或其它分隔符分解成字符串数组-according to a string spaces or other separation decomposition of the string array
datastructor
- 这是我的一些数据结构(C语言)源代码 比如LinkList,String,Array,Tr-This is some of my data structure (C Language) source code for LinkList, String, Array, Tree, etc.
json2
- 列举了有关json字符串数组的一系列操作-Examples were given of a series of operations json string array
实现生产者和消费者问题
- 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
lab3_1
- a) 分别以左和右对齐方式输出整数,域宽为12; b) 以八进制、十进制、十六进制输入/输出整数; c) 实现浮点数的指数格式和定点格式的输入/输出,并指定精度,按实际情况进行调整,直到满意为止; d) 把字符串读入字符型数组变量中,从键盘输入,要求输入串的空格也全部读入,以回车换行符结束; -a) to the left and right, respectively, the alignment of the output integer, the domain width
string
- 实现了基于控制台的求输入字符串数组计算输入的单词个数已经字符个数、行数功能。 c语言实现。-Achieved in order to enter the console-based array of strings has been calculated the number of characters in the input word count of the number of rows function. c language.
ExamOne
- 字符串数组中的某个字符进行替换 统计每个数字出现的个数-A string array of characters in the replacement of Statistics figures for each number of
chaifen
- 字符拆分的小程序,可以用于大量数据存储的例子。比如大量数据需要存储进数据库,那可以将数组存为一个字符串存入数据库,然后再从数据库中导出,可以利用字符拆分的方法进行。-Characters split a small program that can be used for large amounts of data storage example. For example, the need to store large amounts of data into the database, it
star
- 用字符串数组输出一个图形,要求星星组合成一个棱型-With a string array output graphics, requested the stars into a row
C_Array_And_String
- C Array And String(basic c programming)
char-string
- 运用简单的方法,实现C#中字符数组转字符串数组-Simple method used to achieve the character array to a C# string array
Java.code.string.array.operation
- Java编程字符串及数组操作经典源码Java programming source code string and an array of classic operation -Java programming source code string and an array of classic operation
Search-2D-Array-(string)
- Search a 2D array for strings!
String-Array
- 是用户自定义的string,可实现多种功能,帮助读者了解string的各种函数-User defined string to achieve a variety of functions, to help readers understand the various functions of the string
The-string
- 这是一个Java字符、字符串、数组操作的一些实例源码,主要有数组的复制、反转字符串中的字符、命令行参数、求字符串的长度及每一个位置上的字符、数组的排序、String类数组的操作等-Some examples of source code of a Java character string, array operations, array replication, reverse the characters in a string, command line parameters, find
BITMAP-ARRAY-CONVETER
- BITMAP ARRAY CONVETER: Converts any Bitmap image to string array.