资源列表
[控制台(字符窗口)编程] fackcoin
说明:这是我自己写的一个假币问题!!拿来做课程设计的!-This is what I had written a counterfeiting problem! ! Used as a course design!<王三麻子> 在 2025-01-08 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] LU
说明:In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes include<James> 在 2025-01-08 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] key
说明:原始的*,能够有效记录键盘按键,不采用hook技术。-The original keyboard record, can effectively record keyboard key, does not use the hook technology.<Tom smith> 在 2025-01-08 上传 | 大小:2.31mb | 下载:0
[控制台(字符窗口)编程] wujiaoxing
说明:利用VC++ API 画五边形 而且含有函数 会自动算出各点的值-Painting using VC++ API pentagon<max> 在 2025-01-08 上传 | 大小:6kb | 下载:0
[控制台(字符窗口)编程] 91
说明:数字编码可用ASCII码、16进制、8进制、8421BCD码、5421BCD码,给出相互转换的程序。-Digital code can be ASCII, 16 hex, 8 decimal, 8421BCD code, 5421BCD code, given the conversion process.<贺锐> 在 2025-01-08 上传 | 大小:3.29mb | 下载:0
[控制台(字符窗口)编程] HexToFile
说明:This program converts hexadecimal text file into binary. Useful for reverse engineering file formats. Use in conjunction with FileToHex program.<Tim> 在 2025-01-08 上传 | 大小:20kb | 下载:0
[控制台(字符窗口)编程] jiqiren
说明:仿真机器人足球比赛的进攻代码与防守代码合集-Simulated robot soccer offensive and defensive code Collection code<xinyuan> 在 2025-01-08 上传 | 大小:11kb | 下载:0
[控制台(字符窗口)编程] ccode
说明:包括汉诺塔、杨辉三角、求根值等c程序,在VC++6.0运行没问题。-Including the Tower of Hanoi, Yang Hui triangle, the value of such c rooting process running in VC++6.0 no problem.<吴勇> 在 2025-01-08 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] code
说明:实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退<镡皓琳> 在 2025-01-08 上传 | 大小:2kb | 下载:0