资源列表
[GDI/图象编程] GDIP-Test
说明:一个关于GDI+ 绘图的小程序 生成 各种线段 圆-GDI+ drawing<Charlie Wong> 在 2025-06-24 上传 | 大小:54kb | 下载:0
[C#编程] C-Sharp-Sqlite-database
说明:Wince上,C#操作Sqlite数据库DEMO及资料。-Wince on, C# Sqlite database DEMO operation and information.<hc_wu> 在 2025-06-24 上传 | 大小:2.38mb | 下载:0
[数据库编程] avrOperation
说明:C实现封装功能,通过接口实现封装功能,使函数封装性更好.-C implementation package function, through the interface encapsulation function, so that the function package is better.<chenghuachao> 在 2025-06-24 上传 | 大小:221kb | 下载:0
[Shell编程] language_explaination
说明:编译源代码 简单的语法分析器 可分析赋值语句-Compile the source code simple parser can analyze assignment<chen Yu> 在 2025-06-24 上传 | 大小:17kb | 下载:0
[其他小程序] Game_of_Life
说明:利用matlab模拟基于元胞自动机的生命游戏-Using matlab simulation based on cellular automata game of life<薛塬> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[C#编程] library-management-system
说明:一个用C语言链表实现的图书馆管理系统,其中,实现了登陆,添加,查询,修改,删除等基本功能。-A linked list implementation using C language library management system, which realized the landing, add, query, modify, delete and other basic functions.<刘鹏程> 在 2025-06-24 上传 | 大小:4kb | 下载:0
[进程与线程] Process_control
说明:设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -Design and implementation of the Unix<Dean Miller> 在 2025-06-24 上传 | 大小:233kb | 下载:0
[Windows编程] VC16_16ziku
说明:生成GB2312字库,程序简单易明,用VC++6.0可打开!生成0xA1A1至0xF7FE字体,生成文件可自行修改!-Generate GB2312 font, the program is simple and easy to understand for the newcomer reference!<zgj> 在 2025-06-24 上传 | 大小:157kb | 下载:0
[其他小程序] Producers_consumers
说明:• 一个大小为3的缓冲区,初始为空 • 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 • 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: • 显示每次添加和读取数据的时间及缓冲区的状态 • 生产者和消费者用进程模拟。-• a buffer of<Dean Miller> 在 2025-06-24 上传 | 大小:330kb | 下载:0
[Windows编程] Memory_monitor
说明:设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。-Design a memory monitor, real-time display of the current system memory usage, including the system address space layout, physical memory usage able to display a real-time<Dean Miller> 在 2025-06-24 上传 | 大小:168kb | 下载:0