资源列表
二分递归查找最大和最小元素gzw
- 最近刚写的,不是很好 请大家指教 有什么建议请与我联系-recently wrote, is not very good Please enlighten any suggestions, please contact me
mdigital
- 七段码的实现问题,实现了对实验箱上的显示数据的模拟,同时也对VC的控件类进行详细的操作.-THIS CODE CAN TRANSLATE NUMBER INTO LED CODE AND OPERATE MFC.
进程调度模拟程序gzw
- 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。 希望大家多提意见-here no API calls simulations, I set to process its own grammar,
八皇后问题的求解 gzw
- 该程序产生的最终结果存于当前工程目录下的result.txt文件中 写得比较仓促的-the process of final results stored in the current directory project result.txt the document drafted in a relatively hasty
非递归
- 数据结构 迷宫问题 迷宫非递归算法.rar-data structures, maze problem, non-recursive algorithm for maze problem
数学实验
- 用MATLAB实现的RSA。界面友好,可加密任意长度字符串。-MATLAB RSA. Friendly interface, encryption arbitrary length of the string.
Proj5_2
- 一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
20050622235246_eq
- 八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem. algorithm: backtra
GPIB新卡VB测试
- 用VB通过GPIB接口对仪器进行控制,主要用于产品自动测试。-we can control the instrument through the GPIB interface using VB. It is fit to test the product automatically.
4-1(绘制立方体)
- 计算机图形学绘制一个三维几何图形,立方体等三维图形-computer graphics rendering a three-dimensional geometric shapes, such as 3D cube
3-3(填充图形)
- 计算机图形学显示一个图像,当用户用鼠标左键单击图像上任何一点后,填充该图像。-computer graphics show an image, when users click with the left mouse button images of any point on, filled with the images.
CLFCalc
- 因工作需要开发了LC谐振频率计算工具,演示了用Win32进行浮点运算的方法。-IT CAN CALCULATE THE resonance frequency of LC circulate and also demonstrate how to do the floating calculation.