资源列表

« 1 2 ... .35 .36 .37 .38 .39 63040.41 .42 .43 .44 .45 ... 66581 »

[其他小程序5

说明:C语言:建立一个链表,每个结点包括:学号、姓名、性别、年龄。输入一个年龄,如果链表中的结点所包含的年龄等于此年龄,则将此结点删去;输入一个学生的信息,插入到链表的第3个位置。 要求:用CreateTable函数建立链表;用DeleteNode函数删除满足要求的结点;用Output函数输出链表,用InsertNode函数插入结点。 -C language: the establishment of a linked list, each node includes: Student ID,
<peter> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序EMD

说明:计算EMD的小程序,很实用,HHT里面会用到-Calculating EMD small program, very practical, HHT will be used inside
<周俊鸿> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序7

说明:C语言:编写一个程序,检查所用的计算机系统的C编译在执行右移时是按照逻辑右移的原则,还是按照算术右移的原则进行操作。如果是逻辑右移,请编一个函数实现算术右移;如果是算术右移,请编一个函数实现逻辑右移。 编一个函数getbits,从一个16位的单元中取出某几位(即该几位保留原值,其余位为0)。函数调用形式为:getbits(value,n1,n2),其中value位该十六位数的值,n1为欲取出的起始位,n2位欲取出的结束位。(要求:把这几位数用八进制数打印出来。注意,应当将这几位数右移到最右端
<peter> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序zhuomian

说明:Visual Basic桌面图标文字背景为透明色-Visual Basic desktop icon transparent text background color
<a a> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序hot

说明:Visual Basic中热键设置的演示程序-Visual Basic, the demonstration program hotkey settings
<a b> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序auto

说明:用Visual Basic来自动打开上次关机时程序-To use Visual Basic to automatically open when the last shutdown procedures
<fadsd> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序ganzhiqi

说明:用感知器分类算法分离三类样本,每个分类面都将一类与其他所有的类分开-Classification algorithm with the separation of three types of sensor samples,Each category will face a class with all the other classes separately
<黄进> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[进程与线程UndertheacquisitionprocessinthepathintheRing0

说明:VB 在系统Ring0权限下获取进程的路径-In the system acquisition process under the path of Ring0
<sying> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[进程与线程ZwQueryVirtualMemory

说明:使用ZwQueryVirtualMemory枚举进程模块,供学习-Use ZwQueryVirtualMemory enumerate process module for learning
<sying> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序abb_0600

说明:这个是ABB公司为其板卡编写的源码文件,方便用户学习和使用.-This is ABB' s board prepared for its source files, user-friendly to learn and use.
<黄花菜> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[其他小程序duodao

说明: 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。 -Road to prepare and dispatch a multi-program system for job scheduling simulation program. Job scheduling algorithms: a first-come, first-served based on the scheduling algorithm.
<sylvia> 在 2026-01-13 上传 | 大小:1kb | 下载:0

[Windows编程FIRST1

说明:编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1,或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -Write and debug a simulati
<sylvia> 在 2026-01-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 63040.41 .42 .43 .44 .45 ... 66581 »

源码中国 www.ymcn.org