-
计算机图形图像处理技术的研究!图形应用课程设计…
关于计算机图形学的图象处理哦!用于图形学课程设计所用!-on computer graphics image processing Oh! Curriculum design for the graphics used!
- 2022-03-14 10:43:18下载
- 积分:1
-
Simple Robot Control Program
-- Simple Robot Control Program
--------------------------------------------------------------------------
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2023-04-12 04:40:04下载
- 积分:1
-
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步...
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当
然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程
是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest unit, in the OS thread, thread is the smallest unit of operation, the process described in the classroom between the synchronization and mutual exclusion. actually belong to different threads in the process of synchronization and mutual exclusion, of course, the same process there is a different thread synchronization and mutual exclusion, control and coordinate the process with the principle of the same
- 2022-08-22 22:48:11下载
- 积分:1
-
视窗2003服务器序列号
windows 2003 server serial numbers
- 2022-02-03 07:58:00下载
- 积分:1
-
可以实现应用程序上传到SYBASE数据库,同时客户端自动升级
可以实现应用程序上传到SYBASE数据库,同时客户端自动升级-Applications can be uploaded to the SYBASE database, and automatically upgrade the client
- 2022-03-21 10:03:44下载
- 积分:1
-
function viewer function Viewer
函数查看器 -function viewer function Viewer
- 2023-03-17 08:25:04下载
- 积分:1
-
VB免费开源界面换肤控件NiceForm及实例大全
VB免费开源界面控件NiceForm Control及实例大全,支持换肤功能的VB界面库,自带了丰富的实例,你可通过本资源包快速美化你的VB应用程序界面,使用密码:llcyw13931137599。
关于用过NiceForm试用版的用户,重新使用正式版的加载说明:
1.复制NiceForm.ocx到SYSTEM目录下 如果98就是SYSTEM,2000 XP 就是32
2.运行Regsvr32 c:windowssystem32
iceform.ocx
3.新建工程 在控件面板上点右键,添加部件
4.出来的窗口 点 "浏览",选择SYSTEM32下的NiceForm.ocx
如果你以前用过NiceForm试用版的,在你的部件列表中就有可能有2个Hcnsoft NiceFormcontrol
你可以通过选中其中一个 在下面的 定位哪里会显示文件的地址
5.选中地址为SYSYTEM32下哪个 Hcnsoft NiceFormcontrol 点击确定
另外一点说明,当软件拿到另的电脑上使用的时候,请带上NiceForm.ocx 和 SYSTEM32下面的 Picclp32.ocx 如果没有带,有可能会用不起.
- 2023-03-01 03:25:04下载
- 积分:1
-
八数码游戏代码
用C语言编写的八数码游戏的代码,用曼哈顿路径求启发函数,并且还附加了启发式函数
- 2022-07-25 08:08:47下载
- 积分:1
-
这是一个用c和matlab编写的程序,用于实现k
这是一个用c和matlab编写的程序,用于实现k-means算法-This is a matlab with c and the preparation of the procedures used to implement k-means algorithm
- 2022-03-10 13:55:58下载
- 积分:1
-
硬盘序列号的获取和显示C#方法演示
C#获取和显示硬盘序列号的实例源码,创建ManagementObjectSearcher对象,存储磁盘序列号,调用ManagementObjectSearcher类的Get方法取得硬盘序列号,此行代码重要:strHardDiskID = mo["SerialNumber"].ToString().Trim();//记录获得的磁盘序列号,然后用label1.Text = "硬盘序列号: "+strHardDiskID;//显示硬盘序列号。
- 2023-06-16 12:00:02下载
- 积分:1