资源列表
ReadWriteLock
- 一个Windows下C++读写锁的代码,实现共享读,独占写 -Under Windows C++ read-write lock code, shared read, exclusive write
cobra
- Creative Labs Blaster GamePad Cobra driver for Linux.
Time-slice-rotation-algorithm
- 这是一个时间片轮转算法的用C语言写的算法-It was a time slice rotation algorithm using C language to write algorithms
HTK
- HTK经典笔记,记录了HTK应用开发中的关键点-efficient HTM notes, recording the critical part for developing and application using
vb_process
- vb防止进程被结束在WinXP下测试成功-vb to prevent the end of the process being tested successfully under WinXP
JGHFJGHKHJKHJKHJ
- 题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。 1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后 此元素之后的数,依次后移一个位置。 2.程序源代码:-Topic: have a already sorted array. Now the input a number, according to the law of the original requirements will it into an ar
6-10
- 获取计算机上串口的数量,串口数量统计计算.-Access to the computer serial number, serial number of statistical computing.
ssb
- 这是一个很好的程序,希望能够通过您的验收,谢谢!-This is a very good program, hope to be able, through your acceptance, thank you!
ADOXML
- ADO转换XML格式,XML转化为ADO数据集。采用动态创建记录集的方法。-ADO XML format conversion, XML conversion for the ADO dataset. Creating dynamic record sets.
mfcmysql.rar
- 利用MFC操作MySQL数据库,利用微软的MFC里面的CDatabase和CRecordset两个类再加上MyODBC可以很容易的编出程序,MFC operation using MySQL database, using Microsoft MFC and CDatabase inside CRecordset coupled with two types of MyODBC can be easily prepared and the procedures
newsservice
- 通讯录要求记入姓名,性别,地址,电话,编号 1.建立链表 2.按编号排序 3.按姓名查找 4.按编号查找 5.按姓名删除 6.按编号删除 7.按编号插入 8.输出 0.退出 -Address Book request credited name, gender, address, telephone number, No. 1. Establish a list 2. In accordance with No. 3 ranking. By name to find 4. Find No. 5.
JNDIProject
- Java名字目录接口(Java Naming and Directory Interface,JNDI) 是Java EE 5提供的命名服务,它是一个Java 的API。 -创建初始上下文环境 Context ctx=new InitialContext() JNDI对象绑定String s=“Test String” ctx.bind(“Chapter2”,s) JNDI对象的重新绑定ctx.rebind(“Chapter2”,s)