-
读取Xml文件到TreeView
读取Xml文件到TreeView
- 2013-10-31下载
- 积分:1
-
tic_tac_toe
这是一个简单的一字棋游戏,采用阿尔法贝塔剪枝算法做成的。(This is a simple word chess game, using Alpha Beta pruning algorithm are made.)
- 2009-12-21 22:18:38下载
- 积分:1
-
pull-white
说明: Xmpp client 开发的开源库,很稳定,(Open source libraries developed by Xmpp client are stable,)
- 2018-12-30 08:39:58下载
- 积分:1
-
c++ 求三角形面积 示例代码
c++ 求三角形面积 示例代码
- 2015-01-23下载
- 积分:1
-
边缘提取算子,canny、sobel、log算子
边缘提取算子,canny、sobel、log算子,利用vs2013编写的数字图像处理中常见的几种边缘提取算子。
- 2022-03-04 17:35:36下载
- 积分:1
-
约瑟夫环问题
上传的代码是vs2010版本,使用的语言是C#,这个是升级版的约瑟夫程序,规则更复杂。
游戏规则阐述:有N个人,编号为0到N-1,围成一圈,M 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-12 15:12:29下载
- 积分:1
-
rs
说明: RS码的C实现,通过mex接口,在MATLAB中创建的LTE下行链路中测试,可跑出误码率曲线。(RS code is implemented in C, by mex interface, LTE downlink created in MATLAB test can be run out of BER curves.)
- 2014-08-12 15:23:33下载
- 积分:1
-
Match
匹配算法,可以完美运行,对于初学者有着很好的参考价值(Matching algorithm, can be a perfect run, has a very good reference for beginners)
- 2013-12-13 23:14:37下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
String
实验名称:关于数组下标越界的异常操作。
实验要求:自定义String类,当数组下标越界调用异常处理。
初步认识:通过C++的异常处理建立在三个关键字try 、catch和throw实现。(Laboratory name: about array subscript bounds of abnormal operation.
Experimental requirements: custom String class, when the array subscript transitions exception handling.
Preliminary understanding: by c++ exception handling is based on three key words the try and catch and throw.)
- 2016-07-22 10:47:49下载
- 积分:1