-
关于用vb开发windows ce应用程序的另一本书。
关于用vb开发windows ce应用程序的另一本书。-spent on the development of windows ce vb application of another book.
- 2022-03-24 18:57:21下载
- 积分:1
-
UART RING FPGA BASYS 2
这是一个在Verilog源代码的基本,基本是关于北京青年旅行社股份有限公司从一个系统传输到另一个3字节的系统与一个协议tranmition和接待
- 2023-05-21 06:15:03下载
- 积分:1
-
这是一个国家的本地文件为CSV文件,而是一个逗号,空格,制表符克…
这是一个把本地文件保存成CSV文件,可是是逗号,空格,TAB键保存-This is a country where local file into CSV files, but is a comma, space, tab key preservation
- 2023-06-01 11:30:02下载
- 积分:1
-
《面向对象程序设计》练习10_7的源代码
《面向对象程序设计》练习10_7的源代码- Object-oriented programming, the source code of practice 10_7
- 2022-10-01 11:55:03下载
- 积分:1
-
CGI专家,开发CGI程序必备
CGI专家,开发CGI程序必备-CGI experts, the development of procedures required CGI
- 2022-01-26 03:08:25下载
- 积分:1
-
IECTest 工具
IEC870-5-101 IEC870-5-104 测试工具可以帮助您运行测试,可以使用客户端 (奴隶侧) 和服务器 (主侧) 程序的调试。$./bin/client启动 IEC 870-5-104 奴隶并等待主人一方连接。奴隶可以接受并处理许多大师端连接 simultaneousely。调试信息被写入标准错误输出。$ 172.20.48.124./bin/server或$./bin/server
- 2022-01-25 23:10:58下载
- 积分:1
-
用一种语言与文字的小程序,算法是相对的…
一个用c语言编写的波兰表达式的小程序,算法相对简单-a language with the Polish expression small procedure, the algorithm is relatively simple
- 2022-10-25 06:40:03下载
- 积分:1
-
企业人事管理系统完美版源代码
这是一套完整的企业人事管理系统完美版软件源代码,主要功能包括系统设置、员工档案、考勤管理、工作评价、员工调动、工资管理等几大模...
企业人事管理系统完美版源代码
这是一套完整的企业人事管理系统完美版软件源代码,主要功能包括系统设置、员工档案、考勤管理、工作评价、员工调动、工资管理等几大模块,程序使用了vsFlex8.ocx、VsNetMenu.ocx、WinXPCEngine.ocx三个第三方的界面控件,其中VsNetMenu.ocx 5.0要求注册-Personnel management system perfect version of the source code This is a complete set of enterprise personnel management system perfect version of the software source code, the main functions, including system settings, staff files, attendance management, job evaluation, staff mobility, wage management of several major modules, procedures used vsFlex8.ocx, VsNetMenu.ocx, WinXPCEngine.ocx three third-party interface controls, which require VsNetMenu.ocx 5.0 Registration
- 2022-12-17 02:05:04下载
- 积分:1
-
under several rows and columns, creating a random array, and the inquiry
根据行和列数,随机创建一个数组,并有查询功能-under several rows and columns, creating a random array, and the inquiry
- 2022-02-15 01:25:16下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1