资源列表
[其他小程序] OSG-code
说明:OSG程序设计教程附书源码 ================================================================================================ 本资料共包含以下附件: OSG程序设计教程附书源码.7z-OSG programming tutorial source book =========================================== =====================<chenxiaoyong> 在 2025-07-26 上传 | 大小:11.29mb | 下载:0
[其他小程序] FFTtongguo
说明:基于FPGA的快速FFT变换 verilog 代码量超过1000行-base on FPGA FFT VERILOG<李映涛> 在 2025-07-26 上传 | 大小:9kb | 下载:0
[其他小程序] Hyst_power_2level
说明:三相并网逆变器电流滞环控制MATLAB仿真模型-Simulink model of thre-phase grid-connected with current hysteresi controller<yangrenz> 在 2025-07-26 上传 | 大小:12kb | 下载:0
[其他小程序] check_lunch
说明:华为编程调整,午餐检查问题,基本的实现,包括了一些基本的文件数据读取等基本知识-the function to fulfill the check of the lunch<肖伟> 在 2025-07-26 上传 | 大小:1kb | 下载:0
[其他小程序] lhgcalendar-3.0.0
说明: lhgCalendar是一个功能强大且兼容面广的对日历组件,它拥有精致的界面与友好的接口-lhgCalendar is a powerful and compatible with a wide range of components on the calendar, it has a refined interface with a friendly interface<mjw> 在 2025-07-26 上传 | 大小:112kb | 下载:0
[其他小程序] guandaoyuxinhao
说明:常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat<cqj> 在 2025-07-26 上传 | 大小:22kb | 下载:0
[其他小程序] linuxtiaoshi
说明:Linux下检测应用程序的内存管理问题:泄漏,越界、未初始化等等 可以检查程序运行时的内存泄漏问题 不需要和被测试软件一起编译,但要用valgrind加载被调试的程序 -Linux is detected the application' s memory management problems: leaks, cross-border, so you can check the program uninitialized runtime memory leak problem<cqj> 在 2025-07-26 上传 | 大小:5kb | 下载:0
[其他小程序] qianrushi_splite3
说明:SQLite有以下特性: 支持ACID事务; 零配置一无需安装和管理配置; 储存在单一磁盘文件中的一个完整的数据库; 数据库文件可以在不同字节顺序的机器间自由共享; 支持数据库大小至2TB; 足够小,全部源码大致3万行c代码,250KB; 比目前流行的大多数数据库对数据的操作要快; -SQLite has the following features: support for ACID transactions zero without having to in<cqj> 在 2025-07-26 上传 | 大小:5kb | 下载:0
[其他小程序] AFSA_YJC
说明:自编AFSA解决旅行商问题,已运行实现绝对好用-Self AFSA solve the traveling salesman problem, has been run to achieve absolute ease<miaozhiyong> 在 2025-07-26 上传 | 大小:5kb | 下载:0
[其他小程序] bankaccount2
说明:设计一个Person类,该类有数据成员name(姓名),ID(身份证号)等,成员函数实现对相关信息的录入和显示,要包含构造函数和析构函数; 设计一个BankAccount(银行帐户)类,该类有数据成员personInfo(帐户所有人信息),balance(帐户余额),interest_rate(帐户的利率)。其中personInfo为Person类类型,成员函数实现对帐户相关数据的初始化,并将帐户信息显示出来。 -Design a Person class with data membe<> 在 2025-07-26 上传 | 大小:1kb | 下载:0