搜索资源列表
google9_3
- You are given a String[] grid representing a rectangular grid of letters. You are also given a String find, a word you are to find within the grid. The starting point may be anywhere in the grid. The path may move up, down, left, right, or diagonally
nk=m
- 给定k个正整数,用算术运算符+,-,*,/将这k个正整数连接起来,使最终的得数恰为m。完成 string Caculate(int[] k, int m)方法,它接受k和m,返回连接的字符串(比如”1*2+5”)使其恰好等于m 。如果没有这样的连接,则返回为空字符串”” 注:此算法得出的结果所有的运算顺序都是从左到右,而没有+-*/的优先级-Given a positive integer k, using the arithmetic operator 2B !,-,*,/ this po
zip_unzip_src
- C#写得标准压缩解压缩小程序 .Net中函数声明: public static extern int MyZip_AddFile(String SrcFile,String ZipFile) public static extern int MyZip_AddDirectory(String SrcPath,String ZipFile) public static extern int MyZip_ExtractFileAll(String ZipFile,String P
h3
- 设计一个栈,要求如下: 1、使用模版技术实现,要求该栈内能存储各种数据类型如int、char、string以及自定义类型 2、设计一个基类,基类定义栈的所有接口,子类来具体实现 3、每个子类使用不同类型的容器来组织底层数据-Design a stack requirements are as follows: 1, using template technology, requires that the stack can store various data types such
stack-to-queue
- 用二个顺序存储结构的栈,通过这二个栈的相关运算实现队列的以下功能。 Queue() //构造函数 bool empty() //返回队列是否已空 bool full() //返回队列是否已满 int serve() //出队列,成功返回0,否则返回-1 int append(const string &item) //item进队列,成功返回0,否则返回-1 int retrieve(string &item) const //将队列头的值赋给item,成功返
word
- Cstring转char、string、int等数据类型的方法-types Cstring turn to char, string, int data
MyTool
- 这个只是一个小工具,可以用来提高编程效率。 只要是来操作剪贴板,比如:将剪贴板中所有字母大写,全部小写,首字母大写,将复制的内容加上@。 制动封装的使用方法:比如 private int i 只需复制 int i 然后点击制动封装,直接Ctrl+V就封装好了。 生成完整的类:可以封装这个类中所有的属性,和生成两个构造方法。使用方法再要封装的类里直接Ctrl+A,Ctrl+C 点击按钮生成完整的类Ctrl+V就可以了 最后就是可以到数据库生成类,这个连接字符串可能要改,能将数据库的
inttostring
- 整型转字符串数组,郭晓璐开发,赵树新辅导,功能很强大-int to string
zifucbijiao
- 实现字符串比较函数,该函数的功能是对两个字符串进行比较,并返回其比较结果,即一个int型数。-Achieve string comparison function, which function is to compare two strings and returns the comparison result, that a number of type int.
VC.NETstringdemo
- 收集了一些VC.NET字符串的操作演示实例源码,比如对字符串进行连接,字符串比较,从字符串中存取字符,如何计算一个字符串的大小,如何使用VC快速格式化一个字符串,如何将Cstring类型的字符串转换成int型和float型,如何让字符串赋值给字符指针等技巧,很小的例子,都挺简单,适合初学者-Collected VC.NET string operation demonstrates some examples of source code, such as connection strings,