搜索资源列表
DelphiHelperV2.4
- 为Delphi程序员设计的代码资料管理工具,提供代码和资料的分类收集与检索,帮助您摆脱查找代码堆的烦恼;V2.2版新增功能:支持Delphi语法着色,将代码库与资料库分开维护,大大增强了编辑器的功能,最小化时缩小到系统托盘,进行了内存优化,运行时仅占用几百K的内存,如果您是Delphi程序员或Delphi的爱好者、学习者,相信这个工具会给您带来编码的乐趣,成为您的好帮手。-Delphi programmers to design code information management tools
collegescoremanagement
- 高校学籍管理系统:存储和显示功能的实现:利用链表,将数据逐条写入和读出文件; 添加数据:将链表的最后的next指针指向一个新开辟的空间地址,然后将数据最后追加一条信息。 修改数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,让用户输入修改后的信息,如果找不到的话提示用户重新输入。 删除数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,将要删除的数据前面一条的next指向要删掉的这条信息的下一条的地址,然后将此信息的空间释放。如果找不到的话提示用户重新输入。
打印控件PrintCtrl.dll的VC源码
- 打印控件PrintCtrl.dll的VC源码。放在PB栏的目的是PB的自定义纸张比较麻烦,还是用微软的API比较方便,而且不会有什么问题。原来一直用PrintCtrl.dll作打印控制,就是找不到源码。现在分享给大家。 -Print control PrintCtrl.dll the VC source. The purpose of the column on the PB PB custom paper is too much trouble, or more convenient to u
USB_Real_T2015518242006
- Use ADOX creat database , WM_DEVICECHANGE detect device change and compare which disk is new and use watcher to find which file and folder change. QueryCancelAutoPlay can be select by individual USB. Some font show in chinese because i write in chine
ado
- books on C#. A selection of books that I find interesting.
xlrw
- 由于种种需要直接进行读取Excel文件数据,然而在网上Search多次也没有找到好的方法, 一般就通过ODBC或OLE方式进行读取,但这两种方法都具有局限性...(我相信大家都很清楚)。怎么办呢?没办法了,只好选择最艰难的路了--分析Excel文件格式。-Need to directly read a variety of Excel file data, but not many in the Internet Search to find a good method, are gener
bys
- 这个只是一个开发项目的基本要求和数据库,希望大家在查阅的时候不要太生气,我也只是像找个更好的项目!-This is just a basic requirement for development projects and databases that we should not be too angry when accessible, I would just like to find a better project!
ZKTime5-sql-auto-do
- ZKTime5.0 sql 数据库。自动远程连接自动打卡。但SQL数据库你要先知道密码。如不知道。可找我QQ706486750,我有方法-ZKTime5.0 sql database. Automatic remote connection is automatically punch. But you have to know the password SQL database. If you do not know. Can find me QQ706486750, I have a met
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]所对应
RawRead
- 独占方式读文件的例子,重要是思路,实际测试读出内容与原文件有出入,原因目前我还不明白,大家搞清楚可以告知我,-Exclusive examples of reading a document, it is important is the idea of the actual test content read out differ the original document, the reasons for the present I do not understand that every
RawRead
- 独占方式读文件的例子,重要是思路,实际测试读出内容与原文件有出入,原因目前我还不明白,大家搞清楚可以告知我,-Exclusive examples of reading a document, it is important is the idea of the actual test content read out differ the original document, the reasons for the present I do not understand that every