-
一本经典的c++入门书籍,非常适合初学者,也可作为以后编程的参考书籍...
一本经典的c++入门书籍,非常适合初学者,也可作为以后编程的参考书籍-A classic c++ Entry books, very suitable for beginners, after the programming can also be used as reference books
- 2023-02-10 07:25:04下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
实现软键盘,可以在网页中实现软键盘,无需键盘操作。模拟操作...
实现软键盘,可以在网页中实现软键盘,无需键盘操作。模拟操作-To achieve soft keyboard, you can achieve the soft keyboard page without keyboard operation. Simulation operation
- 2022-11-26 00:15:03下载
- 积分:1
-
一个简单的单文档画图示例
一个简单的单文档画图示例-a simple single document drawing examples
- 2022-04-29 19:09:13下载
- 积分:1
-
一种具有接种免疫力的传染病模型,对传染病的发生周期及高潮也做出预测,对传染病的预防具有指导意义...
一种具有接种免疫力的传染病模型,对传染病的发生周期及高潮也做出预测,对传染病的预防具有指导意义-A kind of immunity against infectious disease model, the occurrence of infectious diseases cycle and also made the climax prediction, prevention of infectious diseases of guiding significance for
- 2022-03-10 11:44:14下载
- 积分:1
-
VC编写的多功能计算器,包含完整的源代码,具有常用计算器功能,向量计算功能,高等数学计算功能(行列式,根与系数关系,方程组求解),趣味运算(24点求解)。...
VC编写的多功能计算器,包含完整的源代码,具有常用计算器功能,向量计算功能,高等数学计算功能(行列式,根与系数关系,方程组求解),趣味运算(24点求解)。-VC prepared multifunctional calculator, contains the complete source code, with a common calculator functions, vector computing, advanced mathematics calculation function (determinant, the relationship between the roots and coefficients, Equations), fun computing (24 points Solving).
- 2022-05-15 23:21:55下载
- 积分:1
-
课程设计我靠 只能说地方开始晕 太少了
课程设计我靠 只能说地方开始晕 太少了-wobuhuiwoyunzenm youxian xiaone ?
- 2022-03-24 02:44:59下载
- 积分:1
-
笔迹识别笔迹识别
笔迹识别笔迹识别-handwriting recognition handwriting recognition
- 2022-06-28 04:01:47下载
- 积分:1
-
fft Fast Algorithm for fft transform, based on VC++ development, but also hope t...
fft快速算法,用于fft变换,基于VC++开发,还望各位指正。-fft Fast Algorithm for fft transform, based on VC++ development, but also hope to correct.
- 2022-01-26 02:05:26下载
- 积分:1
-
给出一个带权有向图,该程序可以打印出从原点到其他所有点的最短路径。内容包含测试数据及问题的详细描述。...
给出一个带权有向图,该程序可以打印出从原点到其他所有点的最短路径。内容包含测试数据及问题的详细描述。-Give a weighted directed graph, the program can print out from the origin to all other points of the shortest path. Contains test data and detailed description of the problem.
- 2022-02-01 22:54:47下载
- 积分:1