资源列表
通讯录
- (1) 设每个记录有下列数据项:电话号码、用户名、地址; (2) 从键盘输入各记录,分别以电话号码为关键字建立散列表; (3) 采用线性探测再散列法解决冲突; (4) 查找并显示给定电话号码的记录; (5) 通讯录信息文件保存; (6) 要求人机界面友好,使用图形化界面;((1) set the following data items for each record: telephone number, username, and address; (2) input each r
228
- 入门,简单,一般,困难,超难四种模式,可以查看源代码(Introductory, simple, general, difficult, and difficult four modes, can view the source code)
core13_022_arduino_1_6
- Adruino library for Attiny13a
TimerFreeTone_v1.5
- Arduino library for timer without using interrupt
laser_nerf_gun-master
- adruino library for with make laser nerf gun from arduino board
wav2c
- wav to c converter - with command line tool for converting wav to C file
android
- 安卓的界面设计,自己设计的安卓的一切交流应用,希望能给大家帮倒忙(The interface design of Android, all designed by Android exchange application, I hope to give you help)
LSM6DS3-1.0.2
- lsm6ds3 arduino driver
antenna_master
- 基于矩量法的matlab天线工具箱(MAT),用于金属介质天线和谐振器的建模。在MATLAB环境下,采用矩量法矩阵求解器和LAPACK编译,内置MATLAB的三维网格生成器。仅限于7000个未知数(金属加电介质)。(The Method of Moments based software , called the MATLAB Antenna Toolbox (MAT), for the modeling of basic metal-dielectric antennas and resona
nrf24lu1_bootloader_pc
- nrf24lu1 bootloader for pc
EOSApp
- 1)设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程。 2)父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中。? 3)两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。 4)考虑生产者进程生产的速度和消费者进程速度。(1) a program is designed to create three sub processes from one proc
Ex_Tree
- Visual C++实验成果 输入、编译、运行课本第五章中第183页到第186页的Ex_Tree的程序,掌握CTreeView文档视图的使用方法,掌握列举磁盘目录的方法以及在树视图中显示的方法。(Visual C++ experimental results Input, compile and run Ex_Tree program from page 183rd to page 186th in the fifth chapter of the textbook. Grasp the u