-
studentDB_ODBC
VC++连接ODBC的典型例子,实现是一个简单的学生信息增删改,查看记录,非常适合连接ODBC连接数据库的入门案例(VC++ Connect ODBC typical example of implementation is a simple CRUD student information, view records, ideal for connecting ODBC database connectivity introductory Case)
- 2013-07-04 00:26:10下载
- 积分:1
-
动态数组模板类的C++实现
动态数组模板类的C++实现#ifndef ARRAY_CLASS#define ARRAY_CLASS#include #include using namespace std;#ifndef NULLconst int NULL = 0;#endif//错误类型集合, 共三种,数组大小错误,内存分配错误和下标越界enum ErrorType {invalidArraySize, memoryAllocationError, indexOutOfRange};//错误信息char *errorMsg[] = {"Invalid array size", "Memery allocation error", "Index out of range"};//数组类模板声明templateclass Array{ public: Array(int sz = 50); Array(const Array &A); ~Array(void); Array& operator = (const Array &rhs); //重载=,使数组对象可以整体赋值 T& operator[](int n);
- 2022-01-28 05:28:35下载
- 积分:1
-
gofk
说明: c语言编的词法分析器,可以学习的源码,不错(C language of lexical analyzer, you can learn the source code, good)
- 2018-12-25 21:44:27下载
- 积分:1
-
control
根据数据动态生成button按钮或者自定义控件,测试中生成五个label,分别点击不同的label,在panel中根据数据生成不同的button ,并且按照一定的规律进行排列(According to the data, the button button or custom control is generated dynamically. In the test, five labels are generated, and different buttons are generated by clicking on different labels. In the panel, different buttons are generated according to the data and arranged according to certain rules.)
- 2020-06-18 21:00:01下载
- 积分:1
-
C# 批量重命名文件名 实例源码
C# 批量重命名文件名 实例源码
- 2014-07-09下载
- 积分:1
-
y2.c LU分解
y2.c LU分解-y2.c LU decomposition
- 2022-04-09 18:24:01下载
- 积分:1
-
1
说明: 这是几段基于C++开发设计的程序,比较的简要且实用(some procedures about C++ development)
- 2010-04-27 13:29:00下载
- 积分:1
-
fymqt
内含心电信号数据及运用MATLAB写的源代码,含噪脉冲信号进行相关检测,感应双馈发电机系统的仿真。( ECG data and includes source code written in MATLAB, Noisy pulse correlation detection signal, Simulation of doubly fed induction generator system.)
- 2017-05-07 16:39:02下载
- 积分:1
-
MFC运动学正反解C++
说明: 用MFC编程的程序,有界面,能够控制机械臂的正反解(The program programmed with MFC, with interface, can control the positive and negative solution of the manipulator)
- 2020-11-20 19:09:36下载
- 积分:1
-
STM32库开发实战指南
说明: 《STM32库开发实战指南》基于STM32F103芯片,紧紧围绕“库”的分析和使用展开。在大量实例的基础上,本书对于如何综合运用固件库开发项目给出了具体的范例;在固件库的使用和学习的基础上,又进一步讲解了结合嵌入式实时操作系统、TCP/IP协议栈进行嵌入式系统开发的方法,让读者循序渐进、系统地掌握基于STM32官方库进行开发的方法。(Based on STM32F103 chip, STM32 library development practice guide focuses on the analysis and use of "library". On the basis of a large number of examples, this book gives a specific example of how to comprehensively use the firmware library development project; on the basis of the use and learning of the firmware library, it further explains the method of embedded system development combined with embedded real-time operating system and TCP / IP protocol stack, so that readers can gradually and systematically master the method of development based on STM32 official library.)
- 2020-04-04 09:35:13下载
- 积分:1