-
剑指offer代码Java版
原书《剑指OFFER》上的代码为C++语言,利用相同的思想,试了试用Java语言实现
- 2022-03-15 14:04:30下载
- 积分:1
-
Windows内核
Windows Kernel
- 2022-05-14 09:33:52下载
- 积分:1
-
一个ADO的数据库访问代码
一个有关ADO数据库访问的代码-one of the ADO database access code
- 2022-03-18 23:02:01下载
- 积分:1
-
win32编程所需要的头文件,链接库。
win32编程所需要的头文件,链接库...
win32编程所需要的头文件,链接库。
win32编程所需要的头文件,链接库-win32
- 2022-03-23 19:29:08下载
- 积分:1
-
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编...
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
- 2022-02-28 14:53:16下载
- 积分:1
-
HTML5商城程序,支持苹果端与安卓端的APP开发
哈哈,感觉还不错的使用HTML5写的,30秒果断制作自己的商城,哈哈!!!感觉很不错!!!
- 2022-03-19 06:03:01下载
- 积分:1
-
用vb编写的将HTML文件转换成文本文件的程序源代码
用vb编写的将HTML文件转换成文本文件的程序源代码-prepared with the HTML document will be converted into a text file with the source code
- 2022-02-05 11:46:44下载
- 积分:1
-
平面阵列波束控制
beam steering using planar arrays
- 2022-02-02 07:22:12下载
- 积分:1
-
该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果
1、组件调用的方式可以参考 main.cpp
2、脚本的编写可以参考 debug/my...
该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果
1、组件调用的方式可以参考 main.cpp
2、脚本的编写可以参考 debug/my.cfg
3、可调用系统函数有
atof: 将字符串转换为浮点数
ceil:
floor:
abs:
index:
strcmp:
substr:
strlen:
trim:
strstr:
split:
replace:字符串替换函数
printf:
这些函数基本与同名c函数相同
4、可预先编写一组脚本文件,编译时为每个文件指定ID,供调用时选择-The component can be used to prepare the string and digital processing script for run-time access to results of the implementation of one call, components can call the reference main.cpp2, the preparation of the script can refer to debug/my.cfg3, may call the system function has atof : convert a string to float ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace: string replace function printf: These functions are basically the same with the same name c function 4, can be prepared in advance by one Group script file, compile-time specified for each document ID, call for selection
- 2022-07-28 13:47:17下载
- 积分:1
-
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。...
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。
-Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which category.
- 2022-01-25 16:09:38下载
- 积分:1