搜索资源列表

  1. 操作系统——PCB模拟代码

    0下载:
  2. 这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来。-This to help procedure that others make, simulation operating system process control piece (whether including many dishes of system dynami
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:12031
    • 提供者:草原
  1. CAY7PQRT

    0下载:
  2. 实现操作系统时间片的优先级调度和轮转调度-Realize time of slice PRI dispatcher and rotate dispatcher of operating system
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:26532
    • 提供者:joe
  1. 自动售货机VHDL程序与仿真

    0下载:
  2. library ieee; use ieee.std_logic_arith.all; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity PL_auto1 is port ( clk:in std_logic; --系统时钟 set,get,sel,finish: in std_l
  3. 所属分类:文档资料

  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:654374
    • 提供者:jawin@126.com
  1. 操作系统——PCB模拟代码

    0下载:
  2. 这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来。-This to help procedure that others make, simulation operating system process control piece (whether including many dishes of system dynami
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:草原
  1. CAY7PQRT

    0下载:
  2. 实现操作系统时间片的优先级调度和轮转调度-Realize time of slice PRI dispatcher and rotate dispatcher of operating system
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:joe
  1. primenumber

    0下载:
  2. java环境编写,计算100以内的素数。使用于初学者。-prepared, calculated within the 100-number. Beginners in use.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:肖剑强
  1. pri算法

    0下载:
  2. 这是一个数据结构的课程设计采用最小生成树的PRIM算法-This is a data structure courses designed using the minimum spanning tree algorithm PRIM
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:pzh
  1. pareng

    0下载:
  2. We have our classes ready, time to start writing the actual code. Point primitives are not much different from the other primitive types available (triangle strips, lists, etc.). We can still choose what vertex shad
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-10
    • 文件大小:161792
    • 提供者:wangzhe
  1. PRI_DOS

    0下载:
  2. 用C语言建立多个PRI DOS分区,Vc的实例程序。-C language to create a number of PRI DOS partition, Vc examples of procedures.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:
  1. pmos20

    0下载:
  2. Welcome to PMOS. PMOS is a set of modules, mostly written in Modula-2, to support multitasking. PMOS was designed primarily with real-time applications in mind. It is not an operating system in the conventional sen
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-10
    • 文件大小:666624
    • 提供者:陈智
  1. outlogin

    0下载:
  2. 使用ZEROBOARD的留言板调取时标题出现GUEST的情况下使用PRINT_GUEST来更正-ZEROBOARD use of the message board at the time of transfer appears GUEST for the use of PRI NT_GUEST to corrections
  3. 所属分类:WEB源码

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:金东峰
  1. delphi_print

    0下载:
  2. Delphi编程实现对窗体上数据以报表的形式打印出来-Delphi programming on Form statements on the data to print out the form
  3. 所属分类:打印编程

    • 发布日期:2024-05-10
    • 文件大小:1516544
    • 提供者:朱宏
  1. sushudui

    0下载:
  2. 编制函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数n,找出满足n=i+j的所有数对,其中要求i与j均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。-establishment prime function, used to judge whether the i
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:fisherman
  1. Exception_recovery_using_Signal

    0下载:
  2. tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i(
  3. 所属分类:VxWorks

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:于凤新
  1. OutPrint

    0下载:
  2. 根据你的输入,程序回自动输出相应的语句,来连接的语句的一个小C#程序!-your input and output back to the automatic procedure corresponding statement, a link to the statement of a small C# procedures!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:ruoyu
  1. DialPhone

    0下载:
  2. 利用WM5 实现电话功能 在程序中进行电话拨号 “项目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“确定” Imports Microsoft.WindowsMobile.Telephony Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArg
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-10
    • 文件大小:41984
    • 提供者:黄先生
  1. dir_print

    0下载:
  2. 将某个目录下的子目录结构转换为excle文件中,并可打印出来-Will be a directory under the subdirectory structure is converted to excle documents, and print out
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:355328
    • 提供者:luxx
  1. vpOGL

    0下载:
  2. 图形引擎vega Prime 与OpenGL混合编程的二次开发封装的类-Vega Prime graphics engine with OpenGL programming mixed secondary development package type
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:雷天兆
  1. invoice_Print

    0下载:
  2. 用c#编的一个invoice打印程序,里面同时调用了vb.net的程序。算是一个中小型的程序,是学习如何跨入编大型应用程序的一个很好参考。欢迎大家完善,开发出更好的发票的打印!-With c# Made an invoice print program, which at the same time call a vb.net procedure. Procedures can be considered a small and med
  3. 所属分类:金融证券系统

    • 发布日期:2024-05-10
    • 文件大小:1691648
    • 提供者:程明传
« 1 2 34 5 6 7 8 »

源码中国 www.ymcn.org