This articles shows how to retrieve a list of PCs on the local network which are running MS SQL Serv
This articles shows how to retrieve a list of PCs on the local network which are running MS SQL Server, and gets informa...
Timer+A技术资料下载专区,收录7,147份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
This articles shows how to retrieve a list of PCs on the local network which are running MS SQL Server, and gets informa...
FX2Pipe is a small high speed USB transfer program which can pipe stdin into the FX2 FIFO or back from the FIFO to stdou...
It is a source code for access and program from PIC 18F452 to DS1307 Real Time Clock by I2C interface using I2C capabili...
This is a safe double linked list data structure in order to store data on void* pointer for data segment.
This is a binary search tree with void* pointer in data segment in order you to search store and delete O(n) worst case,...
I ve made an aplication in matlab using GUI, where you can load an image(.jpg) and a file (.txt).
This example sets up the PLL in x10/2 mode, divides SYSCLKOUT by six to reach a 25Mhz HSPCLK (assuming a 30Mhz XCLKIN). ...
it is a progrma that aim to caculate an average value, pi value and the pris number in java enviroment
Tried to make CAN logger on AT91sam7X-ek, but have no idea how to implement FATFs... -( I m just a beginner
算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出...