登录
首页 » 软件系统 » 用vb编写的水准测量程序的源码,和大家共同学习。多谢大家的支持。...

用vb编写的水准测量程序的源码,和大家共同学习。多谢大家的支持。...

于 2023-06-05 发布 文件大小:13.50 kB
0 15
下载积分: 2 下载次数: 1

代码说明:

用vb编写的水准测量程序的源码,和大家共同学习。多谢大家的支持。 -Vb prepared using the standard measurement of the source program, and we all learn together. I would like to thank everyone" s support.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于ASP的企业ERP管理
    一个基于ASP+ACC开发而成的ERP企业管理系统,能满足中小型企事业的生产=销售、采购、财务一体化管理的软件,方便了办公!程序上传直接使用!
    2023-08-12 12:15:06下载
    积分:1
  • 液晶驱动程序
    Driver for Liquid Crystal s
    2022-02-05 19:27:32下载
    积分:1
  • linux下声卡编程,alsa声卡驱动程序集的参考文档
    linux下声卡编程,alsa声卡驱动程序集的参考文档-under linux audio programming, alsa sound card driver set of reference documents
    2023-05-25 14:10:03下载
    积分:1
  • DDS芯片AD9850 电子设计省赛又至,很多人在忙着调式AD9850,或许只因为它去年在赛题中的主角地位。与此,小厮将自己曾经的一点经验和理解写出来,与...
    DDS芯片AD9850 电子设计省赛又至,很多人在忙着调式AD9850,或许只因为它去年在赛题中的主角地位。与此,小厮将自己曾经的一点经验和理解写出来,与众共享。 -DDS chip AD9850 electronic design has to match the province, many people in the busy mode AD9850, perhaps because it only tournament title last year in the status of the protagonist. With this, the servant would be the point they have experience and understanding of written, shared with the public.
    2022-01-25 22:54:38下载
    积分:1
  • C++, although a marvelous language, isn t perfect. Matthew Wilson has been worki...
    C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results
    2022-07-20 15:18:21下载
    积分:1
  • Arithmetic Asscii and BCD
    这是一个计算算术和BCD的计算器。它已经添加了SUB MUL DIV DAS AAA AAS AAM和AAD;
    2023-05-15 23:50:02下载
    积分:1
  • 短操作过程中,运行很短的操作过程…
    短作业的系统进程 操作系统 短作业的系统进程 操作系统-Short operating system process, a systematic process of operating a short operating operating system operating system process operating short-
    2022-08-11 19:17:09下载
    积分:1
  • Joomla the most popular community plug
    最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书,仅提供给付费会员 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage. -Joomla the most popular community plug-ins User management fees of the Community Builder 1.2 RC2 e-books, is only available to paying members of Community
    2023-07-27 09:40:04下载
    积分:1
  • Embedded System Overview Part 4, learning embedded system applications based on...
    嵌入式系统概述第4部分, 学习嵌入式系统应用的基础, 写的很好,不用买书了.因文件较大,所以分几次传完.-Embedded System Overview Part 4, learning embedded system applications based on the good writing, not the books. for a larger document, in several mass End.
    2022-05-17 05:01:36下载
    积分:1
  • 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的...
    1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类.一个是File类.一个是Link类. File类里面主要的是用于保存和导入数据. Link类主要是用于链表的操作…. 本程序分为几个文件编写有.file.cpp文件和file.h文件 Link.cpp文件和Link.h文件 manager..cpp文件和manager.h文件. 本程序的主体结构是链表.用链表操作.实现动态创建和销毁. 主函数main().是在Manger.cpp 里面.是程序的入口处 File.cpp 和 link.cpp 是存放file类.和 link类的源函数变量代码. File.h 和Link.h 是存放file 类 和link 类的声明
    2022-03-19 23:31:56下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载