-
Legend
AE+C#在pagelayoutcontrol中添加图例、指北针、比例尺、文字的源代码,在很多开发中可以用到(AE+C# added in pagelayoutcontrol in Legend, compass, scale, the text of the source code can be used in many developing)
- 2012-09-07 15:29:39下载
- 积分:1
-
PL0
PL0词法分析,有源代码和word说明。源代码较为详细,注释较多!(PL0 lexical analysis, source code and the word description. More detailed source code, comments, more!)
- 2011-05-26 23:23:24下载
- 积分:1
-
prjOpenMaple
Using mathematical program maple with program API.
- 2010-03-26 15:40:04下载
- 积分:1
-
tabuveh2661622
this is a new alghorithm about tabu search....
- 2013-05-26 16:48:23下载
- 积分:1
-
DFT_by_dft
VS 环境下利用opencv 实现图像的傅里叶变换,输入图片,保存输出结果。(Under VS environment use opencv to achieve image Fourier transform, the input image and save the output.)
- 2016-07-05 16:08:58下载
- 积分:1
-
信道容量
OFDM的信道容量的MATLAB仿真实例(MATLAB simulation example of channel capacity of OFDM)
- 2020-11-06 21:19:52下载
- 积分:1
-
Web实时聊天室源码
用纯js通过长轮询来实现
前端用Jquery ajax来实现
1 $(function () {
2 window.polling = {
3 ///长连接地址
4 connectionUrl: "/channel/polling",
5 ///发送方式
6 method: "POST",
7 ///事件载体
8 event_host: $("body"),
9 ///连接失败时重连接时间
10 period: 1000 * 20,
11 ///连接超时时间
12 timeOut: 180 * 1000,
13 v: 0,
14 ///连接ID
15 id: "",
16 error_num: 0,
17 Reconnect: function () {
18 polling.v++;
19 $.ajax({
20 url: polling.connectionUrl,
21 type: polling.method,
22 data: { id: polling.id, v: polling.v },
23 dataType: "json",
24 timeout: polling.time
- 2022-03-17 14:45:17下载
- 积分:1
-
mips-code-to-machine-code
汇编代码转成机器码——对输入有几点要求:指令是小写;一行只能有一条指令;每行开头不能有空格,必须一上来就是操作符,后面可以有空格;立即数只处理十进制数;输入-1代表程序结束(Turn assembly code into machine code- there are several points of entry requirements: command is lowercase line can only have one instruction beginning of each line can not have spaces, the operator must be up against the back can have spaces immediate treatment only decimal number -1 means the end of the input program)
- 2014-07-29 13:42:12下载
- 积分:1
-
mouse
通过摄像头捕捉手势,进而达到控制鼠标的移动(Through the camera to capture gestures, and thus to control the movement of the mouse。)
- 2011-07-26 14:59:10下载
- 积分:1
-
robot-routes
用于解决二维环境下机器人路径规划问题,可以自动设置障碍物,机器人会自动避开障碍物抵达终点。(This is the program to map the route of robots,it has the UI to point the place which the robot can not reach.The robot can avoid that place to reach the final.)
- 2015-05-21 15:06:48下载
- 积分:1