搜索资源列表
RegularValidate
- 正则表达式常用验证指令,封装成DLL,静态方法-Regular expressions are commonly used test instructions, packaged as DLL, static methods
sta
- 设当前系统中有多个栈在工作,多栈模拟问题要求模拟当前系统中各栈的工作状态。 由文件input.txt给出输入数据。第1行是正整数n,表示有n个栈操作。接下来的n行, 每行给出一个栈操作指令。栈操作指令“PUSH A B”表示将正整数B加入编号为A的栈顶; 栈操作指令“POP A”表示输出编号为A的栈顶元素输入文件示例 输出文件示例 input.txt output.txt 7 PUSH 1 100 PUSH 1 200 PUSH 2 300 PUSH 2 40
wafermingwei-030627
- 这个程序代码是一个SNMP的守护进程。里面定义了咱们在云南时对主机性能进行采集的oid。 如果需要做演示,先想办法让他跑起来,需要找snmp的轮询工具进行轮询,输入就是轮询工具发出的snmp指令。输出就是守护进程在主机采集的主机性能值(比如cpu利用率),反映到轮询工具的输出上。-this procedure code is an SNMP daemon. Inside our own definition of Yunnan on mainframe performance Acq
wdfewfeqw
- 片机指令速查工具”是一款绿色软件,在运行过程中不会给系统增添任何垃圾 文件。 本软件主要功能是为方便大家学习单片机汇编语言而做的,可以方便的查询 ... http://down.banma.com/chengxukaifa/bianchengkongjian/mcs_...- 网页快照- 类似网页 当当电子- 资料软件下载- MCS51智能反编译器 当当电子工作室是一家专门为初学者和开发技术人员提供51、PIC单片机仿真器,编程器、 开发板的电子行业国内知名站点。 htt
存储管理
- 存储管理 存储将指令序列变换成为页地址流 设:①页面大小为IK; ②用户内存容量为4页到32页; ③用户虚存容量为32K。 在用户虚存中,按每K存放10条指令排列虚存地址,即320条指令在虚存中的存放方式为:-storage management storage instruction sequences will transform into page-based address : IK page size; user memory capacity of 4 to 32; users vi
code.rar
- C#短信猫源代码 利用AT指令通过短信猫发送短信源码及附加说明,C# source code SMS cat through the use of AT commands to send SMS text messages cats and annotated source
SMS
- 用C#实现的短信收发程序,可以根据SIM上网卡接收或发送短消息。-Achieved with C# program to send and receive text messages, the SIM card can receive or send short message.
CPCL
- 斑马移动打印机cpcl指令范例,介绍如何进行cpcl指令设计-Zebra mobile printers cpcl command examples on how to design instruction to cpcl
CpuKeyHC2008
- 【原创】将dcic32.dll拷贝至Debug或Realse下可调试成功。CPU卡为智能卡,本项目对硬件USBCPUKey进行指令操作。-[原创] will dcic32.dll copy to Debug or Realse can be successful debugging. CPU card for smart cards, the project carried out on the hardware USBCPUKey operating instructions.
DLL
- GsmModem 源码 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。 -GsmModem message source modules through the serial port and PC-connected operation of the program module message, send
commtest0618
- 一个串口设备调试工具 可以发送多个指令 解决串口死锁问题-A serial device can send a number of debugging tools for serial commands to solve deadlock problem
BusApp
- C#编写的接通COM口的手机发送at指令-C# wirrte commcation com
card_memory_Game
- 利用C#示范如何利用Array及Timer等指令创造出卡片记忆游戏。-The use of C# demonstrate how to use commands such as Array, and Timer to create a card and memory games.
Link_Find
- 编写能实现上述功能的Link(v,r)指令程序,不要使用全局变量, 设初始时两森林均由单结点树构成。上机依次执行:Link(2,1), Link(3,2), Link(5,4), Link(4,3), Link(7,6),Link(9,8), Link(8,7), Find-Depth(6), Link(6,5), Find-Depth(4), Find-Depth(7)。 打印或抄写每条指令执行后各点的Weight值,画出其时的两种森林。 -Prepared to a
gear
- 还是一个在VC环境下的齿轮动态演示程序,使用了opengl的光照指令-VC environment is a dynamic demo gear, use the opengl light instruction
SMSAT
- 使用C#开发的完整工程,并通过AT指令收发短信。 -Full use of C# development projects, send and receive text messages through AT commands.
FTP_Socket
- FTP 指令庫,能連接 FTP Server 並作上傳、下載等命令-FTP Basic Library
yuntaikongzhixitong
- 实现通过计算机发送指令控制云台的各个方向的移动 ,上下左右和停止等指令-Controlled by computer to send commands to achieve head movement in all directions, up and down and stop the other instructions
zuchengyuanli
- 组成原理课程设计:带进位运算指令的实现 内包含程序和文档-Principles of curriculum design components: implementation into the bit instruction contains procedures and documentation
C_ACC
- 操作涉及的主要C#类有: DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存 DataTable:对应数据库表,是数据库表行的集合 DataRow:对应数据库表行 OleDbConnection:建立数据库连接 OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步 OleDbCommandBuilder:生成更新数据库所需的指令 DataSet、DataTable、DataRow用于数据在缓存中的操作