搜索资源列表
TelnetSrc.zip
- Java写的Telnet源代码。参考了inetfactory的文档(但是inetfactory不是原代码公开!我自己实现的)。实际使用中只发现一处难以解释的问题。除此之外,我愿意给自己打分:90分。这个设计以及实现的质量超过网上存在的许多源码公开的各种Telnet实现。
user_level_spin_locks.zip
- 用户自己实现的一种加锁同步算法
创建自己的浏览器
- 实现自己的浏览器-realize their browser
自己写的矩阵处理类
- 各种矩阵运算的实现,并将向量视为特殊的矩阵。-various matrix operations to achieve and Vector as a special matrix.
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个C语言课程设计 学生成绩管理系统(完全自己做的) 功能:成绩录入,按成绩排序,查询各分数段的学生, 用菜单实现功能。 -----作者:小鲨-A student score management system for course paper. Function: input, sort, query, all function controlled through menu.
图形学画线画圆滑多边形的实现
- 图形学中的基本画图算法的实现,可能会有点小问题,请自己校正-graphics, the basic algorithm for drawing the realization may be some minor problems, its own calibration
替换GINA_DLL实现自己的登陆界面
- 想不想拥有自己个性化的WIN2000登陆界面呢?本文就教你如何实现 .msgnia.dll的调用,开发.-Implement your gina dll, the program tell you how to use the API of msgina.dll
C#中实现软件自动升级
- winform程序相对web程序而言,功能更强大,编程更方便,但软件更新却相当麻烦,要到客户端一台一台地升级,本文结合实际情况,通过软件实现自动升级,弥补了这一缺陷,有较好的参考价值。 由于程序在运行时不能用新的版本覆盖自己,因此,我们将登录窗口单独做成一个可执行文件,用户登录时,从网上检测是否有新的主程序,如果有,则从后台下载并覆盖老的版本,用户输入正确的用户名和密码后,通过参数将必要的信息(如用户名、密码等)传递给主程序,实现登录
PSO算法实现
- 自己实现的PSO算法
自已实现的矩阵变换
- 自己实现的矩阵变换,适用于opengl es 2.0,因为相对于opengl来说,opengles 2.0取消了很多内置函数,包括glLookAt,glMult等函数。
圆环边缘检测(自己编程)
- 不使用matlab自带的功能代码,自己编程独立实现图像处理。
C_compiler
- 自己实现的C语言编译器,识别while,if等语句,支持函数调用,生成四元式代码(A simple C compiler supporting while if and function calling, can generate quaternary type of algorithm)
cmd.tar
- 自己在shell实现命令, 以及getopt的用法。。。。。。。。。。。。。(Implement command in the shell, and the use of the getopt...)
PCA实现特征降维
- pca和_fase_pca实现特征降维,两种算法都有所改进,特别是pca可以根据自己的需要进行相应的改进,代码清晰易懂,希望对你有帮助。(PCA and _fase_pca to achieve feature reduction, the two algorithms have improved, especially PCA can be improved according to their needs, the code is
JavaWeb实现简易购物车
- 一个简易的购物平台源代码加文档,自己可以在这基础上添加各种功能(A simple shopping platform source code, you can add a variety of functions on this basis)
自己实现的Android PHP JSON实现登陆注册功能
- 用HttpPost方法实现简单的用户注册登录(Using HttpPost method to realize simple user login login)
红外实验(利用中断实现)
- 适用于STM32F103的战舰开发板,开发板厂商只提供了基于定时器功能实现的红外接收,前段时间刚好碰到一个项目,红外接收输入对应的IO口上没有定时器的功能的,网上没找到,就自己修改了一个,在开发板上测试可用。(The battleship development board for STM32F103 development board, manufacturers only provide infrared receiver base
基于MFC学生信息管理系统设计与实现
- 自己做的一个基于MFC学生信息管理系统设计与实现,脚本文件也包含在里面(A MFC based student information management system is designed and implemented, and the scr ipt files are also included in it.)
加密解密实现
- 用程序自己对文本进行加密和解密(Encrypting and decrypting the text by program itself)
CButtonST类的实现代码
- 在vc环境中实现比较漂亮的各种按钮,比较容易应用到自己的程序中非常实用.(In the vc environment to achieve a variety of beautiful buttons, relatively easy to apply to their own program very practical.)