资源列表
controllllExcel
- 数据库和VCJ结合的很好的开发实例,向你提供将数据导出到EXCEL的源码!-VCJ combining database and the development of good examples to provide you with data export to Excel the source!
ActiveXshujuku
- 数据库ADO编程,希望能对大家有所帮助,一起学习-ADO database programming, we want to help, learning together
电话本
- 一个电话本数据库的程序,这是一个Delphi程序的入门程序.可以进行一下学习如何使用Delphi开发Access数据库程序-a telephone database, this is a process of Delphi entry procedures. What can learn how to use Delphi Access database program
SmartClientDataAccess_Code
- 如何保证智能客户端应用的数据安全-how smart client application data security
KCSJ_2
- 课程设计,课程数据库,有教学数据数据库、表单、课程表,学生表、菜单等代码-visual foxpro database design
referencia-datagrid
- referencias para data grid visual basic
ado
- Visual C++ 下ADO数据库编程示例
database
- 数据库的简单使用,大家可以参考一下哦,挺有趣的-Simple to use database, we can refer to Oh, very interesting
mfc-ado-sql
- 这是我在公司做的数据库*报表 对大家的学习很有帮助-This is what I do in the company' s database plug-in for everyone' s very helpful report
Trading-company-management-system
- vc编写的贸易公司管理系统,使用sql数据库,很好的参考价值-vc prepared by the trading company management system, use sql , a good reference value
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的解。二分法的原理是反复地把区间分为两个相等区
