搜索资源列表
JC 1.0
- JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。-JC1.0. The compiler includes complete documentation and procedures. With Lex Bison, can develop. Statement 5, support mixe
cubecon
- 一个数学问题: 输入8个数,作为立方体顶点,判断能否构成满足要求的立方体 涉及输入输出异常等方法,适合JAVA初学者打基本功-a mathematical problem : Admission Number 8, as cube vertex, a judge can meet the requirements posed the cube involving abnormal input and output methods, for Java beginners the basic
RouletteWheelSelection
- GA算法中的轮盘赌选择法程序,本程序为本人所写,ati-clockwise方向,另附输入输出文件。-GA the roulette selection procedures, the procedures I wrote, ati-clockwise direction, followed by input and output documents.
MaxSpanningTree
- 求最大生成树,实际上是以最小生成树的算法为基础进行改进,我采用的是kruskal算法,基本思路是对各个边的权进行排序,然后加入生成树,形成环的点跳过,直到生成最大生成树。JAVA的特点是输入输出比较便利,所以问题的关键在于用监控将图的初始化和树的生成衔接。-Spanning Tree for the largest, is actually the minimum spanning tree algorithm-based improvement, I used the Kruskal algo
HexStrToIntac
- C++/VC.Net...实现二进制、八进制、十进制、十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(或鼠标操作...输入输出界面,可通过设置窗口或模拟计算器的外形做一些设计。 -C / VC.Net ... to achieve binary, octal, decimal, hexadecimal conversion between the different band to achieve a number of arithmetic operations all
matDDS
- 这是解调中重要的DDS恢复部分,做成子函数形式,具体的输入输出变量已经表明,请按介绍使用。谢谢站长-This is the most important part, DDS, causing Functions form specific input and output variables have shown, click on the use. Thank you, Captain! !
systemident
- 系统辨识算法matlab 自动提供输入输出功能 自动辨识-system identification algorithm for automatic Matlab functions of the input and output automatic identification
shzz
- 建立二维数组类,重载输入/输出运算符 重载+、-、*、/运算符-build two-dimensional array type, heavy input / output Operator Overloading ,-,*,/ Operators
OSdiaodu
- diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示
lab6
- dsp5000,ad转换源代码。用于数模转换输入输出处理。-dsp5000, ad conversion source code. For the digital-to-analog converter input and output processing.
input-output
- 汇编语言中,实现基本输入输出的代码,可以通过键盘输入,再在屏幕显示输入符号的十六进制表示-assembly language, and achieving basic input-output code, through keyboard input, again on the screen show that the symbols of hexadecimal representation
mpbiq
- 用双向链表,文件读写的知识编写简单的通讯录,可记录姓名、性别、出生年月日、邮编、地址、电话号码等内容。可从第一条显示、从最后一条显示,可实现上翻下翻浏览。可进行添加、删除、插入、查找、保存、退出等通讯录的基本操作。界面友好,输入输出更具人性化,实现键盘响应,有操作提示,便于使用者上手操作。-with two-way linked list, document literacy knowledge of the preparation of simple correspondence, it ca
conection
- 用8255新片连接输入输出电路,输入设备是一组(8)个开关,输出是一组(8个)LED灯,写程序,在搬动开关时,使LED灯按某种规则变化(自己定义) -8255 with a new film linking the input and output circuit, input equipment is a group (8) switching, Output is a group (8) LED lights, write procedures, the moving of the swit
UnixShell4osDesign
- Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
shujukudechuangjianlizi
- 数据存储的程序例子,可以学到控件的应用和edit的输入输出-data storage procedures example, can learn the use and control of input and output edit
Cpp2123654
- 管理系统(1)设计一个的菜单将在实现的功能显示出来,并有选择提示 (2)教师的基本信息包括编号、职工分类(\"行政人员\",\"教师\",\"一般员工\",\"退休人员\",\"返聘人员\",\"临时工\")、性别、年龄,职务(\"无\",\"科级\",\"处级\",\"地级\") 、职称(\"无\",\"初级\",\"中级\",\"高级\") 、政治面貌(\"群众\",\"中共党员\",\"民主党派\")、学历(\"中专\",\"大专\",\"大学\",\"硕士\",\"博士\") (
telphoneinputnotify
- 电话薄的功能,可以实现输入输出的功能,还可以删除-phone book function, we can realize the function of the input and output can also delete
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
研华采集卡 IO输入输出
- 研华USB-4750数字输入输出示例程序(Advantech USB-4750 digital input and output)
各类数据的输入输出
- 产生若干个周期的正弦波数据,以当前系统日期和自己的姓名为文件名分别存储为文本文件、二进制文件和电子表格文件,然后分别读取并显示其波形(Generates several cycles of sine wave data, which are stored as text files, binary files, and spreadsheet files respectively with the current system date and their name as file names,