-
手机通讯录系统
#include
#include
#include
#include
#include
struct people
{
char name[20];
char tel[20];
int classficition;//类型 1.办公类 2.个人类 3.商务类
char E_mail[30];
people *pNext;
};
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 03:05:04下载
- 积分:1
-
一个公平的经验,农历和男性的经验
支持公历、农历及公历转农历使用公式法(不是查表法)的日历控件,完全自主开发。- A fair experience, the lunar calendar and the male experience
transfer the lunar calendar use formula law (is not Zha Biaofa) the
calendar controls, completely independently develops.
- 2023-05-04 12:35:02下载
- 积分:1
-
一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过...
一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过-A large category of integer calculations, which used the Windows under optimized assembly language, in the Visual C++. NET compiler passed under
- 2022-01-30 13:28:22下载
- 积分:1
-
Teclado matricial e 液晶 com Ações
埃斯特角方案 descreve funções 做 ccs 的科摩 usar、 段 teclado matricial 3 x 4 junto com um 液晶屏,沼气方案 o usuario 普德 interagir com o teclado e executar ações de 控制、 que 圣 mostradas 传授显示液晶屏。
- 2022-01-31 15:17:22下载
- 积分:1
-
高精度幂计算,北京大学ACM OJ上的Exponetiation
高精度幂计算,北京大学ACM OJ上的Exponetiation-Exponentiation
- 2022-03-21 11:44:04下载
- 积分:1
-
一个动态刷新的数据的类
一个动态刷新和现实的数据的类,有单通道显示波器,功能比较强大,该类可以继承和优化
- 2022-01-28 14:05:10下载
- 积分:1
-
topological sorting 拓扑排序
用C语言实现的拓扑排序算法topological sorting
- 2022-04-18 18:34:53下载
- 积分:1
-
用MATLAB开发,一个界面还可以的计算器
用MATLAB开发,一个界面还可以的计算器-MATLAB development, an interface can also calculator
- 2022-02-03 10:13:37下载
- 积分:1
-
Term solution to the ant colony algorithm for TSP problem, the recommendations l...
用语解决TSP问题的蚁群算法,初学者建议看!-Term solution to the ant colony algorithm for TSP problem, the recommendations look beginners!
- 2023-01-18 20:10:02下载
- 积分:1
-
利用A*实现迷宫寻路
在VC 6.0环境下实现,利用A*和小根堆算法来实现寻路,可设置起点与终点,设置简单迷宫。代码的注释详细,且使用代码简单,初学者也能看懂,能够了解A*的基础
- 2023-03-27 12:35:04下载
- 积分:1