资源列表
doppler1
- 通信系统只中的多普勒变换的matlab仿真程序 运行就可以看见结果,非常的好用。
nquene
- 算法流程: 1、数据初始化。 2、从n列开始摆放第n个皇后(因为这样便可以符合每一竖列一个皇后的要求),先测试当前位置(n,m)是否等于0(未被占领): 如果是,摆放第n个皇后,并宣布占领(记得要横列竖列斜列一起来哦),接着进行递归; 如果不是,测试下一个位置(n,m+1),但是如果当n<=8,m=8时,却发现此时已经无法摆放时,便要进行回溯。 3、当n>8时,便一一打印出结果。 优点:逐一测试标准答案,不会有漏网之鱼。
Program
- 一个利用c#编写的广播发送代码,所在的编译环境是vs!
1234
- 计算一串数学表达式的值, 计算一串数学表达式的值, -Calculation of the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string
expander8_to_12
- g.711 expander 8 to 12 bits
colorseg
- RGB color image segmentation
make_use
- 使用C语言编写的生产者消费者的问题 使用了多线程 按PV操作实现-Using the C language, the producer consumer problem using multi-threaded operation to achieve by PV
CROSS
- 跨网页提交应用 在Cross1.aspx中输入“用户名、密码”后单击“确定”,此时页面提交到Cross2.aspx,在该页面中显示Cross1.aspx中输入的数据信息。 -Submit applications in Cross1.aspx cross-page, type " user name, password" and click " OK" , then submit the page to Cross2.aspx, the page displ
doeGaussianBlur
- C# Class to do Gaussian Blur in image.
euler-algorithm
- 给定一个无向图,找该图的欧拉环游。算法快可以执行好-Given an undirected graph, find the graph Eulerian tour. Fast algorithm can perform well
reg
- VB API 注册表操作 -vb api reg
extract-number-from-a-string
- 从一串包含数字的字符串里面,提取出其中的数字,例如“a123x456 179d60? 302ta10b5876”中,提取出数字:123 456 179 60 302 10 5876。-Extracted the inside of the string contains numeric string, which figures, such as a123x456 179d60? 302ta10b5876 , extract the numbers: 123 456 17,960,302,1