-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
- 2023-08-21 01:20:03下载
- 积分:1
-
win32 API小词典,包括查询修改,很有利用价值!
win32 API小词典,包括查询修改,很有利用价值!-win32 API small dictionaries, including the query modification, it is of value!
- 2022-05-13 19:10:38下载
- 积分:1
-
This is a simple solution of 8queen puzzle problem. It finds all the possible s...
This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem. -This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem.
- 2022-03-20 11:21:03下载
- 积分:1
-
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, t...
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, the spatial dimension
N, the number of points to generate
SEED, the initial seed value.
Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
-UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file.
- 2023-09-09 19:50:04下载
- 积分:1
-
Vb.net Web 数萃取器
简单易用 Web 数据提取在 Vb.Net.That 可以很容易抓住细胞数从 Bolee.com。它将为那些有兴趣制作 Web 数据提取有用。使用一些第三部分图书馆却是打开 Source.Program 已提取 Web 页的链接,然后它可以开始从链接中提取数。
- 2022-04-20 14:24:23下载
- 积分:1
-
mfc获取系统目录,自定义文件浏览框,各种系统自带文件浏览框
代码是mfc的,里面有获取系统文件夹的代码,有自定义获取文件下所有文件的代码,自定义选择文件的对话框等等
- 2022-04-19 05:20:11下载
- 积分:1
-
文件格式:PDF/Adobe Acrobat
文件格式:PDF/Adobe Acrobat - HTML版 ...信息: BGI Error:Graphics not initialized(use "initgraph") 若Turbo C已安装在硬盘上,则各种显示器的图形驱动程序:EGAVGA.BGI,CGA.BGI, HERC .BGI,IBM 8514.BGI,PC3270.BGI和BGIOBJ.... jpkc.zju.edu.cn/crs/ccxsj/htm/bcjs.pdf 332K 2004-7-19 -File-format:PDF/Adobe Acrobat-HTML edition...information:BGI Error:Graphics not initialized (use "initgraph")if Turbo C has installed,all display graph-drive-program:EGAVGA.BGE,CGA.BGI,HERC.BGI,IBM 8514.BGI,PC3270.BGI AND BGIOBJ.....
jpkc.zju.edu.cn/crs/ccxsj/htm/bcjs.pdf 332K
2004-7-19
- 2022-11-20 23:50:03下载
- 积分:1
-
爱立信R380s模拟器.
爱立信R380s模拟器.-Ericsson R380s simulator.
- 2022-01-24 15:56:15下载
- 积分:1
-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1
-
对WinCVS 2.0.2源代码。这是CVS的Windows客户端。你可以下载它…
WinCvs2_0_2的源代码,windows版的CVS客户端,能够编译-source code for WinCvs 2.0.2. It is the CVS windows client. you can download it and complible it directly.
- 2022-09-07 19:15:03下载
- 积分:1