-
学生管理系统
用C语言写的学生管理系统。其中可以实现姓名、班级、期末成绩等查询功能,运行环境为VC、或者VS、运行界面为草CMD界面,没有其他任何框架结构,简单易懂
- 2022-03-23 21:52:09下载
- 积分:1
-
C#打印条形码001.rar
C#打印条形码001.rar
C#打印条形码001.rar
- 2022-03-17 05:29:13下载
- 积分:1
-
graphic-display
文件为图形的显示函数,如单个像素的显示,直线的显示,字符的显示(File for the graphic display function, such as a single-pixel display, a straight line display, character display)
- 2013-05-17 19:39:04下载
- 积分:1
-
原始套接字测试,组装自己的链路层包
原始套接字实现的简单抓包,以及利用原始套接字测试链路层的通信,有说明文档,有代码注释
- 2022-10-01 03:10:07下载
- 积分:1
-
用VC#.net和SQLSEVER开发的进销寸管理系统
用VC#.net和SQLSEVER开发的进销寸管理系统-VC#. Net SQLSEVER development and the progress of sales inch Management System
- 2023-05-12 21:25:04下载
- 积分:1
-
KMP
#include
#include
#include
//朴素查找算法
//在主串str中查找子串sub
int BF(const char *str,const char *sub,int pos)//O(n*m)
{
int lenstr = strlen(str);
int lensub = strlen(sub);
if(poslenstr)
{
return -1;
}
int i = pos;
int j = 0;
while(i
- 2022-08-04 11:05:40下载
- 积分:1
-
CSharpHelper
C#的常用帮助类,包含有json的转换、文件压缩解压、EXCEL文件操作、上传下载等(C# hepler codes)
- 2021-03-25 15:19:14下载
- 积分:1
-
fly
说明: 用SDK编写的异形位图演示窗口VC源代码(VC source code of special-shaped bitmap presentation window written with SDK)
- 2020-04-10 21:10:01下载
- 积分:1
-
SVM源代码
基于opencv库,通过计算图像的svm,来对待测图像进行分类(Based on the opencv library, the image is classified by calculating the SVM of the image)
- 2017-08-21 14:51:00下载
- 积分:1
-
chengxu
双基地多发多收雷达空中目标三维定位的方法。(Bistatic radar method overcharged multiple air targets three-dimensional positioning.)
- 2016-11-01 11:39:23下载
- 积分:1