资源列表
[CA认证] LUAC---LUA-Decompiler
说明:LUAC - LUA Decompiler<Hoa Vo Song> 在 2025-06-22 上传 | 大小:6.41mb | 下载:0
[CA认证] Client-Server-Communication-master
说明:Client Server Communication<ace> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[系统编程] TravellingSalesman-master
说明:this is a small project for solving the tsp problem-this is a small project for solving the tsp problem<XRISTOS> 在 2025-06-22 上传 | 大小:16kb | 下载:0
[Linux驱动] jz4740_KeyPad_Driver
说明:基于君正4740的按键驱动程序,里面包括了linux驱动程序以及app测试程序,app程序用来跟驱动程序通信,还附带了君正文档,新手很方便使用!-Jun is based on the key drivers of 4740, which includes the linux drivers and test procedures app, app uses to communicate with the driver, but also with the king is the documen<彭亮> 在 2025-06-22 上传 | 大小:373kb | 下载:0
[Linux驱动] jz4740-LCD-driver
说明:君正4740开发板上的,基于linux的LCD驱动程序以及APP测试程序,附带文档和注释,新手很好的学习资料!-Jun is the 4740 development board, linux-based LCD driver and APP testing procedures, accompanying documentation and comments, novice good learning materials!<彭亮> 在 2025-06-22 上传 | 大小:1000kb | 下载:0
[Linux/Unix编程] datalab-handout
说明:深入理解计算机 LAB2 datalab-*********************** The CS:APP Data Lab Directions to Students *********************** Your goal is to modify your copy of bits.c so that it passes all the tests in btest without violating any of the coding guide<香帅> 在 2025-06-22 上传 | 大小:396kb | 下载:0
[系统编程] Serial_EEProm
说明:通过串口下载数据到EEPROM中,该程序演示了如何读取数据,通过串口发出,不过需要单片机程序配合实现EEPROM写入功能。-Through the serial port to download data to the EEPROM, the program demonstrates how to read data, issued through the serial port, but with the realization of the program need microcontrol<xcs> 在 2025-06-22 上传 | 大小:50kb | 下载:0
[Linux驱动] gpioreadwrite
说明:该代码实现了标准IO口操作,可以配合IO驱动,实现基本的IO控制,本程序实现了标准的协议。-This code implements the standard IO port operations, with the IO driver can realize the basic IO control, the program implements the standard protocols.<xcs> 在 2025-06-22 上传 | 大小:53kb | 下载:0
[Linux/Unix编程] tcp
说明:tcp协议传输,每次读取20个字符传给client端-tcp protocol transmission, each read 20 character pass client side<yangzheng> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] strmap
说明:哈希链表 为每个Hash值,建立一个Hash桶(Bucket),桶的容量是固定的,也就是只能处理固定次数的冲突,如1048576个Hash桶,每个桶中有4个表项(Entry),总计4M个表项。其实这两种的实现思路雷同,就是对Hash表中每个Hash值建立一个冲突表,即将冲突的几个记录以表的形式存储在其中;- * strmap version 2.0.1 * * ANSI C hash table for strings. * * Version hist<jack> 在 2025-06-22 上传 | 大小:9kb | 下载:0