登录
首页 » 界面开发 » C common features, there are a number of other functions, such as query function...

C common features, there are a number of other functions, such as query function...

于 2023-04-01 发布 文件大小:1.95 MB
0 168
下载积分: 2 下载次数: 1

代码说明:

C常见功能,还有一些其他功能,比如查询等功能-C common features, there are a number of other functions, such as query functions

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 使用PHP和SQL初学者简单的网站
    应用背景PHP是一种HTML适合地融入并创建动态网站在人民的手中,即使像我这样的人谁都懒得学习perl脚本和其他复杂的后端石林的工具功能强大的脚本语言。本教程是为懂得HTML但人不知道很多关于PHP。一个PHP的最大特征是它的一个免费开源的语言,所以有各种各样的优秀参考资料关于它的存在,这意味着一旦你了解的基础知识,发现你需要把你的技能的材料很容易。关键技术景区简介PHP是什么?那么,什么是这整个PHP业务吗?PHP是一种程序,被安装在你的Web服务器软件。它的工作原理与版本的阿帕奇(Apache教程:初学者),微软IIS等服务器软件包。你使用PHP插入PHP代码在HTML,使得你的网站。当一个客户端(Web上的任何人)访问一个网页包含此代码,您的服务器执行它。这就是为什么你需要为你自己的服务器上安装测试PHP本地服务器的大脑,而不是你的浏览器。用户不需要任何特殊的插件或任何看到你的PHP在行动-它得到用户的普通老式的HTML。PHP是一种脚本语言,如HTML。这意味着代码不需要在用之前它会飞是必要的编译处理。在我们挖的,你应该知道一个网站叫 ;net。PHP是一个开源的语言,和net是它的控制中心,具有广泛的参考材料的语言和技巧将在全球各地的用户。net有例外,关于语言的深层信息,但它可以是有点神秘的新人。我们将看看如何在看完这篇教程使用net。
    2022-05-29 01:58:26下载
    积分:1
  • INFO-Z(讀取系統資訊)
    讀取系統資訊,例如CPU,MEMORY and BIOS information   ShellExecutewait("ProgressBar.exe") #include #include #include #include #include #include #include #RequireAdmin $WinVerChk = RegRead("HKEY_LOCAL_MACHINE64SOFTWAREMicrosoftWindows NTCurrentVersion", "ProductName") $fonttype= GUICtrlSetFont(-1, 8, 400, 2, "@Microsoft YaHei") $fontcolor= GUICtrlSetColor(-1, 0xC0C0C0) $Form1 = GUICreate("Info-Z_v1.0", 338, 266, -1, -1) $tab = GUICtrlCreateTab(8, 8, 321, 249)   Systeminfo() Func Systeminfo() ;System Information _RunDOS("wmic csproduct get /format:list >> c:System.log") _RunDOS("wmic bios get /forma
    2022-03-02 03:36:24下载
    积分:1
  • novice beginner, vb programming gradient background window!
    新手初学,vb编程实现渐变的窗口背景-novice beginner, vb programming gradient background window!
    2022-01-25 19:58:17下载
    积分:1
  • PCSC Delphi sample code
    PCSC Delphi sample code源码, 帮助你连线到smart card, 并取得需要的资讯 程式码精简易懂,适合入门的朋友使用 另外也希望可以跟大家交流更多的源码
    2023-03-05 00:15:04下载
    积分:1
  • JPG的问题!
    flash里外部jpg的问题!-jpg question!
    2022-01-26 00:04:15下载
    积分:1
  • 这个小软件通过在可执行文件(.exe)的尾部添加一个新节(Section),并且修改PE的入口地址,使可执行文件在运行时,跳出一个输入密码的对话框,从而实现了简...
    这个小软件通过在可执行文件(.exe)的尾部添加一个新节(Section),并且修改PE的入口地址,使可执行文件在运行时,跳出一个输入密码的对话框,从而实现了简单的加密。-small software in executable files (. Exe) to the tail adding a new section (Section), and amend the PE import addresses, so that the executable file is run, jump out of a password dialog box, thus achieving a simple encryption.
    2022-02-02 19:26:12下载
    积分:1
  • 一个可以使用的德尔夫控件,可以使用的生成器,以及与…
    一个DELPH界面控件,可用于DELPHI和C++BUILDER,用起来不错!-a DELPH interface controls that can be used BUILDER Delphi and C, together with good!
    2022-01-25 23:38:27下载
    积分:1
  • Title: [ Menu Maker ] Description: Menu Maker by arrow keys.... This file came f...
    Title: [ Menu Maker ] Description: Menu Maker by arrow keys.... This file came from Planet-Source-Code.com...the home millions of lines of source code
    2022-03-06 21:39:36下载
    积分:1
  • bmycrust作为输入的三维散乱点云并返回一个紧流形,T
    BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation. Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good. The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature. The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud. I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.-BMyCr
    2022-03-12 15:17:47下载
    积分:1
  • 在MFC网格控件使用组合框
    Using comboboxes in the MFC Grid Control Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2.X versions of CGridCtrl it s now a lot simpler. -Using comboboxes in the MFC Grid ControlSince I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGri
    2022-05-29 23:54:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载