-
cSharp-WinForm-word
c# Winform 窗口显示word文档内容(Csharp Winform word)
- 2014-12-23 21:55:06下载
- 积分:1
-
这是判断回文的程序
这是判断回文的程序-This is the procedure judgment Palindrome
- 2023-07-18 19:40:02下载
- 积分:1
-
C8051USB
这是一个基于C8051F340的SD读卡器
#include "F34x_MSD_Physical_Settings.h"
#include "F34x_MSD_CF_Basic_Functions.h"
#include
sbit Led1 = P2^2;
sbit Led2 = P2^3;
void CF_Port_Init();
//----------------------------------------------------------------------------
// Init_CF
//----------------------------------------------------------------------------
//
// This routine initializes the Compact Flash memory card
//
// Parameters :
// Return Value :
//----------------------------------------------------------------------------
char Init_CF()
{
xdata char result = Dtct_Card();
xdata unsigned int loop = 0;
xdata unsigned reinit = 0;
if (result == 1) return (CF_NO_CARD);
REINIT:
CF_RST = 1;
while(++loop);
- 2022-04-22 04:06:23下载
- 积分:1
-
将任意输入的一个数字,翻译成英文输出。如,123456,输出为one hundred twety thousands and four hundred fift
将任意输入的一个数字,翻译成英文输出。如,123456,输出为one hundred twety thousands and four hundred fifty six-to indiscriminate importation of a number of output translated into English. For example, 123,456, the output of one hundred twety thousands and four hundred fifty six
- 2022-06-20 10:17:24下载
- 积分:1
-
飞鸽传书.net
(我也是下载别人的,源码公开的,分享给大家)
- 2022-12-03 15:40:03下载
- 积分:1
-
基于链表的大整数运算
指数取模运算采用快速幂和Barrett reduction算法。
- 2022-01-25 16:51:01下载
- 积分:1
-
仿射密码
仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码
- 2022-10-14 07:55:02下载
- 积分:1
-
amcap源码
BOOL AppInit(HINSTANCE hInst, HINSTANCE hPrev, int sw)
{
WNDCLASS cls;
HDC hdc;
const DWORD dwExStyle = 0;
CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
DbgInitialise(hInst);
/* Save instance handle for DialogBoxs */
ghInstApp = hInst;
ghAccel = LoadAccelerators(hInst, MAKEINTATOM(ID_APP));
if(!hPrev)
{
/*
* Register a class for the main application window
*/
cls.hCursor = LoadCursor(NULL,IDC_ARROW);
cls.hIcon &nbs
- 2022-01-25 15:52:44下载
- 积分:1
-
添加OPC类步骤 及源码
相信不少程序猿在开发过程中遇到OPC相关的,需要添加它的一些类库,这里是源码以及在VC中的添加步骤
- 2022-08-11 17:47:06下载
- 积分:1
-
时钟芯片1302的驱动
时钟芯片1302的基本驱动程序,能够在液晶显示屏上显示年月日时分秒星期等功能!
- 2023-01-13 00:30:03下载
- 积分:1