搜索资源列表
dbutils
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing
一个完整的餐饮管理程序
- 一个完整的餐饮管理程序 这是个一个完整的餐饮管理程序的源代码,是我学习VC++的入门。 这个程序,是基于对话框,包括了一些基本控件(tree、listctrl、page等)的使用,数据库应用,打印的程序。很适合初学者。 初始用户和密码:Admin,1234。 另外,在“前台销售”窗口的ListCtrl中,有个Button,要在第一个空白行的“名称”列的最右边点击才会显示出来。-a complete catering management procedures it is a co
muncc
- 说明: 修改config.asp 修改function.asp 第82行(顶部调用代码,如果不要顶部,请删除此行) 修改function.asp 第134行(尾部调用代码,如果不要尾部,请删除此行) 修改newmusic.asp (可以放广告代码或其他的,自己看着放好了) 修改ad1.js 和 ad2.js (这是广告)-: changes config.asp function.asp amend Article 82 (the top of
TableToClass1.3
- 面向对象数据库开发时,需要将数据库中的表写成类使用,重复工作代码量巨大,该工具支持SQLServer2000数据库,可以将数据库中的表,批量转换在Delphi类.支持2种格式: 1. 类声明格式;(需要开发者在属性上按Shift+Ctrl+C) 2. 直接转换并保存Unit文件;-object-oriented database development, the need to database tables into categories of use, duplication of work
读股票k线源代码
- delphi写的读股票K线源代码-stock was read source code K Line
jspenvthowd
- java线程序源代码-java source code line
snowbase
- 这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。 2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。 3.设计一个一维向量(数组)模板类Vector 4.设计一个列表(链表)模板类List 5.一个简陋的数据库系统设计(可参考FoxBase)。-Including the
Adobe_Acrobat_7.0_Professional_Keygen
- 第一步,打开Adobe_Acrobat_7.0_Pro_KeyGen.exe,将随机产生一个24位的序列号码.复制. 第二步,打开安装程序,点SETUP,在需要输入序列号的时候,将已复制的24位的序列号码,粘贴. 第三步,一路NEXT,选中通过电话激活方式.点NEXT 第四步,在随后产生的28位代码复制到Adobe_Acrobat_7.0_Pro_KeyGen.exe第二行,注意不要带空格 第5步,点Adobe_Acrobat_7.0_Pro_KeyGen.exe 产生激
code
- 让CXGrid中的行不同颜色显示,区分记录的显示颜色。-CXGrid line so that different colors in the display, the display color to distinguish between records.
vc-InOutStore-code
- vc++进销存管理系统,主要实现了进货与销货等类似窗体代码通用化,利用LISTCONTROL 的派生类实现了同一张单据录入多项商品明细。 在网上他人源码基础上改编的-vc++ inventory management system, the main achievement of the purchase and sales of similar form code universal, use LISTCONTROL derived class implements a number of
vbaccessindex
- VB得到Access数据库的表索引信息,使用While语句显示每个索引的信息,使用“===”符号换行,显示当前Access索引中各属性名称和相应的属性值,fld.Name为表索引的属性名称,还有一部分代码是根据属性值决定如何显示,比如如果为字符类型则直接显示,如果为其它类型则转换为字符类型后显示。-VB get Access database table index information, use the While statement displays information about e
CXinManagementSystem
- 实现对access数据库的增删改查操作 使用GDI+技术进行界面绘制 使用skin界面着色库进行界面着色美化 利用数据库记录的数据进行价格走势图的绘制 利用数据库记录的数据埋行价格对比图的绘制 MFC CListCtrl 显示数据库记录 MFC 基于对话框的页面切换技术 源码中有简要的使用说明书-Achieve access database CRUD operation using GDI+ technology mapping interface interfac
2
- 1. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[n]为一个布尔型数组,n为数组大小。由于2是第一个素数,所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应
BSimpletomakee
- 下面是几行代码,目的是使的目标机器不断的重新启动,解决的办法是:在安全模式下,删掉相相关的注册表文件与程序源码,就行了!至于路径与程序源码的名字,在源代码里有 可直接使用。-Here are a few lines of code, so that the target machine to restart, the solution is: in safe mode, delete phase the registry files and program source code on the
DisableTask
- 一行代码禁用CTRL+ALT+DEL,完美在XP下禁用CTRL+ALT+DEL-Line of code to disable CTRL+ ALT+ DEL, perfect in XP to disable CTRL+ ALT+ DEL
javas五子棋源程序代码
- 五子棋程序 自己用javascr ipt编了个五子棋算法,问题多多,谁能按照我的思路给出修改算法吗?谢谢了(源代码如下:)-331 procedures own use javascr ipt Bianlegan renju algorithm, a lot of problems, who can with my line of thought is given to amend the algorithm? Thank you, the (source code as follows :)
RubberbandPaint
- 橡皮筋的方法绘制一条直线,代码很短我就整合到文本文档里了,一看就懂的家伙-Rubber band method of drawing a line short I will integrate the code into a text document in, and one look to understand the guy
sin
- 功能实现对文件中代码注释的删除 ,就是删除文件中 之间的部分 和每行中//之后的部分 -Realize the functional code of the document annotated delete, that is, delete the document between the part and each line in the// after the
javas五子棋源程序代码
- 五子棋程序 自己用javascr ipt编了个五子棋算法,问题多多,谁能按照我的思路给出修改算法吗?谢谢了(源代码如下:)-331 procedures own use javascr ipt Bianlegan renju algorithm, a lot of problems, who can with my line of thought is given to amend the algorithm? Thank you, the (source code as follows :)
RubberbandPaint
- 橡皮筋的方法绘制一条直线,代码很短我就整合到文本文档里了,一看就懂的家伙-Rubber band method of drawing a line short I will integrate the code into a text document in, and one look to understand the guy
