代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/231986/14212536
ini oeminfo.ini
[Version]
Microsoft Windows Whistler Edition
WinVer=5.01
[General]
Manufacturer=新蓝科技有限公司
Model=炫点系列
[Support Information]
Line1="服务热线:0755-7382640"
Line2="新蓝网站:www.xinlan.com.cn"
[Link]
www.eeworm.com/read/227639/14418655
c 小写数字转换成大写数字1.c
#include
#include
#include
char * floattoch(float m);
static char chinese[]="零壹贰叁肆伍陆柒捌玖点";
static char ch[80];
void main()
{
float m;
char *s;
p
www.eeworm.com/read/227639/14418657
c 小写数字转换成大写数字2.c
/*** 程序: 123.45 则输出“壹佰贰拾叁点肆伍” ***/
#include /*标准输入输出函数*/
#include /*字符串函数*/
#include
void ConvertN(int n,char* &p,bool IsSequece=true); /*声明函数Convert
www.eeworm.com/read/226737/14453525
cpp rsa.cpp
// RSA.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include "vlong.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
vlong n,d,e;
n=2773;
d=847;
www.eeworm.com/read/225807/14515069
dat data.dat
// DES_Encrpty.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "DES.h"
#include "DataDeal.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
CDES des;
unsigned char m
www.eeworm.com/read/225807/14515090
dat decode_encode_data.dat
// DES_Encrpty.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "DES.h"
#include "DataDeal.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
CDES des;
unsigned char m
www.eeworm.com/read/124513/14563726
cpp arrayclassexample.cpp
// ArrayClassExample.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "ArrayClassExample.h"
#include "afxtempl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp