资源列表
[软件工程] Visual-Studio-2005
说明:学校档案管理系统、CS架构,包括人员管理、课程设置-The school file management system, CS architecture, including personnel management, curriculum<eric> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[软件工程] Windows-crack
说明:Windows xp crack which will crack windows as orginal, you can use it with sp2.<Nagendra> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[软件工程] the-difference-of-chagi-and-nihe
说明:最近搞不懂拟合和插值的关系,这篇文章前两断就可以讲清楚这个事情,很明了-the difference between charge and division , can be esily understand by the word<zhaokai> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[软件工程] c-learning
说明:c研究性学习,网友写的文章,整理到一个txt文档中了,文章写的挺好的-how to learn programming in c<eastdoor> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[软件工程] fungsi-malloc
说明:a documen for malloc function<kristiantari> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[编程文档] receiver--procedure
说明:针对一个二元通信系统中的两个观测模型设计奈曼-皮尔逊接收机,在已知错误判决概率的约束条件下,确定检测概率。用matlab程序实现。-Design Neiman- Pierson receiver, under the constraint condition of the wrong decision probability is known, to determine the detection probability for a binary communication system in<陈艳杰> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[技术管理] DeviceIoControl
说明:设备控制与调用的主要API函数,比如磁盘直接读写,-Device control and call API functions, such as disk reads and writes directly,<renlijun> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[技术管理] power-bank
说明:充电宝的电路图,给想自己动手的同学们用来学习借鉴-the circuit of power bank<贺杰> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[软件工程] family.zip
说明:家谱用于记录某家族历代家族成员的情况与关系。现编制一个家谱资料管理软件,实现对一个家族所有的资料进行收集整理。支持对家谱的存储、更新、查询、统计等操作。并用计算机永久储存家族数据,方便随时调用。,Genealogy record a the family dynasties family members the relationship. Currently preparing a genealogy data management software, and a family all info<潘达> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[软件工程] Ladder-and-Statement-algorithms
说明:梯形图和语句表的互换算法,思路,可用于自动化,控制方面-Ladder and Statement List of interchangeable algorithms, ideas can be used to automate control<pyc> 在 2025-09-24 上传 | 大小:43kb | 下载:0
[文件格式] fractal-use
说明:分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -<郑志森> 在 2025-09-24 上传 | 大小:43kb | 下载:0