-
这是我用过最好的免费源代码网站!
这是推箱子游戏的C++源码,主要实现推箱子的经典小游戏。-This is a Sokoban game C++ source.
- 2022-04-28 04:56:10下载
- 积分:1
-
C实现使用三模冗余容错Sobel滤波器
容错Sobel滤波器的实现在C中使用三模冗余。该计划的主要部分是执行三次检查不符。最大发生的三个值,并选择在每个;
- 2022-08-05 14:28:25下载
- 积分:1
-
RSA加解密算法
信息安全中的RSA算法,界面简单明了,功能齐全(information security of the RSA algorithm, simple interface, the full range of functions)
- 2005-07-01 17:50:39下载
- 积分:1
-
opencv kalman跟踪鼠标
通过卡尔曼预测鼠标的位置 再通过实时检测来矫正 最后能实现鼠标的跟踪 虽然速度快时不能特别精确 但是一般速度跟踪效果比较好
- 2022-06-13 13:47:26下载
- 积分:1
-
200852222267354
实现高斯滤波等功能,适合VC初学者,可通过代码了解滤波原理。(Gaussian filter functions for VC beginners, filtering through the code to understand the principle.)
- 2012-10-13 22:56:31下载
- 积分:1
-
MFC-Split-window
本实例是一个典型的分割式窗口,即可在同一个框架窗口里同时显示多个视图,这些视图可以是同一个视图,也可以是不同的视图。(This example is a typical split window, you can display multiple views in the same frame window, these views can be the same view, also can be a different view.)
- 2015-08-05 11:04:39下载
- 积分:1
-
Sil9293-Sil-DS-1107-A
说明: SiI9293CNUC HDMI接收器 数据手册 文档编号 # SiI-DS-1107-A(SiI9293 MHL/HDMI Receiver Data Sheet Document # SiI-DS-1107-A)
- 2019-01-16 20:32:49下载
- 积分:1
-
纸牌游戏
VisualC#.net基础与应用教程(第2版)课后习题第五章第八题、设计黑白棋游戏程序。(Visual C# .net Basic and Application Course (2nd Edition) Exercise Chapter 5, Question 8, Design black and white chess game program.)
- 2019-06-05 20:19:56下载
- 积分:1
-
数字图像处理图片的融合
#include#includeusing namespace cv;using namespace std;int main() {Mat src1, src2, dst;src1 = imread("D:/ps/one.jpg");if (!src1.data) {cout
- 2022-11-25 12:25:03下载
- 积分:1
-
ICWork
Asp.net2.0任务分配系统
asp.net2.0+sqlserver2005 一个任务分配系统的雏形,当中用到自带的角色管理。
分三个角色:administrator(超级用户),Manager(项目经理),engineer(工程师).
角色是由网站管理工具生成。
分三种角色登录到系统:
administrator角色:admin 密码:123456
Manager角色:manager 密码:123456
engineer角色:engineer 密码:123456
登录界面有注册窗口,注册哦用户由超级管理员分配角色
membership数据库在app_data文件夹下,新手可以看一看。
任务数据库在DB_51aspx下
默认管理员帐号/密码:51aspx/51aspx.com(Task allocation system
asp.net2.0+sqlserver2005
A task allocation system prototype, which used the role of self-management.
)
- 2009-05-23 00:54:13下载
- 积分:1