-
一个鼠标驱动的实例,有需要的可以下载下来
一个鼠标驱动的实例,有需要的可以下载下来-a mouse-driven examples, we need look can be downloaded from
- 2022-06-30 20:13:13下载
- 积分:1
-
用VC开发的操作系统的进程模拟实验
用VC开发的操作系统的进程模拟实验-VC operating system development process simulation
- 2022-07-01 21:43:26下载
- 积分:1
-
P115 IC卡手持POS是天石科技32位IC卡POS系列产品之一,该产品秉承天石科技的一贯品质,产品结构紧凑,功能实用,操作简单,并具低功耗特性,是人机工学和...
P115 IC卡手持POS是天石科技32位IC卡POS系列产品之一,该产品秉承天石科技的一贯品质,产品结构紧凑,功能实用,操作简单,并具低功耗特性,是人机工学和现代科技的完美结合。它拥有多项专有技术,能够保证产品性能更加稳定强劲。整机采用工业级设计,其环境适应能力较强。P115兼容卡种全面,并且提供方便实用的开发平台和应用程序接口,易于自主应用二次开发,适用于需要随时随地处理IC卡的交警、烟草、公用事业、餐饮等多个行业。
应用演示程序-P115 IC card handheld POS technology is Tianshi 32 IC card POS products, one of our days, the product has always been the quality of stone technology, products, compact structure, functional and practical, simple operation, and a low-power characteristics, is a mechanic school and the perfect combination of modern technology. It has a number of proprietary technology, to ensure a more stable product performance strong. Machine used industrial design, ability to adapt to their environment. P115-compatible card types comprehensive, and provide convenient and practical development platform and application program interface, easy self-application of the second development, applicable to the needs of any traffic police deal with IC cards, tobacco, utilities, food and bever
- 2022-01-26 05:57:03下载
- 积分:1
-
RTEMS a very good open
rtems一个相当优秀的开源嵌入式操作系统,用winrar解压后将扩展名后的_去掉,再解压就行-RTEMS a very good open-source embedded operating system, with WinRAR decompression after the extension removed _ and then decompress on the line
- 2022-06-19 00:39:08下载
- 积分:1
-
一个小的进程调度
一个小的进程调度-a small Process Scheduling
- 2022-06-19 07:35:27下载
- 积分:1
-
这是优龙yl
这是优龙yl-p2410的一个bios程序,源光盘附带,但我经过了一些修改,解决了一些Bug,如:第二次开机无法找到usb驱动。-This is excellent yl-p2410 Liuzhou a bios procedures, the source CD-ROM attached to, but I have been some changes to address a number of Bug, such as: the second boot can not find the usb driver.
- 2023-05-02 01:10:03下载
- 积分:1
-
操作系统小程序
操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker" s algorithm. The code is mainly for the Department of Computer Science College Students in the operating system are designed for students with programming problems, and targeted to teach strong. Simulation and Realization of banker" s algorithm. By writing and debugging a simple system dynamic simulation program to allocate resources to observe the resulting deadlock conditions, and use of banker" s algorithm, effective to avoid deadlock.
- 2022-09-21 02:35:03下载
- 积分:1
-
fsdfsd 好超级好是酷我
废话废话 blahblahblahblahblahblah
使用系统 ;
使用 System.Collections.Generic ;
使用 System.Linq ;
使用 System.Text ;
使用 System.Data.SqlClient ;
使用 System.Data ;
使用 System.Threading ;
ConsoleApplication3 的命名空间
{
类的程序
{
静态 void Main (字符串 [] args)
{
字符串 connectionString = @"数据源 =。SQLEXPRESS2008R2 ;
初始目录 = lab8 ;
集成安全性 = True";
System.Data.SqlClient.SqlConnection cn = 新 System.Data.SqlClient.SqlConnection(connectionString) ;
cn。Open ();
字符串路径 = @"c:lab8";
foreach (文件路径字符串中 System.IO.Directory.GetFiles(path))
{
SqlCommand cmd = 新 SqlCommand ("插入到 Files2(Name,Date) 值 (@Name,@Date)",cn) ;
SqlParameter param = 新 SqlParameter() ;
param。ParameterName ="@Name";
param。值 = System.IO.Path.GetFileName(filePath) ;
param。SqlDbType = SqlDbType.VarChar ;
cmd.Parameters.Add(param) ;
param = 新 SqlParameter()
- 2023-07-19 16:15:03下载
- 积分:1
-
这是我们操作系统实现的课设,内存修改器,非常有用,可以修改下你的扫雷。...
这是我们操作系统实现的课设,内存修改器,非常有用,可以修改下你的扫雷。-Modify the memory device, very useful.
- 2022-05-31 16:39:48下载
- 积分:1
-
由超
C#编写的超小的操作系统,有兴趣的可以下载研究一下,-prepared by the ultra-small operating system, are interested in the study can be downloaded,
- 2022-03-21 14:35:55下载
- 积分:1