-
vc下面ado编程的简单实例
vc下面ado编程的简单实例-vc below ado programming simple example
- 2023-01-14 12:25:03下载
- 积分:1
-
本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。
bigint_lib_dll文件夹中分别为编译好的lib库文...
本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。
bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。
test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。
头文件中部分函数没有定义。-This procedure code, mainly to test the four large integer arithmetic, as well as on the basis of seeking common denominator of this calculation. bigint_lib_dll folder were compiled lib library files and dll library files and source code. test_bigintcommondevision folder for the test program, engineering using lib library file. Header file, part of the function is not defined.
- 2022-05-19 05:59:03下载
- 积分:1
-
CCeFileFind
CCeFileFind - File Finder class for Windows CE-CCeFileFind- File Finder class for Windows CE
- 2022-02-05 05:03:38下载
- 积分:1
-
图标提取器
IconExtractor
提取所有的 Exe 和 DLL 图标
- 2022-05-05 06:07:55下载
- 积分:1
-
Determine palindrome
回文判断
输入一个字符串可以判断是不是回文。-Determine palindrome
- 2022-08-21 17:14:16下载
- 积分:1
-
PLX net2272 USB设备接口的驱动程序,C语言源代码
PLX NET2272 USB 设备接口驱动程序,c语言源程序-PLX NET2272 USB Device Interface driver, c language source code
- 2022-02-15 23:32:39下载
- 积分:1
-
udp通信客户端程序
应用背景
AppWizard has created this udpClient application for you.
This file contains a summary of what you will find in each of the files that
make up your udpClient application.
udpClient.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
udpClient.cpp
This is the main application source file.
关键技术
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named udpClient.pch and a precompiled types file named StdAfx.o
- 2022-02-13 21:01:13下载
- 积分:1
-
带拼音的三字经,包括三字经的解释,格式是word格式,便于打印和拷贝...
带拼音的三字经,包括三字经的解释,格式是word格式,便于打印和拷贝-Pinyin with the Three Character Classic, including the interpretation of The Three Character Classic, the format is a word format for easy printing and copying
- 2022-01-28 16:50:37下载
- 积分:1
-
舵机翻转
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
基于stm32的舵机主程序
- 2022-05-12 14:14:02下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1