搜索资源列表
NQueensProblemBitComputingVersion
- 这个是我的作业报告,写的是UVA167题目的位运算方法,效率很高,这种N皇后的方法用到USACO上面,提交也很高效,朋友测试了一下,0.3秒-This is my job report, written by subject-bit computing is UVA167 method, very efficient, this method uses USACO N Queen above, the author Ye is efficient, friends, test it, 0.3 s
zhezeshi
- C#正则表达式小结 以下是一些常用的正则表达式,觉得实用就收藏一下吧。 只能输入数字:"^[0-9]*$"。 只能输入n位的数字:"^\d{n}$"。 只能输入至少n位的数字:"^\d{n,}$"。 -C# Regular expression summary The following are some common regular expressions, find useful about it on the collection. Can only ent
Exhaustive-N-binary-system-number
- 列举N位二进制数,的分治递归算法,由C语言写成,附带运行,生成文件-Enumerate the N-bit binary number, divide and conquer recursive algorithm, written in C, with run to generate the file
sy9_2a
- 利用动态分配内存方法,编写一个能计算N位整数相加的程序,如N≤100。 根据N的值动态分配3个内存空间,分别存放加数、被加数和相加的结果;它们以字符串的形式存放 -Use of dynamically allocated memory, write a calculation of the N-bit integer program, such as N ≤ 100. Dynamically allocated memory space according to the value of
4
- Gray Code是一个数列集合,每个数使用二进位来表示,假设使用n位元来表示每个数好了,任两个数之间只有一个位元值不同,-Gray Code is a collection of columns, each number is represented using binary, assuming the number of n bits to represent each well, only a bit different values between any t
