-
XLAutomationDemo
自动化读写excel,功能非常齐全。自动化读写excel,功能非常齐全。自动化读写excel,功能非常齐全。自动化读写excel,功能非常齐全。自动化读写excel,功能非常齐全
- 2022-06-22 01:21:37下载
- 积分:1
-
复制、剪切和粘贴数据
复制、剪切和粘贴数据
---- 将数据复制或剪切到剪贴板上
---- 1. 确定将要被复制的数据是一个本地数据还是一个嵌入对象或链接。
---- 如果数据是一个嵌入对象或链接,创建一个指向被选定数据的COleClientItem指针。
---- 如果数据是本地化的并且应用程序是一个服务器,那么从COleServerItem继承一个新的类,并创建该对象。否则,为数据建立一个COleDataSource对象。
---- 2. 访问选定对象的CopyToClipboard成员函数。
---- 3. 如果用户选择剪切命令而不是复制,那么从你的应用程序中删除那些数据。
-copy, cut and paste data-replication of data to the clipboard or shear on---- 1. Determined to be copied data is a local data or an embedded object or link.- If the data is embedded in an object or a link to create a pointer to the selected data COleClientItem pointer. Yes- if the localization of the data and applications is a server, and then from COleServerItem succession of a new category, and the creation of the object. Otherwise, the data for the establishment of a COleDataSource targets.---- 2. Visit selected object CopyToClipboard member function.---- 3. If users choose shear order not reproduce, and then from your application to delete those data.
- 2022-07-09 06:39:06下载
- 积分:1
-
usart bit banged 8 port
位碰撞是一种使用软件而不是专用硬件进行串行通信的技术。软件直接设置和采样微控制器上管脚的状态,并负责信号的所有参数:定时、电平、同步等。与位碰撞不同,专用硬件(如调制解调器、UART或移位寄存器)处理这些参数,并在其他系统中提供(缓冲)数据接口,因此,不需要软件来执行信号解调。位碰撞可以以非常低的成本实现,并且在例如嵌入式系统中被使用。
- 2022-03-12 03:54:40下载
- 积分:1
-
高考成绩管理系统,增删改查,输出到文本文件,排序浏览等...
高考成绩管理系统,增删改查,输出到文本文件,排序浏览等-HKALE management system, additions or deletions to change the investigation, the output to a text file, sort, browse, etc.
- 2022-02-07 02:52:08下载
- 积分:1
-
本程序实现了文件被其他程序更改时提醒用户
本程序实现了文件被其他程序更改时提醒用户-This procedure achieved by other procedures to change the document to remind the user when
- 2022-07-16 22:50:24下载
- 积分:1
-
学习矢量量化
LVQ 可以被理解为一个特殊情况的人工神经网络,更确切地说,它适用Hebbian 学习赢家通吃-基于方法。它是
- 2022-04-20 08:27:39下载
- 积分:1
-
Intel MMX的演示程序
Intel MMX的演示程序-The Demonstration Program
- 2022-10-29 04:40:03下载
- 积分:1
-
pb in the MDI window display pictures and the contents of a method, it does not...
pb提供了可在MDI窗口中显示图片及各种内容的一种方法,它既不需要API调用也不需要定制MDI窗口,它仅仅使用PB的一般编程技巧,你很容易就会弄明白它的原理:它不过是一个比较特殊的Sheet而已!它特殊在什么地方呢,还是你自己去看吧!-pb in the MDI window display pictures and the contents of a method, it does not need an API call does not need to customize MDI windows, it is only the general use of PB programming skills, you can easily find out the principle : it is a rather exceptional Sheet! Its special in any place, or look at your own!
- 2023-04-11 18:25:04下载
- 积分:1
-
模拟语音留言系统,不错
模拟语音留言系统,不错-analog voice mail system, it is true
- 2022-04-23 12:44:18下载
- 积分:1
-
for:
Root of a Polynomial
for:
Root of a Polynomial
--- --- --- --- --
Time Limit: 1 Second Memory Limit: 32768 KB
--------------------------------------------------------------------------------
A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval.
Format of function
double Polynomial_Root(int n, double c[], double a, double b, double EPS)
where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.
The function must return the root.
Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
- 2022-09-28 19:15:03下载
- 积分:1