-
searching
/* binarysearch() - A binary search implementation which takes the same
* arguments as the C library function bsearch() provided by stdlib.h. It
* searches the sorted array at address base, which has nmemb elements, each of
* which is size bytes long. compar is a pointer to a comparison function.
* The function compares two array elements, and returns a negative, zero, or
* positive integer depending on whether the first array element is less than,
* equal to, or greater than the second.
*/
- 2010-12-20 04:24:54下载
- 积分:1
-
一个自己写的管理系统跟SQL连接增删改查功能等
一个自己写的管理系统跟SQL连接增删改查功能等-Write their own management system with the SQL connection additions and deletions to search functions
- 2022-01-25 23:53:01下载
- 积分:1
-
万水教材
水利出版社出版
《C#专业项目实例开发》电子教材 PDF 版...
万水教材
水利出版社出版
《C#专业项目实例开发》电子教材 PDF 版 -Million irrigation water published materials " C# examples of major projects to develop" electronic materials PDF version
- 2023-04-01 19:50:13下载
- 积分:1
-
WinEditor
最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。(Recently to do a similar drawing board a small Windows program, use and share with you. Features and interfaces in Windows, bringing all to imitate the drawing board, such as interface screenshot. The main features include: hand-painted lines, simple graphics, text input, drag and drop block, duplicate revoked, screen zoom, open the Save picture files, the other in order to directly from the database or XML access picture also provides a survival from the Base64 encoding Photos from the interface, the other also drawing board and achieve the same effect toolbox and paint boxes.)
- 2009-03-17 11:51:59下载
- 积分:1
-
16x16-Chinese-word
16*16LED点阵显示汉字的工程文件,使用4个74ls595进行行列驱动(16* 16LED dot matrix display Chinese characters in the project file)
- 2016-07-04 16:54:20下载
- 积分:1
-
AystemwV10
HLPDK V10,0+ System Extension Library,(HLPDK V10, 0 + System Extension Library,)
- 2017-08-19 20:30:55下载
- 积分:1
-
vblast
Matlab中vblast仿真实现VBLAST技术在MIMO-OFDM系统中应用研究 MATLAB VBLAST (VBLAST BASED on matlab Vblast.m )
- 2020-11-25 13:09:38下载
- 积分:1
-
小型公司工资管理系统
本次C++课程设计所选择的课题是小型公司工资管理系统。课题的目标要求是运用面向对象程序设计建立起一个工资管理系统,总体功能为向系统中添加职员的信息、显示全体职员的信息、修改职员信息、删除职员信息、查找职员信息、计算各类职员工资、统计各类职员人数、统计公司男女比例、统计最高最低以及平均工资等等。并且要求输入的数据可存入文件,保证下一次运行系统时,可以保留上一次新增的信息和进行的操作。程序设计需要以类的构造为基础,通过利用C++的封装性、多态性等特点来实现以上功能。根据个人的想法,本次课设除了对以上的功能进行实现之外,添加了另外的创新功能:系统密码的使用。由于职员的信息属于公司的机密,不相干人员应无法进入系统修改数据。这是对公司员工隐私的保护,同时也在一定程度上体现出了C++的数据封装性。
- 2022-04-17 03:01:04下载
- 积分:1
-
C# 人面识别源码
实例简介】
调摄像头,人面识别例子
【实例截图】
- 2022-10-29 17:40:05下载
- 积分:1
-
代码统计工具
能够对文件夹,代码文件进行行数统计,还可以对头文件也可以进行统计,统计出实际的行数,对注释也可以进行统计。
支持多种语言的代码统计。
- 2022-12-01 23:20:03下载
- 积分:1