资源列表
process
- 在C#中如何获得进程列表,并判断进程名来判断进程是否存在,用来检测固定的进程是否存在-In C#, how to get a list of processes, and determines the process name to determine whether the process exists, is used to detect whether a fixed process
MultiplicationOfLargeNumbers
- 用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of the array storage of large numb
RegEx
- C# 使用正则表达式查找网址形式的字符串,并将其替换-using a regular expression that performs a simple searchand replace in a string.
prog1
- 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
creating-a-local-group
- windows powershell创建一个本地组-creating a local group
Bresenham
- Bresenham画线算法 与DDA算法相似,Bresenham画线算法也要在每列象素中找到与理想直线最逼近的象素点。-Bresenham line drawing algorithm with similar DDA algorithm, Bresenham line algorithm should find the most ideal straight-line approximation pixels in each column of pixels.
Bubble-Act
- 先输入一组整数,然后运用冒泡法对其进行排序,再按照顺序输出。-Enter a set of integers, and then sort them using bubble method, then follow the order of the output.
LCS
- LCS,求两个序列的最长子列,算法园子算法导论第15章-LCS introduction of algorithms
String-comparison.asm
- 字符串比较 北京大学 计算机组成 课后作业-String comparison of computer composition of the Peking University after school work
bijiao
- 比较两个文件内容的不同,其中有两个源代码-Comparing two different contents of the documents, wherein two source
jishi100
- 秒表记时(60~0) C语言,用两个数码管显示计时值-Stopwatch timer (60 ~ 0) the success of
Rayleigh_fading
- 瑞利衰落的matlab仿真程序,可计算电波传播过程的瑞利衰落。-Rayleigh fading matlab simulation program can calculate the wave propagation process Rayleigh fading.