搜索资源列表
LogProc
- 是一个Dos控制台程序,可以将一个非常大的文件,如2G的文件分割成几百个小的文件,对于日志察看非常有用。-Dos console is a process, which would be a very large documents, such as 2G in the paper is divided into hundreds of small files and log look very useful.
栈和队列CQandS
- 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
color_scribble
- To scribble colour by use of camera and coloured paper.
GA1E1
- 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
WallPaperChanger
- Change the wall paper in Windows programmaticaly
laser
- 迅速壁障前进,分为三种情况讨论,可以快速简单的解决壁障问题-Obstacle avoidance is one of the most challenging problems for the topic of UAV indoor navigation. In this paper, an indoor obstacle avoidance strategy based on Scanning Laser Range Finder (SLRF) is developed, so t
szTest
- 根据sz的经典论文实现的图像细化(骨架化)程序。程序中没有使用opencv,而是使用了matcom C++库函数。需要用到matlib.h和matlib.lib。-Sz classic paper to achieve the image thinning (skeleton) program. The program does not use opencv, but the use matcom C++ library functions. Need matlib.h and matlib.l
snekenewnew
- 一个snake图像分割的程序,是按照kass的论文实现的。用vc+实现,界面不漂亮,但是实现了snake分割的效果。-A snake image segmentation procedure is in accordance with the the kass paper to achieve. With vc+ achieve, the interface is not pretty, but the snake segmentation effect.
exam-system
- 实现一在线考试系统,能支持试卷的分级管理、试卷录入与维护、试卷生成、考试、评分等功能,并综合运用加密、认证、访问控制、数字签名、完整性校验等安全服务,基于安全机制设计安全协议,确保系统安全、稳定运行 -Online examination system can support hierarchical management of the papers, papers entry and maintenance, Paper Generation, exam, score, and the i
online-exam-system
- 实现一在线考试系统,能支持试卷的分级管理、试卷录入与维护、试卷生成、考试、评分等功能,并综合运用加密、认证、访问控制、数字签名、完整性校验等安全服务,基于安全机制设计安全协议,确保系统安全、稳定运行 -Online examination system can support hierarchical management of the papers, papers entry and maintenance, Paper Generation, exam, score, and the i
Calculator
- 本人小弱,这是找实习遇到的一道笔试题:简单的计算器程序。回去增加了新功能。现在可以支持四则运算、位运算、自增自减以及括号。提供了函数和测试代码。欢迎使用和帮我debug。-I m not a experienced programmer. This program is from a paper test that I took for IT intern. It s functions include "+,-,*,/, ,&,^,|,~,++,--" and "(" and ")". The
source-code
- 简单的控制台运行的剪刀石头布小游戏,没有界面-Simple console running rock paper scissors game, there is no interface
kernel
- The project I’m working on is based on the paper <A Highly Parallel Reuse Distance Analysis Algorithm on GPUs>. The paper is focus on the analysis of memory access behavior of different programs.
Rock-Paper-Scissors
- 剪刀石头布小程序,电脑自动进行游戏,最后分别计算出两方获胜的概率和平的概率-Rock Paper Scissors small program, the computer automatically for the game, the two sides finally calculate the probability of winning the peace probabilities
KNN
- KNN数据挖掘经典算法,采用的是iris.data数据,数据在文件包里了,需要改一下路径就可以了。-KNN classical data mining algorithms, using iris.data data, the data in the paper bag, the need to change the path on it.
ERP
- 这是一个纸品厂的生产管理系统,提供给大家参考!-This is a paper factory production management system that provides for your reference!
tic-tac-toe
- Mini Project in C Tic Tac Toe Game. You have probably played the Tic-Tac-Toe game to pass time during school hours. It’s fun when you play with paper and pencil. Here, we have developed a console application without graphic for this game as a mi
Simulated annealing algorithm
- 分析用模拟退火算法解决TSP问题时的编码方式、新解产生的方法等内容。(This paper analyzes the encoding method and new solution method of simulated annealing algorithm to solve TSP problem.)