资源列表
[其他小程序] Code
说明:C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-C++ clas<张媛媛> 在 2025-10-03 上传 | 大小:209kb | 下载:0
[其他小程序] Code1
说明:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面<张媛媛> 在 2025-10-03 上传 | 大小:26kb | 下载:0
[其他小程序] D8-card-reader-test-for-CSharp
说明:德卡D8读卡器C#测试程序,用于测试与D8读卡器的通信,实现了读卡器的初始化,蜂鸣,密码校验和读写卡操作。-A test program for D&C s D8 card reader, it is used to test the communication with the D8 reader, and it has achieved the operation of the Initialization, beep, password checking reading and writi<刘鹏> 在 2025-10-03 上传 | 大小:72kb | 下载:0
[其他小程序] Code2
说明:每个进程至少拥有一个线程,来执行进程的地址空间中的代码。当创建一个进程时,操作系统会自动创建这个进程的第一个线程,称为主线程。此后,该线程可以创建其他的线程。-Each process has at least one thread to execute the code in the address space of the process. When a process is created, the operating system will automatically create a<张媛媛> 在 2025-10-03 上传 | 大小:1.81mb | 下载:0
[其他小程序] Code3
说明:事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the explanation of the code segment (critical section), and synchronization in multithreaded applications. M<张媛媛> 在 2025-10-03 上传 | 大小:41kb | 下载:0
[其他小程序] Code4
说明:详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Explain in detail the process of communication between the four ways: Clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of the advantages and disadvantages of these t<张媛媛> 在 2025-10-03 上传 | 大小:228kb | 下载:0
[其他小程序] jqueryPeasyui
说明:jquery+easyui 后台框架, 用了新的easyui 版本,修复了bug, 框架 上下左右,左边是折叠菜单。-backstage fr a mework of jquery+easyui, with new easyui version, fixes bug fr a me up and down about, the folded menu on the left.<石头> 在 2025-10-03 上传 | 大小:1.2mb | 下载:0
[其他小程序] momantenna
说明:用MATLAB编写的八木天线矩量法程序。-MATLAB prepared by the the Yagi antenna method of moments program.<snipers> 在 2025-10-03 上传 | 大小:463kb | 下载:0
[其他小程序] unique_unsorted
说明:在matlab中,解决排序问题,能使排序后没有重复-solve sort problem<杨宏鑫> 在 2025-10-03 上传 | 大小:2kb | 下载:0