搜索资源列表
antio
- atio类型转换,proc连接数据库样例,occi连接数据库样例,检测文件是否存在-代码实现,清洗数据中空格-代码实现.-atio type conversion, proc connect to the database example, occi connect to the database example, Detection of the existence of documents - source implementation of clean data space-sour
proc
- 这是一个进程调度程序,是操作系统课程的实验-This is a process scheduling process, the operating system of experimental courses
TCL_learning
- TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This scr ipt asks the user to enter an operation ( e
_tuxedo_sever
- 电力与银行通讯的源码 1.应用tuxedo中间件. 2.与银行的前置机通讯. 3.proc*c 的应用-electricity and banking source of a communication. Application tuxedo middleware. 2. With the bank's front-end system communications. 3.proc * c Application
delphi7bcszdh
- \\Delphi 图书 提供了部份章节的实例源代码。例如( \\Delphi 图书\\ChXX\\SectionYY\\Proc 提供了本书第XX章中YY节实例的源代码 文件。 \\Delphi 图书\\ChXX\\SectionYY\\Proc\\db 提供了相应实例所需的数据源。) -\\ Delphi books provide some sections of the source code examples. For
Fundamentals_of_Statistical_Signal_Processing
- 《Fundamentals of Statistical Signal Processing》(《随机信号处理基础》)的配套MATLAB源代码。为电信工程师、教师、和学生而设计。-"Fundamentals of Statistical Signal Proc essing "(" Random signal processing based ") supporting MATLAB code. To the telecommunication engin
buhao7-1
- .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main
7-3
- data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,l
闰年计算
- data segment ;定义数据段 infon db 0dh,0ah,'Please input a year: $' Y db 0dh,0ah,'This is a leap year! $' N db 0dh,0ah,'This is not a leap year! $' w dw
Administrator
- DAC0832输出的是电流,要转换为电压,还必须经过一个外接的运算放大器,实验线路如图所示。-dat segment import db input a 4 bit hex:$ output db the equal number=$ err db wrong number$ dat ends cod segment assume cs:cod,ds:dat start: mo
proc
- os的作业,进程的创建和终止~~做的很简单。-os operations, process creation and termination ~ ~ so very simple.
BASM
- 第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括: 目录 描述 ------------------------------------------------------------------------------ DEMO1 演示如何在BASM中调用Delphi Functions。 DEMO2 演示如何在BASM中调用Windows API。 DEMO3 演示如何在BASM中使得“jmp proc”执行后返回到下一行。-Chapte
procfs-guide.pdf.tar
- proc文件系统API,有完整的实例! proc文件系统API,有完整的实例!-/proc API very good!
PRDC
- PROC 可移植实时分布式调度框架通信平台-PROC Portable scheduling framework for distributed real-time communication platform
delphi_INJECT_PRC
- delphi进程注入。。 XP SP3-delphi INJECT PROC。。。。XP SP3
proc
- 使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
ExcMagicControl
- ExceptionalMagic is shareware unit for use with Inprise Delphi 3,4,5 and C++ Builder 4,5. This unit replaces standard exception handling behaviour with much more controlled and informative one. It allows you to customize many aspects of excep
2259647AlteraSDR-SDRAM
- Summary: InterPreTS (Interaction Prediction through Tertiary Structure) is a web-based version of our method for predicting protein-protein interactions (Aloy and Russell, 2002, Proc. Natl Acad. Sci. USA, 99, 5896-5901). Given a pair of query sequenc
search-proc
- Search proc: 在一个给定字符串main中查找子字符串sub,其中两字符串的长度分别保存在main[1]和sub[1]中。 若查找成功,则返回子字符串sub在父字符串main中的位置pos(从0开始); 反之,若查找失败,则返回FFH,即-1.-Search proc: Find a given string main substring sub, two of the length of the string stored in main [1] and sub [1].