资源列表
mapwidget
- 基于qt的地图浏览器,实现对地图的浏览,放大,缩小等功能。-Qt-based map browser, realize browse the map, zoom in, zoom and other functions.
DateBase
- 数据库程序,实现简单的数据库功能,如添加、查找、删除-DateBase sofe
1
- 1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。
3
- 编写一个函数,传递给它一个大小为n的指向float类型的指针数组,要求该函数返回一个指针,指向n个按照倒序排列的float型数值的首地址。 例如,当输入为 3 1 2 3 时,输出为 1 2 3 1 2 3 3 2 1 -Write a function, passing it a pointer pointing to an array of size n float type, requiring the function returns a pointer
4
- 1. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b),n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,即方程为x*x=2的解。二分法的原理是反复地把区间分为两个相等区
5
- 1. 编写一个使用指针返回类型的函数,使用该函数在字符串中搜索一个子串,并返回第一个相匹配的子串指针。该函数的原型如下: 输入为3行。第一行为两个整数,表示字符串和需要查找的子串的长度。第二行为字符串,第三行为子串。 输出见main函数。 程序的一个输入输出样例为: Enter the length of string and substring 10 5 abcdefghij defgh find substring:defghij -1. Write a
07
- 人事管理系统通过数据库SQL2000and VC++进行开发-Personnel Attendance Management System which is developed by SQL2000 and VC++
09
- 文档管理系统通过SQL2008数据库和vc++进行开发-Document Management System which is developed by Database SQL2008 and vc++
KH
- 业务人员对客户的信息进行快速记录,以方便整理归类和查询并分析-Customer service personnel to quickly record information to facilitate sorted and query and analysis
DBSDK
- 封装了数据库调用的接口,可以很方便的调用相关接口完善数据库操作-Encapsulates the call interface, can easily call the relevant interface to improve the operation
VCPPMySQL
- vc 环境下链MySQL数据库,实现对数据库中表中数据进行读写,把算法运算结果insert 到数据库中-VC++ MySQL data MySQL .insert data into MySQL
sjjcxx
- 淄川区卫生系统卫生信息查询系统,当年内,在区卫计局网站和市卫计局网站上的信息查询,主要学习一般网页的数据操作。-Zichuan district health system health information system in the area of Health and Municipal Health Bureau website meter gauge Bureau website information query, the main page to learn general da