搜索资源列表
sy4-MPSORT
- 汇编语言中,实现冒泡排序的算法,使用轻松汇编编译成功-assembly language, and achieving bubble sort algorithms, the use of a relaxed build successful compilation
sy4-z
- 操作系统五种置换算法 LRU OPT 等
sy4-MPSORT
- 汇编语言中,实现冒泡排序的算法,使用轻松汇编编译成功-assembly language, and achieving bubble sort algorithms, the use of a relaxed build successful compilation
sy4-z
- 操作系统五种置换算法 LRU OPT 等-Five operating systems, such as replacement algorithm LRU OPT
sy4
- 一些关于iir滤波器设计的matlab实验代码-Some information about IIR filter design matlab code experiment
SY4
- 从键盘输入并显示实验,将键盘收到的四位十六进制转化为等值的二进制,再显示在终端上-From the keyboard input and display experiment, the four received the keyboard into its equivalent hexadecimal binary, and then displayed on the terminal
sy4
- 在某种高级编程环境下,使用OPENGL或DIRECTX技术生成一幅真实感的图形。-In a high-level programming environment, the use of OPENGL or DIRECTX technology to generate a realistic graphics.
sy4
- 清华大学版运筹学最大流问题实验代码,C++程序。-Operations Research:Code of the Maximum Flow Problem
sy4
- 单片机系统用c语言编写关于简易抢答器的设计- SCM systems c language Responder on the simple design. . . . .
sy4
- sopcbuild 建立小的nios 系统并在de2板上仿真-sopcbuild establish small nios system simulation in de2 board
sy4
- 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation
sy4
- 求解一个方阵的的按模最大的特征值及相应的特征向量。-By solving a square of the largest eigenvalue model and the corresponding eigenvectors.
sy4
- 用VHDL语言设计了一个8位2进制全加器-VHDL language design with an 8-bit binary full adder 2
sy4
- (1) 用GetMenu获取窗口主菜单句柄; (2) 应用程序建立新菜单、加入菜单项并插入到主菜单的指定位置。在创建新的弹出式菜单后,应用程序还通过调用函数EnableMenuItem禁止“创建统计计算菜单项”并将其暗淡显示。 (3) 调用函数DrawMenuBar重新显示改变后的窗口主菜单。 (4) 实现“退出”菜单项功能。-This is a simple program for study. Only can ex
sy4
- D74LS74 JK74ls112. LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY D74LS74 is port(clk,clr,PRE,D:in std_logic QT,QTN:out std_logic) end ENTITY D74LS74 architecture bhv of D74LS74 is signal q,qn:st
SY4-LL(1)Analysis
- 是用c++程序设计语言编写的,关于编译原理的LL(1)分析文法-Is written in the c++ programming language, compiler theory analysis of LL (1) grammar
sy4
- 本程序用在DE2开发板上 实现一个弹球的小游戏 可以在在显示评上显示一个圆球和一个方球 ;两者在屏幕上* 可以通过按键来调节两者的水平方向和垂直方向的速度大小 也能调节两个小球的大小和颜色 也可以实现调节屏幕的大小和颜色-The procedures used in the DE2 development board to achieve a pinball game in both freedom of movement on
sy4
- 书上一章的几个例题,我照着打的,简单易懂,适合新手-The last chapter of the book a few examples, I may speak to play, easy to understand for beginners
sy4
- 数据结构最近点问题,一个很好用简单的算法-Closest point data structure, a useful and simple algorithm
sy4
- WinInet实现FTP客户端 实验内容: 1.写出完整的软件需求说明书。 2.开发FTP的客户端。 3.完成在局域网内的测试,并记录测试结果。 本实验涵盖了C/S体系结构和Socket编程。通过本实验深入地了解FTP的工作原理以及服务器端和客户端的工作流程,学习Socket在网络编程中的各种应用,掌握WinInet的套接字编程。 -WinInet FTP client experimental realizat