搜索资源列表
cardread
- 本读卡用于明华rf35读写器,读写所有的m1号序号,主要用于将射频读写器中的内容读写到你需要的环境里(能接受字符串的当前焦点)。读卡有2种方式。一种是虚拟键盘的方式,另一种是剪贴板方式。这2种方式的区别是:剪贴板方式把读卡的信息放到剪贴板内存中去了,替换了剪贴板内存中的内容,而虚拟键盘的方式则是模拟键盘输入的形式,没替换剪贴板内存中的内容-The reader for the Ming Wah rf35 reader, read and write all of the m1 serial nu
Addison.Starting.Out.with.Python.Mar.2008
- This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student
vCardCreator
- 这个程序示例了创建ANSI,UTF-8,BlueTooth(蓝牙)格式的OutLook名片簿文件的功能,其中包括了使用Base64编码的jpeg图像处理类。 生成的文件可以导入Nokia 6600以及新的p910i手机中。-This program example of creating ANSI, UTF-8, BlueTooth (Bluetooth) format OutLook Ming Pianbu document features, including the use of B
xiaomingmaishu
- 小明买书的问题c算法 小明买书的问题c算法-Xiao-ming problem books books c algorithm problem Siu Ming Siu Ming books c algorithm for the problem c algorithm for
C
- 浙江大学何钦铭C语言程序设计教学课件、教学源代码、课程设计-Zhejiang University, Qin-ming, C language program design courseware, teaching source code, curriculum design
more-about-C
- 语言进阶(东大 凌明 非常不错 讲解清晰 调理)-Language Enhancement (Dong Da Ming Ling very well explain the clear and Conditioning)
Tanmingjin_C_Programming_Language_design_example.r
- 谭明金编写的《C语言程序设计实例精粹》一书的全部源码,学习C语言的同志可以参考参考!-Tan Ming Kim prepared by the " C Programming Language design example the essence of the" one book all the source code to learn C language can refer to refer to the comrades!
GETDIP
- 获取计算机名,MAC,IP地址 获取计算机名,MAC,IP地址-huo qu ji suan ji ming,MAC,IP
robot
- 机器人的初始坐标为(x,y),(x轴为东西,y为南北)小明的控制的命令如下n,s,w,e分别表示向北,向南,向西,向东走一步,一个步长为一个单位长度。 Input 多组测试数据。每次数据一行,格式为 x y control。x,y为整数(绝对值不超过1000000)表示机器人的初始坐标,control为一个不包含空格的由四个方向字母所组成的控制字串,长度不超过1000 Output 第i组数据输出前,请先输出“Case I:”. 机器人在执行完命令后的坐标位置
dataming
- 数据挖掘的ppt入门教程 数据挖掘的ppt入门教程-powerpoint tutorial for data ming
[5]
- 基于栈结构的孔明棋算法研究,有兴趣的朋友可以看看哈-Structure-based stack algorithm Ming-chi, interested friends can see ha. . .
fenlan
- 分栏程序是对指定的源文件分栏、加行号显示在屏幕上并保存为新文件。请综合运用C语言的基本知识,开发该程序,要求实现如下基本功能: 1) 输入(源文件名、目标文件名); 2) 程序中设定分栏数、栏宽、每页行数等; 3) 分栏、编号(读出源文件对文件进行分栏、编号排版显示在屏幕上); 4) 保存(将新分栏排版后的文档用目标文件名保存)。 -Columns process is the specified source file columns, add line numbers a
MingHua_Reader
- 深圳明华读写器(RL-35LT)的资料,包括应用接口函数,通信协议,演示软件和驱动程序。-Shenzhen Ming Wah reader (RL-35LT) information, including the application interface functions, communications protocol, presentation software and drivers.
fulltext_11
- A New Side Information Generation Scheme for Distributed Video Coding* Ming-Hui Cheng and Jin-Jang Leou-A New Side Information Generation Scheme for Distributed Video Coding* Ming-Hui Cheng and Jin-Jang Leou**
sdf
- 《万历十五年》(1587, a Year of No Significance)是历史学家黄仁宇最负盛名、也是体现其“大历史观”的一部明史研究专著。其著作主旨在书中末段看出:“当一个人口众多的国家,各人行动全凭儒家简单粗浅而又无法固定的原则所限制,而法律又缺乏创造性,则其社会发展的程度,必然受到限制。即便是宗旨善良,也不能补助技术之不及。”-" Wanli fifteen years" (1587, a Year of No Significance) is a histori
Modern-Fortran-intro
- This book is an introduction in programming with Fortran 95/2003 i in science and tech- nology. The book also covers methods for integrating Fortran code with other program- ming languages both dynamic (Python) and compiled languages (C++). An in
ansys-ming-lin
- ansys 命令大全,中文命令解释,便于理解-ansys command Daquan, Chinese order to explain, easy to understand
cifafenxi
- 包含如下基本内容 1) 变量说其它标记: 明语句 2) 赋值语句 3) 条件转移语句 4) 表达式(算术表达式和逻辑表达式) 5) 循环语句 6) 过程调用语句-Contains the following basic content 1) variable said other sign: Ming statements 2) assignment statements 3) conditional statements 4) expression (arithmetic expression
Pb5
- 明华敖汉urf-r330接口代码该Demo读写器适用型号:URF-R330、HRF-35LT-Ming Wah Aohan urf-r330 interface code
ming-php
- 由php100视频教程整理而来的文字版教程,明仔制作。 明仔PHP面向对象(六日通)教程目录: (一)简单方法理解,面向对象 1-1 面向对象的假设举例 1-2 我的细微理解 (二) 使用Class创建一个类 2-1 使用Class创建一个类 (三) 类属性 和类方法 3-1 类属性 和类方法 (四)使用New函数 将对象实例化 4-1 使用New函数 将对象实例化 (五)面向对象开发的学习笔记 5-0 面向对象开发的学习笔记 5-1 对
